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
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.BasicCard.Types.Button.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `Button` class within the Google Cloud Dialogflow v2 API, specifically under the `Intent.Types.Message.Types.BasicCard.Types` namespace."],["The `Button` class represents a button object that can be displayed at the bottom of a card in Dialogflow, and includes the required properties `Title` and `OpenUriAction` which are the title of the button and the action taken when tapped on respectively."],["The page offers versioned documentation for the `Button` class, ranging from version 3.2.0 to the latest version 4.26.0, allowing developers to access information specific to the version they are using."],["The `Button` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered data processing."]]],[]]