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, which is part of the Google.Cloud.Dialogflow.V2 namespace and represents a button object in a basic card message within Dialogflow."],["The page offers access to various versions of the `Button` class documentation, ranging from version 3.2.0 up to the latest, 4.26.0, with links to each version's specific documentation."],["The `Button` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Button` class includes two constructors: a default constructor `Button()` and another constructor that takes an existing `Button` object as a parameter for copying, `Button(Intent.Types.Message.Types.BasicCard.Types.Button other)`."],["Key properties of the `Button` class include `OpenUriAction`, defining the action when the button is tapped, and `Title`, which holds the text displayed on the button."]]],[]]