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.8.0, however there are versions available all the way up to 4.26.0."],["The `Button` class is a part of the `Intent.Types.Message.Types.Card.Types` and contains information pertaining to a button within a card message, as can be used in the Dialogflow API."],["The `Button` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Button` class has two constructors, `Button()` and `Button(Intent.Types.Message.Types.Card.Types.Button other)`, and two properties, `Postback` and `Text`, both of which are strings."],["The `Postback` property is a string that represents the optional text to send back to the Dialogflow API, or it can be a URI to be opened, while the `Text` property represents the optional text that is to be shown on the button."]]],[]]