| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SampleValue |
SampleValue.clone() |
SampleValue |
SlotTypeValue.getSampleValue()
The value of the slot type entry.
|
SampleValue |
SampleValue.withValue(String value)
The value that can be used for a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SampleValue> |
SlotTypeValue.getSynonyms()
Additional values related to the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotTypeValue.setSampleValue(SampleValue sampleValue)
The value of the slot type entry.
|
SlotTypeValue |
SlotTypeValue.withSampleValue(SampleValue sampleValue)
The value of the slot type entry.
|
SlotTypeValue |
SlotTypeValue.withSynonyms(SampleValue... synonyms)
Additional values related to the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotTypeValue.setSynonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
|
SlotTypeValue |
SlotTypeValue.withSynonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
|
Copyright © 2022. All rights reserved.