Google Cloud Dialogflow V2 Client - Class TextInput (1.0.1)

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

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.

Generated from protobuf field string text = 1 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field string text = 1 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field string language_code = 2 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field string language_code = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this