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
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 webpage provides documentation for the `Button` class, which is part of the Google Cloud Dialogflow V2 library for .NET, and is used to create button objects at the bottom of cards."],["The content details the `Button` class across multiple versions, ranging from version 3.2.0 up to the latest 4.26.0, and is located under the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.BasicCard.Types` namespace."],["The `Button` class inherits from `Object` and implements several interfaces including `IMessage\u003cIntent.Types.Message.Types.BasicCard.Types.Button\u003e`, `IEquatable\u003cIntent.Types.Message.Types.BasicCard.Types.Button\u003e`, `IDeepCloneable\u003cIntent.Types.Message.Types.BasicCard.Types.Button\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors: a default one and one that takes another `Button` object as a parameter for cloning, and also defines two main properties, `OpenUriAction` which details what happens when the button is tapped and `Title` which sets the title of the button."],["This page includes inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and explains the functionality and implementation of this class."]]],[]]