Google Cloud Dialogflow v2beta1 API - Class Intent.Types.Message.Types.RbmText (1.0.0-beta15)

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.

Inheritance

object > Intent.Types.Message.Types.RbmText

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

RbmText()

public RbmText()

RbmText(RbmText)

public RbmText(Intent.Types.Message.Types.RbmText other)
Parameter
NameDescription
otherIntentTypesMessageTypesRbmText

Properties

RbmSuggestion

public RepeatedField<Intent.Types.Message.Types.RbmSuggestion> RbmSuggestion { get; }

Optional. One or more suggestions to show to the user.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesRbmSuggestion

Text

public string Text { get; set; }

Required. Text sent and displayed to the user.

Property Value
TypeDescription
string