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 regarding `Intent.Types.Message.Types.Card.Types.Button`."],["The `Button` class represents a button object used in Dialogflow card messages, and it is part of a .NET library, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 4.26.0, with available documentation spanning from version 3.2.0 to 4.26.0, however the current page focuses on the implementation of the class within version 4.0.0."],["The `Button` class contains two properties: `Postback`, which is the text or URI sent to the Dialogflow API, and `Text`, which is the visible label on the button."],["The documentation includes information on the class's inheritance, implemented interfaces, constructors, and detailed descriptions of its properties, along with links to external resources like Microsoft's .NET documentation."]]],[]]