Dialogflow v3 API - Class ResponseMessage.Types.Text (2.17.0)

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.

Inheritance

object > ResponseMessage.Types.Text

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Text()

public Text()

Text(Text)

public Text(ResponseMessage.Types.Text other)
Parameter
NameDescription
otherResponseMessageTypesText

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
bool

Text_

public RepeatedField<string> Text_ { get; }

Required. A collection of text responses.

Property Value
TypeDescription
RepeatedFieldstring