Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class TextInput.
Auxiliary proto messages.
Represents the natural language text to be processed.
Generated from protobuf message google.cloud.dialogflow.v2.TextInput
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__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 for virtual agent interactions. |
↳ language_code |
string
Required. The language of this conversational query. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language. |
getText
Required. The UTF-8 encoded natural language text to be processed.
Text length must not exceed 256 characters for virtual agent interactions.
Returns | |
---|---|
Type | Description |
string |
setText
Required. The UTF-8 encoded natural language text to be processed.
Text length must not exceed 256 characters for virtual agent interactions.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLanguageCode
Required. The language of this conversational query. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
Required. The language of this conversational query. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |