| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SlotValueOverride> |
IntentOverride.slots()
A map of all of the slot value overrides for the intent.
|
List<SlotValueOverride> |
SlotValueOverride.values()
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
SlotValueOverride.Builder |
SlotValueOverride.Builder.values(SlotValueOverride... values)
A list of one or more values that the user provided for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
IntentOverride.Builder |
IntentOverride.Builder.slots(Map<String,SlotValueOverride> slots)
A map of all of the slot value overrides for the intent.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.values(Collection<SlotValueOverride> values)
A list of one or more values that the user provided for the slot.
|
Copyright © 2023. All rights reserved.