public sealed class Intent.Types.Message.Types.RbmText : IMessage<Intent.Types.Message.Types.RbmText>, IEquatable<Intent.Types.Message.Types.RbmText>, IDeepCloneable<Intent.Types.Message.Types.RbmText>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.RbmText.
Rich Business Messaging (RBM) text response with suggestions.
Implements
IMessageIntentTypesMessageTypesRbmText, IEquatableIntentTypesMessageTypesRbmText, IDeepCloneableIntentTypesMessageTypesRbmText, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
RbmText()
public RbmText()
RbmText(RbmText)
public RbmText(Intent.Types.Message.Types.RbmText other)
Parameter | |
---|---|
Name | Description |
other |
IntentTypesMessageTypesRbmText |
Properties
RbmSuggestion
public RepeatedField<Intent.Types.Message.Types.RbmSuggestion> RbmSuggestion { get; }
Optional. One or more suggestions to show to the user.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesRbmSuggestion |
Text
public string Text { get; set; }
Required. Text sent and displayed to the user.
Property Value | |
---|---|
Type | Description |
string |