public sealed class TextInput : IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessageRepresents the natural language text to be processed.
Implements
IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TextInput()
public TextInput()TextInput(TextInput)
public TextInput(TextInput other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TextInput | 
      
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 | |
|---|---|
| Type | Description | 
String | 
        |