createBotLocale
inline suspend fun LexModelsV2Client.createBotLocale(crossinline block: CreateBotLocaleRequest.Builder.() -> Unit): CreateBotLocaleResponse
Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot.