| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Slot> |
Intent.slots()
A map of all of the slots for the intent.
|
Map<String,Slot> |
Slot.subSlots()
The constituent sub slots of a composite slot.
|
List<Slot> |
Slot.values()
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
Slot.Builder |
Slot.Builder.values(Slot... values)
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
Intent.Builder.slots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Slot.Builder |
Slot.Builder.subSlots(Map<String,Slot> subSlots)
The constituent sub slots of a composite slot.
|
Slot.Builder |
Slot.Builder.values(Collection<Slot> values)
A list of one or more values that the user provided for the slot.
|
Copyright © 2022. All rights reserved.