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-03-21 UTC."],[[["This documentation page covers the `Button` class within the Google Cloud Dialogflow v2 API, specifically in the context of `Intent.Types.Message.Types.BasicCard.Types`, and outlines its various versions, starting at 3.2.0 and going up to the latest being 4.26.0."],["The `Button` class is a sealed class used for defining button objects that appear at the bottom of a card in Dialogflow, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are standard methods provided by the base `Object` class in .NET."],["The `Button` class has two constructors, one default `Button()` and another `Button(Intent.Types.Message.Types.BasicCard.Types.Button)` that allows initialization from another `Button` object, allowing users to create and duplicate button objects."],["The class contains two key properties, `OpenUriAction`, which specifies the action taken when a user interacts with the button, and `Title`, which is the required text displayed on the button."]]],[]]