public static interface Flow.MultiLanguageSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableMultiLanguageDetection()
Optional.
|
String |
getSupportedResponseLanguageCodes(int index)
Optional.
|
com.google.protobuf.ByteString |
getSupportedResponseLanguageCodesBytes(int index)
Optional.
|
int |
getSupportedResponseLanguageCodesCount()
Optional.
|
List<String> |
getSupportedResponseLanguageCodesList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnableMultiLanguageDetection()
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.
bool enable_multi_language_detection = 1 [(.google.api.field_behavior) = OPTIONAL];
List<String> getSupportedResponseLanguageCodesList()
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][google.cloud.dialogflow.cx.v3.Agent.enable_multi_language_training] and multi-language detection is enabled in the [flow][google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings.enable_multi_language_detection]. The supported languages must be a subset of the languages supported by the agent.
repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
int getSupportedResponseLanguageCodesCount()
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][google.cloud.dialogflow.cx.v3.Agent.enable_multi_language_training] and multi-language detection is enabled in the [flow][google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings.enable_multi_language_detection]. The supported languages must be a subset of the languages supported by the agent.
repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
String getSupportedResponseLanguageCodes(int index)
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][google.cloud.dialogflow.cx.v3.Agent.enable_multi_language_training] and multi-language detection is enabled in the [flow][google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings.enable_multi_language_detection]. The supported languages must be a subset of the languages supported by the agent.
repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getSupportedResponseLanguageCodesBytes(int index)
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][google.cloud.dialogflow.cx.v3.Agent.enable_multi_language_training] and multi-language detection is enabled in the [flow][google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings.enable_multi_language_detection]. The supported languages must be a subset of the languages supported by the agent.
repeated string supported_response_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.