View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings (google_api_dialogflow v0.78.0)

Settings for multi-lingual agents.

Attributes

  • enableMultiLanguageDetection (type: boolean(), default: nil) - Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
  • supportedResponseLanguageCodes (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings{
    enableMultiLanguageDetection: boolean() | nil,
    supportedResponseLanguageCodes: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.