Class: Google::Cloud::Dialogflow::V2::TextInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::TextInput
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb
Overview
Represents the natural language text to be processed.
Instance Attribute Summary collapse
-
#language_code ⇒ String
Required.
-
#text ⇒ String
Required.
Instance Attribute Details
#language_code ⇒ String
Returns 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.
381 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 381 class TextInput; end |
#text ⇒ String
Returns Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 bytes.
381 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 381 class TextInput; end |