| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIntentResult> |
AmazonLexModelsV2AsyncClient.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
Future<DeleteIntentResult> |
AmazonLexModelsV2Async.deleteIntentAsync(DeleteIntentRequest deleteIntentRequest,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler)
Removes the specified intent.
|
Future<DeleteIntentResult> |
AbstractAmazonLexModelsV2Async.deleteIntentAsync(DeleteIntentRequest request,
AsyncHandler<DeleteIntentRequest,DeleteIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteIntentRequest |
DeleteIntentRequest.clone() |
DeleteIntentRequest |
DeleteIntentRequest.withBotId(String botId)
The identifier of the bot associated with the intent.
|
DeleteIntentRequest |
DeleteIntentRequest.withBotVersion(String botVersion)
The version of the bot associated with the intent.
|
DeleteIntentRequest |
DeleteIntentRequest.withIntentId(String intentId)
The unique identifier of the intent to delete.
|
DeleteIntentRequest |
DeleteIntentRequest.withLocaleId(String localeId)
The identifier of the language and locale where the bot will be deleted.
|
Copyright © 2025. All rights reserved.