Class TextInput (1.0.0)

public sealed class TextInput : IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessage

Represents the natural language text to be processed.

Inheritance

System.Object > TextInput

Implements

Google.Protobuf.IMessage<TextInput>, System.IEquatable<TextInput>, Google.Protobuf.IDeepCloneable<TextInput>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TextInput()

public TextInput()

TextInput(TextInput)

public TextInput(TextInput other)
Parameter
NameDescription
otherTextInput

Properties

Text

public string Text { get; set; }

Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

Property Value
TypeDescription
System.String