| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SubSlotTypeComposition |
SubSlotTypeComposition.clone() |
SubSlotTypeComposition |
SubSlotTypeComposition.withName(String name)
Name of a constituent sub slot inside a composite slot.
|
SubSlotTypeComposition |
SubSlotTypeComposition.withSlotTypeId(String slotTypeId)
The unique identifier assigned to a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubSlotTypeComposition> |
CompositeSlotTypeSetting.getSubSlots()
Subslots in the composite slot.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeSlotTypeSetting |
CompositeSlotTypeSetting.withSubSlots(SubSlotTypeComposition... subSlots)
Subslots in the composite slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeSlotTypeSetting.setSubSlots(Collection<SubSlotTypeComposition> subSlots)
Subslots in the composite slot.
|
CompositeSlotTypeSetting |
CompositeSlotTypeSetting.withSubSlots(Collection<SubSlotTypeComposition> subSlots)
Subslots in the composite slot.
|
Copyright © 2023. All rights reserved.