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."],[[["The content provides a comprehensive list of versions for the `Button` class within the Google.Cloud.Dialogflow.V2 namespace, ranging from version 3.2.0 to the latest version 4.26.0."],["The `Button` class is defined as a component that appears at the bottom of a card and is found within the `Intent.Types.Message.Types.BasicCard.Types` namespace."],["The `Button` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offer diverse functionalities."],["The `Button` class has two constructors, a default one, and another that can be passed a parameter of its own type: `Intent.Types.Message.Types.BasicCard.Types.Button`."],["The `Button` class contains two main properties, `OpenUriAction` of the type `Intent.Types.Message.Types.BasicCard.Types.Button.Types.OpenUriAction`, used to handle actions for when a user presses the button, and the `Title` string property which specifies the title of the button."]]],[]]