Class ResponseMessage.Types.Text (1.10.0)

public sealed class Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage

The text response message.

Inheritance

Object > ResponseMessage.Types.Text

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Text()

public Text()

Text(ResponseMessage.Types.Text)

public Text(ResponseMessage.Types.Text other)
Parameter
NameDescription
otherResponseMessage.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
TypeDescription
Boolean

Text_

public RepeatedField<string> Text_ { get; }

Required. A collection of text responses.

Property Value
TypeDescription
RepeatedField<String>