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 `Button` class has two constructors: a default constructor (`Button()`) and a copy constructor (`Button(Intent.Types.Message.Types.BasicCard.Types.Button)`) that creates a new button object from an existing one."],["Key properties of the `Button` class include `OpenUriAction`, which defines the action when the button is tapped, and `Title`, which sets the text displayed on the button."],["The documentation covers versions of the Dialogflow library ranging from version 3.2.0 to 4.26.0, allowing users to navigate and view information for specific releases."],["The `Button` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and allowing for deep cloning and message handling."]]],[]]