| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSlotTypeResponse |
LexModelsV2Client.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
default DeleteSlotTypeResponse |
LexModelsV2Client.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSlotTypeResponse> |
LexModelsV2AsyncClient.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
default CompletableFuture<DeleteSlotTypeResponse> |
LexModelsV2AsyncClient.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes a slot type from a bot locale.
|
Copyright © 2022. All rights reserved.