public sealed class Intent.Types.Message.Types.RbmSuggestedReply : IMessage<Intent.Types.Message.Types.RbmSuggestedReply>, IEquatable<Intent.Types.Message.Types.RbmSuggestedReply>, IDeepCloneable<Intent.Types.Message.Types.RbmSuggestedReply>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.RbmSuggestedReply.
Rich Business Messaging (RBM) suggested reply that the user can click
instead of typing in their own response.
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested reply. This data will be also
forwarded to webhook to allow performing custom business logic.
[[["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 document provides reference information for the `Intent.Types.Message.Types.RbmSuggestedReply` class within the Google Cloud Dialogflow v2beta1 API."],["`RbmSuggestedReply` is a feature of Rich Business Messaging (RBM) that offers users clickable responses instead of requiring them to type."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["It includes properties like `PostbackData` and `Text` to define the data sent back to Dialogflow and the text shown to users, respectively."],["There are two constructors available: a default constructor and another that allows creating a new instance by copying an existing `RbmSuggestedReply`."]]],[]]