| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntentVersionResult> |
AmazonLexModelBuildingAsyncClient.createIntentVersionAsync(CreateIntentVersionRequest request,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler) |
Future<CreateIntentVersionResult> |
AmazonLexModelBuildingAsync.createIntentVersionAsync(CreateIntentVersionRequest createIntentVersionRequest,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler)
Creates a new version of an intent based on the
$LATEST version of the intent. |
Future<CreateIntentVersionResult> |
AbstractAmazonLexModelBuildingAsync.createIntentVersionAsync(CreateIntentVersionRequest request,
AsyncHandler<CreateIntentVersionRequest,CreateIntentVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIntentVersionRequest |
CreateIntentVersionRequest.clone() |
CreateIntentVersionRequest |
CreateIntentVersionRequest.withChecksum(String checksum)
Checksum of the
$LATEST version of the intent that should be used to create the new version. |
CreateIntentVersionRequest |
CreateIntentVersionRequest.withName(String name)
The name of the intent that you want to create a new version of.
|
Copyright © 2020. All rights reserved.