| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SampleValue |
SlotTypeValue.sampleValue()
The value of the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<SampleValue> |
SlotTypeValue.synonyms()
Additional values related to the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
SlotTypeValue.Builder |
SlotTypeValue.Builder.sampleValue(SampleValue sampleValue)
The value of the slot type entry.
|
SlotTypeValue.Builder |
SlotTypeValue.Builder.synonyms(SampleValue... synonyms)
Additional values related to the slot type entry.
|
| Modifier and Type | Method and Description |
|---|---|
SlotTypeValue.Builder |
SlotTypeValue.Builder.synonyms(Collection<SampleValue> synonyms)
Additional values related to the slot type entry.
|
Copyright © 2023. All rights reserved.