Class: Google::Cloud::Dialogflow::CX::V3::Flow::MultiLanguageSettings

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

Overview

Settings for multi-lingual agents.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_multi_language_detection::Boolean

Returns Optional. Enable multi-language detection for this flow. This can be set only if [agent level multi language setting][Agent.enable_multi_language_training] is enabled.

Returns:

  • (::Boolean)

    Optional. Enable multi-language detection for this flow. This can be set only if [agent level multi language setting][Agent.enable_multi_language_training] is enabled.



183
184
185
186
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 183

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

#supported_response_language_codes::Array<::String>

Returns Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.

Returns:

  • (::Array<::String>)

    Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.



183
184
185
186
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 183

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