| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSlotTypeVersionResponse> |
LexModelBuildingAsyncClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
default CompletableFuture<CreateSlotTypeVersionResponse> |
LexModelBuildingAsyncClient.createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
Copyright © 2019. All rights reserved.