| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotLocaleResult> |
AmazonLexModelsV2AsyncClient.deleteBotLocaleAsync(DeleteBotLocaleRequest request,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler) |
Future<DeleteBotLocaleResult> |
AbstractAmazonLexModelsV2Async.deleteBotLocaleAsync(DeleteBotLocaleRequest request,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler) |
Future<DeleteBotLocaleResult> |
AmazonLexModelsV2Async.deleteBotLocaleAsync(DeleteBotLocaleRequest deleteBotLocaleRequest,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler)
Removes a locale from a bot.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleRequest |
DeleteBotLocaleRequest.clone() |
DeleteBotLocaleRequest |
DeleteBotLocaleRequest.withBotId(String botId)
The unique identifier of the bot that contains the locale.
|
DeleteBotLocaleRequest |
DeleteBotLocaleRequest.withBotVersion(String botVersion)
The version of the bot that contains the locale.
|
DeleteBotLocaleRequest |
DeleteBotLocaleRequest.withLocaleId(String localeId)
The identifier of the language and locale that will be deleted.
|
Copyright © 2022. All rights reserved.