| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotVersionResult> |
AmazonLexModelBuildingAsyncClient.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
Future<DeleteBotVersionResult> |
AmazonLexModelBuildingAsync.deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler)
Deletes a specific version of a bot.
|
Future<DeleteBotVersionResult> |
AbstractAmazonLexModelBuildingAsync.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionRequest |
DeleteBotVersionRequest.clone() |
DeleteBotVersionRequest |
DeleteBotVersionRequest.withName(String name)
The name of the bot.
|
DeleteBotVersionRequest |
DeleteBotVersionRequest.withVersion(String version)
The version of the bot to delete.
|
Copyright © 2020. All rights reserved.