public sealed class ResponseMessage.Types.Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.Text.
The text response message.
Implements
IMessageResponseMessageTypesText, IEquatableResponseMessageTypesText, IDeepCloneableResponseMessageTypesText, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Text()
public Text()
Text(Text)
public Text(ResponseMessage.Types.Text other)
Parameter | |
---|---|
Name | Description |
other |
ResponseMessageTypesText |
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 |
bool |
Text_
public RepeatedField<string> Text_ { get; }
Required. A collection of text responses.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |