public sealed class Intent.Types.Message.Types.Card.Types.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
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Card.Types.Button.
[[["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-02 UTC."],[[["This webpage provides documentation for the `Intent.Types.Message.Types.Card.Types.Button` class within the Google Cloud Dialogflow v2 API for .NET, covering versions from 3.2.0 to 4.26.0."],["The `Button` class contains information about a button and is used within the `Intent.Types.Message.Types.Card` structure."],["The `Button` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `Button` class offers two properties: `Postback`, which specifies the text or URI sent to the Dialogflow API, and `Text`, which represents the displayed text of the button."],["The documentation includes constructors for creating `Button` objects, either empty or by copying from an existing `Button` instance."]]],[]]