supportedResponseLanguageCodes property

List<String>? supportedResponseLanguageCodes
getter/setter pair

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.

Optional.

Implementation

core.List<core.String>? supportedResponseLanguageCodes;