| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotVersionResult> |
AbstractAmazonLexModelsV2Async.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
Future<DeleteBotVersionResult> |
AmazonLexModelsV2Async.deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler)
Deletes a specific version of a bot.
|
Future<DeleteBotVersionResult> |
AmazonLexModelsV2AsyncClient.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionRequest |
DeleteBotVersionRequest.clone() |
DeleteBotVersionRequest |
DeleteBotVersionRequest.withBotId(String botId)
The identifier of the bot that contains the version.
|
DeleteBotVersionRequest |
DeleteBotVersionRequest.withBotVersion(String botVersion)
The version of the bot to delete.
|
DeleteBotVersionRequest |
DeleteBotVersionRequest.withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, the
DeleteBotVersion operations throws a ResourceInUseException exception
if you try to delete a bot version that has an alias pointing at it. |
Copyright © 2022. All rights reserved.