| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteIntentResponse |
LexModelBuildingClient.deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
default DeleteIntentResponse |
LexModelBuildingClient.deleteIntent(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteIntentResponse> |
LexModelBuildingAsyncClient.deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
default CompletableFuture<DeleteIntentResponse> |
LexModelBuildingAsyncClient.deleteIntent(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
Copyright © 2021. All rights reserved.