| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default BuildBotLocaleResponse |
LexModelsV2Client.buildBotLocale(BuildBotLocaleRequest buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
default BuildBotLocaleResponse |
LexModelsV2Client.buildBotLocale(Consumer<BuildBotLocaleRequest.Builder> buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BuildBotLocaleResponse> |
LexModelsV2AsyncClient.buildBotLocale(BuildBotLocaleRequest buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
default CompletableFuture<BuildBotLocaleResponse> |
LexModelsV2AsyncClient.buildBotLocale(Consumer<BuildBotLocaleRequest.Builder> buildBotLocaleRequest)
Builds a bot, its intents, and its slot types into a specific locale.
|
Copyright © 2021. All rights reserved.