| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSlotTypeResult> |
AmazonLexModelsV2AsyncClient.deleteSlotTypeAsync(DeleteSlotTypeRequest request,
AsyncHandler<DeleteSlotTypeRequest,DeleteSlotTypeResult> asyncHandler) |
Future<DeleteSlotTypeResult> |
AmazonLexModelsV2Async.deleteSlotTypeAsync(DeleteSlotTypeRequest deleteSlotTypeRequest,
AsyncHandler<DeleteSlotTypeRequest,DeleteSlotTypeResult> asyncHandler)
Deletes a slot type from a bot locale.
|
Future<DeleteSlotTypeResult> |
AbstractAmazonLexModelsV2Async.deleteSlotTypeAsync(DeleteSlotTypeRequest request,
AsyncHandler<DeleteSlotTypeRequest,DeleteSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.clone() |
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.withBotId(String botId)
The identifier of the bot associated with the slot type.
|
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.withBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.withLocaleId(String localeId)
The identifier of the language and locale that the slot type will be deleted from.
|
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, the
DeleteSlotType operations throws a ResourceInUseException exception if
you try to delete a slot type used by a slot. |
DeleteSlotTypeRequest |
DeleteSlotTypeRequest.withSlotTypeId(String slotTypeId)
The identifier of the slot type to delete.
|
Copyright © 2021. All rights reserved.