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, which represents a button object that can be placed at the bottom of a card in the Dialogflow interface."],["The `Button` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is part of a structured messaging system with capabilities for deep cloning and comparison."],["The class includes two constructors: a default one and one that allows creating a new `Button` object by cloning an existing one, passed as a parameter named `other`."],["Key properties of the `Button` class include `OpenUriAction`, which specifies the action to take when the user taps the button, and `Title`, which sets the text displayed on the button."],["The documentation also provides a list of versions related to the `Button` object, with version 4.26.0 being the latest."]]],[]]