| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotVersionResult> |
AmazonLexModelsV2AsyncClient.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
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.
|
| 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, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot version
before it is deleted and throws a
ResourceInUseException exception if the version is being used by
another resource. |
Copyright © 2024. All rights reserved.