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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page 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 that can be displayed in a Dialogflow message, containing properties for text and postback data, or URI for the user to open."],["The `Button` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Button` class has two constructors: a default constructor `Button()`, and another that takes another Button object as a parameter `Button(Intent.Types.Message.Types.Card.Types.Button other)`."],["The button class contains the properties `Postback`, and `Text` each of type `String`."]]],[]]