Google Cloud Dialogflow v2beta1 API - Class Intent.Types.Message.Types.RbmSuggestedReply (1.0.0-beta12)

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.

Inheritance

object > Intent.Types.Message.Types.RbmSuggestedReply

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

RbmSuggestedReply()

public RbmSuggestedReply()

RbmSuggestedReply(RbmSuggestedReply)

public RbmSuggestedReply(Intent.Types.Message.Types.RbmSuggestedReply other)
Parameter
NameDescription
otherIntentTypesMessageTypesRbmSuggestedReply

Properties

PostbackData

public string PostbackData { get; set; }

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.

Property Value
TypeDescription
string

Text

public string Text { get; set; }

Suggested reply text.

Property Value
TypeDescription
string