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 documentation for the `Intent.Types.Message.Types.BasicCard.Types.Button` class within the Google Cloud Dialogflow v2 API for .NET."],["The `Button` class represents a button object that appears at the bottom of a card in Dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 4.26.0, and it includes documentation for the 35 most recent versions of this class, down to version 3.2.0, with links to each version."],["The key properties for the Button class includes the OpenUriAction and Title, which specify the action taken when the user taps on the button, and the text displayed on the button, respectively."],["You can view the constructors for the Button class which are the default button() constructor and the button(Button other) constructor, which accepts a parameter of the type `Intent.Types.Message.Types.BasicCard.Types.Button`."]]],[]]