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 the .NET library, with the current version being 3.7.0, which contains information about the `Button` class."],["The `Button` class, which represents a button within Dialogflow's card messages, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the documentation for multiple versions of the Dialogflow V2 .NET library, ranging from the latest 4.26.0 down to version 3.2.0, all of which describe the `Button` class."],["The `Button` class has two constructors: a default constructor `Button()` and another which takes an instance of the `Intent.Types.Message.Types.Card.Types.Button` class as a parameter, with two properties; `Postback`, which is a string used to send back to the Dialogflow API or to open a URI, and `Text` which is a string to display on the button."]]],[]]