| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSlotTypeVersionResult> |
AmazonLexModelBuildingAsyncClient.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest request,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler) |
Future<CreateSlotTypeVersionResult> |
AmazonLexModelBuildingAsync.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest createSlotTypeVersionRequest,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
Future<CreateSlotTypeVersionResult> |
AbstractAmazonLexModelBuildingAsync.createSlotTypeVersionAsync(CreateSlotTypeVersionRequest request,
AsyncHandler<CreateSlotTypeVersionRequest,CreateSlotTypeVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeVersionRequest |
CreateSlotTypeVersionRequest.clone() |
CreateSlotTypeVersionRequest |
CreateSlotTypeVersionRequest.withChecksum(String checksum)
Checksum for the
$LATEST version of the slot type that you want to publish. |
CreateSlotTypeVersionRequest |
CreateSlotTypeVersionRequest.withName(String name)
The name of the slot type that you want to create a new version for.
|
Copyright © 2020. All rights reserved.