Google Cloud Dialogflow V2 Client - Class TextInput (1.6.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this