| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSlotTypeResponse> |
LexModelsV2AsyncClient.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
default DeleteSlotTypeResponse |
LexModelsV2Client.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.botId(String botId)
The identifier of the bot associated with the slot type.
|
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.botVersion(String botVersion)
The version of the bot associated with the slot type.
|
static DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.builder() |
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.localeId(String localeId)
The identifier of the language and locale that the slot type will be deleted from.
|
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, the
DeleteSlotType operations throws a ResourceInUseException exception
if you try to delete a slot type used by a slot. |
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.Builder.slotTypeId(String slotTypeId)
The identifier of the slot type to delete.
|
DeleteSlotTypeRequest.Builder |
DeleteSlotTypeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteSlotTypeRequest.Builder> |
DeleteSlotTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.