public sealed class Button : IMessage<Intent.Types.Message.Types.BasicCard.Types.Button>, IEquatable<Intent.Types.Message.Types.BasicCard.Types.Button>, IDeepCloneable<Intent.Types.Message.Types.BasicCard.Types.Button>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.BasicCard.Types.Button.
The button object that appears at the bottom of a card.
[[["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."],[[["\u003cp\u003eThis documentation page covers the \u003ccode\u003eButton\u003c/code\u003e class within the Google Cloud Dialogflow v2 API, specifically in the context of \u003ccode\u003eIntent.Types.Message.Types.BasicCard.Types\u003c/code\u003e, and outlines its various versions, starting at 3.2.0 and going up to the latest being 4.26.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eButton\u003c/code\u003e class is a sealed class used for defining button objects that appear at the bottom of a card in Dialogflow, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, which are standard methods provided by the base \u003ccode\u003eObject\u003c/code\u003e class in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eButton\u003c/code\u003e class has two constructors, one default \u003ccode\u003eButton()\u003c/code\u003e and another \u003ccode\u003eButton(Intent.Types.Message.Types.BasicCard.Types.Button)\u003c/code\u003e that allows initialization from another \u003ccode\u003eButton\u003c/code\u003e object, allowing users to create and duplicate button objects.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two key properties, \u003ccode\u003eOpenUriAction\u003c/code\u003e, which specifies the action taken when a user interacts with the button, and \u003ccode\u003eTitle\u003c/code\u003e, which is the required text displayed on the button.\u003c/p\u003e\n"]]],[],null,[]]