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 page provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the Dialogflow API, with version references ranging from 3.2.0 to 4.26.0."],["The `Button` class, found in the path `Intent.Types.Message.Types.Card.Types`, represents a button in the Dialogflow API, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `Button()`, and an overloaded constructor `Button(Intent.Types.Message.Types.Card.Types.Button other)` for creating a new button instance from an existing one."],["Key properties of the `Button` class include `Postback`, which specifies the data sent back to the API or a URL to open, and `Text`, which defines the visible text displayed on the button."],["The latest version available to be referenced is `4.26.0`."]]],[]]