| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotValueOverride |
SlotValueOverride.clone() |
SlotValueOverride |
SlotValueOverride.withShape(SlotShape shape)
When the shape value is
List, it indicates that the values field contains a list of
slot values. |
SlotValueOverride |
SlotValueOverride.withShape(String shape)
When the shape value is
List, it indicates that the values field contains a list of
slot values. |
SlotValueOverride |
SlotValueOverride.withValue(SlotValue value)
The current value of the slot.
|
SlotValueOverride |
SlotValueOverride.withValues(Collection<SlotValueOverride> values)
A list of one or more values that the user provided for the slot.
|
SlotValueOverride |
SlotValueOverride.withValues(SlotValueOverride... values)
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SlotValueOverride> |
IntentOverride.getSlots()
A map of all of the slot value overrides for the intent.
|
List<SlotValueOverride> |
SlotValueOverride.getValues()
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
IntentOverride |
IntentOverride.addSlotsEntry(String key,
SlotValueOverride value)
Add a single Slots entry
|
SlotValueOverride |
SlotValueOverride.withValues(SlotValueOverride... values)
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentOverride.setSlots(Map<String,SlotValueOverride> slots)
A map of all of the slot value overrides for the intent.
|
void |
SlotValueOverride.setValues(Collection<SlotValueOverride> values)
A list of one or more values that the user provided for the slot.
|
IntentOverride |
IntentOverride.withSlots(Map<String,SlotValueOverride> slots)
A map of all of the slot value overrides for the intent.
|
SlotValueOverride |
SlotValueOverride.withValues(Collection<SlotValueOverride> values)
A list of one or more values that the user provided for the slot.
|
Copyright © 2024. All rights reserved.