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."],[[["The webpage provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the Dialogflow API."],["The `Button` class, contained in `Google.Cloud.Dialogflow.V2.dll`, is designed to provide information about a button in the API and inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Dialogflow API documentation available on the page is version 4.26.0, while the page specifically focuses on the documentation for version 3.3.0."],["The `Button` class offers two constructors: a default constructor `Button()` and a copy constructor `Button(Intent.Types.Message.Types.Card.Types.Button other)`."],["The `Button` class includes two key properties, `Postback` and `Text`, which are both string type and are used to define the actions and appearance of the button."]]],[]]