public sealed class Button : IMessage<Intent.Types.Message.Types.BasicCard.Types.Button>, IEquatable<Intent.Types.Message.Types.BasicCard.Types.Button>, IDeepCloneable<Intent.Types.Message.Types.BasicCard.Types.Button>, IBufferMessage, IMessage
The button object that appears at the bottom of a card.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The page details the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically under `Intent.Types.Message.Types.BasicCard.Types`, which represents a button that appears at the bottom of a card in Dialogflow."],["This class is available across multiple versions, with the most recent being `4.26.0` and the oldest available on this page being `3.2.0`, where you are able to look into the details of each version through the provided links."],["The `Button` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities for message handling, equality checks, deep cloning, and buffered operations."],["The class has 2 constructors available, one default and one that accepts `Intent.Types.Message.Types.BasicCard.Types.Button` as an argument, along with two properties: `OpenUriAction`, defining the action when tapped, and `Title`, which holds the button's title."],["This class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing basic object functionalities."]]],[]]