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"]],[["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."],[[["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 interactions."],["The documentation lists various versions of the Google Cloud Dialogflow v2 API, ranging from version 3.2.0 to the latest 4.26.0, all of which contain the same `Button` information."],["The `Button` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The Button class has two Constructors, the first is public and parameterless, and the second is a public constructor that takes in another Button."],["The `Button` class has two key properties: `OpenUriAction`, which defines the action when the user taps the button, and `Title`, which specifies the button's title."]]],[]]