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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Intent.Types.Message.Types.RbmSuggestedReply` class within the Google Cloud Dialogflow v2beta1 API."],["The `RbmSuggestedReply` class represents a Rich Business Messaging (RBM) suggested reply that allows users to click a response instead of typing."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RbmSuggestedReply` class has two properties: `PostbackData`, which is an opaque payload sent to Dialogflow and webhooks, and `Text`, which is the text displayed in the suggested reply."],["It has two constructors, one that makes a blank object and one that copies another `RbmSuggestedReply` object."]]],[]]