public sealed class Button : IMessage<Intent.Types.Message.Types.BasicCard.Types.Button>, IEquatable<Intent.Types.Message.Types.BasicCard.Types.Button>, IDeepCloneable<Intent.Types.Message.Types.BasicCard.Types.Button>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.BasicCard.Types.Button.
The button object that appears at the bottom of a card.
[[["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 document provides reference documentation for the `Button` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, covering versions from 3.2.0 up to the latest version 4.26.0."],["The `Button` class, part of `Intent.Types.Message.Types.BasicCard.Types`, represents a button object that can appear at the bottom of a card in Dialogflow interactions."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `Button` class include `OpenUriAction`, which specifies the action to take when a user taps the button, and `Title`, which is the required text label of the button."],["The document lists several versions of the Dialogflow v2 API, along with the associated namespace and assembly, offering a history of the API and where the `Button` class is located within the context of this library."]]],[]]