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-01 UTC."],[[["This webpage provides documentation for the `Intent.Types.Message.Types.Card.Types.Button` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0."],["The `Button` class, which includes information about a button, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available documentation covers a range of versions, from 4.26.0 down to 3.2.0, each with its own specific class instance under the same name."],["The `Button` class has two constructors, a default constructor, and a copy constructor, which takes another `Button` instance as a parameter to create an exact copy of that instance."],["The `Button` class has two key properties, `Postback`, which can hold the value to send to the Dialogflow API or a URL, and `Text`, which is the display text for the button."]]],[]]