| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSlotResponse |
LexModelsV2Client.createSlot(Consumer<CreateSlotRequest.Builder> createSlotRequest)
Creates a slot in an intent.
|
default CreateSlotResponse |
LexModelsV2Client.createSlot(CreateSlotRequest createSlotRequest)
Creates a slot in an intent.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSlotResponse> |
LexModelsV2AsyncClient.createSlot(Consumer<CreateSlotRequest.Builder> createSlotRequest)
Creates a slot in an intent.
|
default CompletableFuture<CreateSlotResponse> |
LexModelsV2AsyncClient.createSlot(CreateSlotRequest createSlotRequest)
Creates a slot in an intent.
|
Copyright © 2023. All rights reserved.