| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Specifications |
Specifications.clone() |
Specifications |
Specifications.withSlotTypeId(String slotTypeId)
The unique identifier assigned to the slot type.
|
Specifications |
Specifications.withValueElicitationSetting(SubSlotValueElicitationSetting valueElicitationSetting)
Specifies the elicitation setting details for constituent sub slots of a composite slot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Specifications> |
SubSlotSetting.getSlotSpecifications()
Specifications for the constituent sub slots of a composite slot.
|
| Modifier and Type | Method and Description |
|---|---|
SubSlotSetting |
SubSlotSetting.addSlotSpecificationsEntry(String key,
Specifications value)
Add a single SlotSpecifications entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubSlotSetting.setSlotSpecifications(Map<String,Specifications> slotSpecifications)
Specifications for the constituent sub slots of a composite slot.
|
SubSlotSetting |
SubSlotSetting.withSlotSpecifications(Map<String,Specifications> slotSpecifications)
Specifications for the constituent sub slots of a composite slot.
|
Copyright © 2023. All rights reserved.