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 within the context of Dialogflow's BasicCard messaging system."],["The `Button` class is used to represent a button object that appears at the bottom of a card in Dialogflow interactions."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating message management and object comparison."],["The `Button` class includes properties like `OpenUriAction` and `Title`, which define the button's behavior when tapped and the text displayed on the button."],["The documentation provides a version history, listing different versions of the `Button` class from version 3.2.0 up to the latest, 4.26.0, each with links to its respective documentation."]]],[]]