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."],["`RbmSuggestedReply` is a component of Rich Business Messaging (RBM) that enables the use of suggested replies, allowing users to click instead of manually typing responses."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, equality checks, deep cloning, and buffering."],["The `RbmSuggestedReply` class has properties for setting the `PostbackData`, an opaque payload sent to Dialogflow upon user interaction and the `Text` for the suggested reply."],["The document covers two constructors for `RbmSuggestedReply`, one default and one for making a copy of another instance of the class."]]],[]]