public sealed class Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
The text response message.
Inheritance
System.Object > ResponseMessage.Types.TextImplements
Google.Protobuf.IMessage<ResponseMessage.Types.Text>, System.IEquatable<ResponseMessage.Types.Text>, Google.Protobuf.IDeepCloneable<ResponseMessage.Types.Text>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.Boolean |
Text_
public RepeatedField<string> Text_ { get; }
Required. A collection of text responses.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<System.String> |