Class: Google::Cloud::Dialogflow::V2::TextInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::TextInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/session.rb
Overview
Auxiliary proto messages.
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.
655 656 657 658 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 655 class TextInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters for virtual agent interactions.
655 656 657 658 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 655 class TextInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |