public sealed class Button : IMessage<Intent.Types.Message.Types.Card.Types.Button>, IEquatable<Intent.Types.Message.Types.Card.Types.Button>, IDeepCloneable<Intent.Types.Message.Types.Card.Types.Button>, IBufferMessage, IMessage
[[["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-01 UTC."],[[["This webpage provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for versions ranging from 3.2.0 to the latest 4.26.0."],["The `Button` class represents a button that can be used in Dialogflow interactions and is a part of the `Intent.Types.Message.Types.Card.Types` structure."],["The `Button` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, ensuring it can be deeply cloned, compared for equality, and used with protocol buffer messages."],["Key properties of the `Button` class include `Postback`, which allows for specifying text or a URI, and `Text`, which defines the display text on the button."],["The webpage lists all the available version numbers of this object, and their respective links to the documentation for each."]]],[]]