public sealed class Text : IMessage<Intent.Types.Message.Types.Text>, IEquatable<Intent.Types.Message.Types.Text>, IDeepCloneable<Intent.Types.Message.Types.Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Text.
The text response message.
Implements
IMessage<Intent.Types.Message.Types.Text>, IEquatable<Intent.Types.Message.Types.Text>, IDeepCloneable<Intent.Types.Message.Types.Text>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Text()
public Text()
Text(Intent.Types.Message.Types.Text)
public Text(Intent.Types.Message.Types.Text other)
Parameter | |
---|---|
Name | Description |
other | Intent.Types.Message.Types.Text |
Properties
Text_
public RepeatedField<string> Text_ { get; }
Optional. The collection of the agent's responses.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |