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-03-21 UTC."],[[["This page provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the version 4.1.0 and higher, up to the latest version of 4.26.0."],["The `Button` class represents a button element used in Dialogflow messages, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default `Button()` constructor, and another `Button(Intent.Types.Message.Types.Card.Types.Button other)` constructor that copies the properties of an existing `Button` instance."],["Key properties of the `Button` class include `Postback`, which specifies the data sent back or URI opened upon interaction, and `Text`, which dictates the display text of the button."],["The documentation lists the availability of the Button class across a wide range of versions, starting from 3.2.0 and going up to the latest version, 4.26.0, allowing users to access historical documentation for past releases."]]],[]]