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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.4.0 and above, for the .NET environment."],["The `Button` class, which is used to make buttons appear at the bottom of a card, inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `Button` class is 4.26.0, with a historical listing of versions back to 3.2.0, allowing developers to navigate different versions."],["Key properties of the `Button` class include `OpenUriAction`, which dictates the action upon user tap, and `Title`, which sets the button's displayed text."],["The page provides the constructor options, one is a parameterless constructor, and the other accepts an `Intent.Types.Message.Types.BasicCard.Types.Button` object as a parameter."]]],[]]