| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteIntentResult |
AmazonLexModelBuildingClient.deleteIntent(DeleteIntentRequest request)
Deletes all versions of the intent, including the
$LATEST version. |
DeleteIntentResult |
AmazonLexModelBuilding.deleteIntent(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
DeleteIntentResult |
AbstractAmazonLexModelBuilding.deleteIntent(DeleteIntentRequest request) |
Future<DeleteIntentResult> |
AbstractAmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest request) |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest deleteIntentRequest)
Deletes all versions of the intent, including the
$LATEST version. |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsyncClient.deleteIntentAsync(DeleteIntentRequest request) |
Future<DeleteIntentResult> |
AbstractAmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest deleteIntentRequest,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler)
Deletes all versions of the intent, including the
$LATEST version. |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsyncClient.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIntentResult> |
AbstractAmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsync.deleteIntentAsync(DeleteIntentRequest deleteIntentRequest,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler)
Deletes all versions of the intent, including the
$LATEST version. |
Future<DeleteIntentResult> |
AmazonLexModelBuildingAsyncClient.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteIntentRequest |
DeleteIntentRequest.clone() |
DeleteIntentRequest |
DeleteIntentRequest.withName(String name)
The name of the intent.
|
Copyright © 2023. All rights reserved.