Bot Locale Args
data class BotLocaleArgs(val customVocabulary: Output<BotCustomVocabularyArgs>? = null, val description: Output<String>? = null, val intents: Output<List<BotIntentArgs>>? = null, val localeId: Output<String>, val nluConfidenceThreshold: Output<Double>, val slotTypes: Output<List<BotSlotTypeArgs>>? = null, val voiceSettings: Output<BotVoiceSettingsArgs>? = null) : ConvertibleToJava<BotLocaleArgs>
A locale in the bot, which contains the intents and slot types that the bot uses in conversations with users in the specified language and locale.
Constructors
Link copied to clipboard
fun BotLocaleArgs(customVocabulary: Output<BotCustomVocabularyArgs>? = null, description: Output<String>? = null, intents: Output<List<BotIntentArgs>>? = null, localeId: Output<String>, nluConfidenceThreshold: Output<Double>, slotTypes: Output<List<BotSlotTypeArgs>>? = null, voiceSettings: Output<BotVoiceSettingsArgs>? = null)