| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(Consumer<CreateIntentVersionRequest.Builder> createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(CreateIntentVersionRequest createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIntentVersionResponse> |
LexModelBuildingAsyncClient.createIntentVersion(Consumer<CreateIntentVersionRequest.Builder> createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
default CompletableFuture<CreateIntentVersionResponse> |
LexModelBuildingAsyncClient.createIntentVersion(CreateIntentVersionRequest createIntentVersionRequest)
Creates a new version of an intent based on the
$LATEST version of the intent. |
Copyright © 2019. All rights reserved.