| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotTypeValue |
SlotTypeValue.clone() |
SlotTypeValue |
SlotTypeValue.withSampleValue(SampleValue sampleValue)
The value of the slot type entry.
|
SlotTypeValue |
SlotTypeValue.withSynonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
|
SlotTypeValue |
SlotTypeValue.withSynonyms(SampleValue... synonyms)
Additional values related to the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeValue> |
UpdateSlotTypeResult.getSlotTypeValues()
The updated values that the slot type provides.
|
List<SlotTypeValue> |
UpdateSlotTypeRequest.getSlotTypeValues()
A new list of values and their optional synonyms that define the values that the slot type can take.
|
List<SlotTypeValue> |
DescribeSlotTypeResult.getSlotTypeValues()
The values that the slot type can take.
|
List<SlotTypeValue> |
CreateSlotTypeResult.getSlotTypeValues()
The list of values that the slot type can assume.
|
List<SlotTypeValue> |
CreateSlotTypeRequest.getSlotTypeValues()
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The updated values that the slot type provides.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeValues(SlotTypeValue... slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The values that the slot type can take.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The list of values that the slot type can assume.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withSlotTypeValues(SlotTypeValue... slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlotTypeResult.setSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The updated values that the slot type provides.
|
void |
UpdateSlotTypeRequest.setSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
void |
DescribeSlotTypeResult.setSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The values that the slot type can take.
|
void |
CreateSlotTypeResult.setSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The list of values that the slot type can assume.
|
void |
CreateSlotTypeRequest.setSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The updated values that the slot type provides.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The values that the slot type can take.
|
CreateSlotTypeResult |
CreateSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The list of values that the slot type can assume.
|
CreateSlotTypeRequest |
CreateSlotTypeRequest.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A list of
SlotTypeValue objects that defines the values that the slot type can take. |
Copyright © 2023. All rights reserved.