public sealed class Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
The text response message.
Implements
IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Text()
public Text()
Text(ResponseMessage.Types.Text)
public Text(ResponseMessage.Types.Text other)
Parameter | |
---|---|
Name | Description |
other | ResponseMessage.Types.Text |
Properties
AllowPlaybackInterruption
public bool AllowPlaybackInterruption { get; set; }
Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
Property Value | |
---|---|
Type | Description |
Boolean |
Text_
public RepeatedField<string> Text_ { get; }
Required. A collection of text responses.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |