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
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 page provides documentation for the `Button` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The documentation covers a range of versions of the API, from 3.2.0 up to the latest version 4.26.0, allowing users to view the class in various previous versions."],["The `Button` class, found within the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.Card.Types` namespace, represents a button element used in Dialogflow messages, implemented via the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key features of the `Button` class include properties for setting the button's display `Text` and the `Postback` value, which is what is sent back to Dialogflow or opened as a URI."]]],[]]