| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleResult |
AmazonLexModelsV2Client.deleteBotLocale(DeleteBotLocaleRequest request)
Removes a locale from a bot.
|
DeleteBotLocaleResult |
AbstractAmazonLexModelsV2.deleteBotLocale(DeleteBotLocaleRequest request) |
DeleteBotLocaleResult |
AmazonLexModelsV2.deleteBotLocale(DeleteBotLocaleRequest deleteBotLocaleRequest)
Removes a locale from a bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotLocaleResult> |
AmazonLexModelsV2AsyncClient.deleteBotLocaleAsync(DeleteBotLocaleRequest request,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler) |
Future<DeleteBotLocaleResult> |
AmazonLexModelsV2Async.deleteBotLocaleAsync(DeleteBotLocaleRequest deleteBotLocaleRequest,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler)
Removes a locale from a bot.
|
Future<DeleteBotLocaleResult> |
AbstractAmazonLexModelsV2Async.deleteBotLocaleAsync(DeleteBotLocaleRequest request,
AsyncHandler<DeleteBotLocaleRequest,DeleteBotLocaleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleResult |
DeleteBotLocaleResult.clone() |
DeleteBotLocaleResult |
DeleteBotLocaleResult.withBotId(String botId)
The identifier of the bot that contained the deleted locale.
|
DeleteBotLocaleResult |
DeleteBotLocaleResult.withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResult |
DeleteBotLocaleResult.withBotLocaleStatus(String botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResult |
DeleteBotLocaleResult.withBotVersion(String botVersion)
The version of the bot that contained the deleted locale.
|
DeleteBotLocaleResult |
DeleteBotLocaleResult.withLocaleId(String localeId)
The language and locale of the deleted locale.
|
Copyright © 2024. All rights reserved.