Class Intent.Types.Message.Types.Text (3.7.0)

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

The text response message.

Inheritance

Object > Intent.Types.Message.Types.Text

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Text()

public Text()

Text(Intent.Types.Message.Types.Text)

public Text(Intent.Types.Message.Types.Text other)
Parameter
NameDescription
otherIntent.Types.Message.Types.Text

Properties

Text_

public RepeatedField<string> Text_ { get; }

Optional. The collection of the agent's responses.

Property Value
TypeDescription
RepeatedField<String>