| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.clone() |
Slot |
Slot.withValue(Value value)
The current value of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Slot> |
Intent.getSlots()
A map of all of the slots for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.addSlotsEntry(String key,
Slot value)
Add a single Slots entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Intent.setSlots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Intent |
Intent.withSlots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Copyright © 2021. All rights reserved.