BotLocaleArgs

constructor(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)