Class: Google::Cloud::Dialogflow::V2::InputTextConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

Defines the language used in the input text.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.



932
933
934
935
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 932

class InputTextConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end