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 `.NET` platform."],["The `Button` class is part of the `Intent.Types.Message.Types.BasicCard.Types` hierarchy and represents a button object that can appear at the bottom of a card in Dialogflow interactions."],["The latest version documented is 4.26.0, with versions ranging back to 3.2.0 being available for review."],["The `Button` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the base `Object` class."],["The `Button` class includes properties such as `OpenUriAction` (specifying the action when the button is tapped) and `Title` (the text displayed on the button), which are both required."]]],[]]