public sealed class Intent.Types.Message.Types.BasicCard.Types.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 reference documentation for the `Intent.Types.Message.Types.BasicCard.Types.Button` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 up to the latest 4.26.0."],["The `Button` class represents a button object found at the bottom of a card in Dialogflow's conversational UI."],["The `Button` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities in message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of the `Button` class include `OpenUriAction`, which determines the action when the button is tapped, and `Title`, which sets the displayed text of the button."],["The documentation details the inherited members and provides information on the constructors to instantiate the Button object, outlining how to create new instances either empty, or from an existing object of the same type."]]],[]]