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
[[["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."],[[["The provided content is a documentation page for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace in the .NET environment, specifically focusing on version 3.9.0."],["This page lists available versions of the `Button` class, spanning from version 3.2.0 up to the latest version 4.26.0."],["The `Button` class is a sealed class that represents a button within a card message in the Dialogflow API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Button` class offers two constructors: a default constructor (`Button()`) and a copy constructor (`Button(Intent.Types.Message.Types.Card.Types.Button other)`), and it has properties called `Postback` and `Text`."],["The `Button` class inherits members from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]