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-01 UTC."],[[["This webpage provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for versions ranging from 3.2.0 to the latest 4.26.0."],["The `Button` class represents a button component within the Dialogflow API and is found under the `Intent.Types.Message.Types.Card.Types` hierarchy."],["The `Button` class offers two public properties, `Postback` and `Text`, which define the action triggered by the button and the displayed text, respectively."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhances its functionality and compatibility."],["The documentation features links to the same class in previous versions from 3.2.0 up to the latest, allowing for a historical view of changes."]]],[]]