| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBotLocaleResponse |
LexModelsV2Client.createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)
Creates a locale in the bot.
|
default CreateBotLocaleResponse |
LexModelsV2Client.createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)
Creates a locale in the bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotLocaleResponse> |
LexModelsV2AsyncClient.createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)
Creates a locale in the bot.
|
default CompletableFuture<CreateBotLocaleResponse> |
LexModelsV2AsyncClient.createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)
Creates a locale in the bot.
|
Copyright © 2022. All rights reserved.