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
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` namespace, specifically for the version 3.11.0 and it's related content."],["The `Button` class is used to create interactive buttons in dialog cards, as specified by the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.BasicCard.Types.Button` implementation."],["It includes a list of available versions of the `Button` class documentation, ranging from version 4.26.0 (latest) down to 3.2.0."],["The `Button` class has two constructors: a default one, and another which takes an existing `Button` object as a parameter for creating a new one."],["The `Button` class contains two key properties: `OpenUriAction`, which specifies what happens when a user taps the button, and `Title`, which sets the text displayed on the button."]]],[]]