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