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."],["The `Button` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version available in the documentation is 4.26.0, and multiple versions are accessible, ranging from 3.2.0 up to the most recent release, in descending order."],["The `Button` class has two constructors: a default constructor and one that takes another `Button` object as a parameter, enabling the creation of a new button from an existing instance."],["Key properties of the `Button` class include `OpenUriAction`, which defines the action when the button is tapped, and `Title`, which specifies the text displayed on the button."]]],[]]