| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeValue> |
CreateSlotTypeResponse.slotTypeValues()
The list of values that the slot type can assume.
|
List<SlotTypeValue> |
UpdateSlotTypeRequest.slotTypeValues()
A new list of values and their optional synonyms that define the values that the slot type can take.
|
List<SlotTypeValue> |
DescribeSlotTypeResponse.slotTypeValues()
The values that the slot type can take.
|
List<SlotTypeValue> |
UpdateSlotTypeResponse.slotTypeValues()
The updated values that the slot type provides.
|
List<SlotTypeValue> |
CreateSlotTypeRequest.slotTypeValues()
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
The list of values that the slot type can assume.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
The values that the slot type can take.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
The updated values that the slot type provides.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeResponse.Builder |
CreateSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The list of values that the slot type can assume.
|
UpdateSlotTypeRequest.Builder |
UpdateSlotTypeRequest.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The values that the slot type can take.
|
UpdateSlotTypeResponse.Builder |
UpdateSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The updated values that the slot type provides.
|
CreateSlotTypeRequest.Builder |
CreateSlotTypeRequest.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
Copyright © 2021. All rights reserved.