Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TextInput.
Represents the natural language text to be processed.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TextInput
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters. |
getText
Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Returns | |
---|---|
Type | Description |
string |
setText
Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |