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 webpage provides documentation for the `Button` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the .NET library, detailing its structure and functionality across multiple versions."],["The `Button` class is a part of the `Intent.Types.Message.Types.Card.Types` hierarchy, representing a button element within a card message in Dialogflow interactions."],["The latest version documented is 4.26.0, with links available for versions dating back to 3.2.0, ensuring users can access documentation for different .NET library versions."],["The `Button` class offers two constructors: a default constructor and one that accepts another `Button` instance for creating a copy, and two properties: `Postback` and `Text`, for setting the value and text of the button."],["The `Button` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class, which are also outlined."]]],[]]