| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotVersionResult> |
AmazonLexModelBuildingAsyncClient.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
Future<CreateBotVersionResult> |
AmazonLexModelBuildingAsync.createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler)
Creates a new version of the bot based on the
$LATEST version. |
Future<CreateBotVersionResult> |
AbstractAmazonLexModelBuildingAsync.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionRequest |
CreateBotVersionRequest.clone() |
CreateBotVersionRequest |
CreateBotVersionRequest.withChecksum(String checksum)
Identifies a specific revision of the
$LATEST version of the bot. |
CreateBotVersionRequest |
CreateBotVersionRequest.withName(String name)
The name of the bot that you want to create a new version of.
|
Copyright © 2020. All rights reserved.