Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SampleValue
-
Packages that use SampleValue Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SampleValue in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SampleValue Modifier and Type Method Description SampleValueSlotTypeValue. sampleValue()The value of the slot type entry.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SampleValue Modifier and Type Method Description List<SampleValue>SlotTypeValue. synonyms()Additional values related to the slot type entry.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SampleValue Modifier and Type Method Description SlotTypeValue.BuilderSlotTypeValue.Builder. sampleValue(SampleValue sampleValue)The value of the slot type entry.SlotTypeValue.BuilderSlotTypeValue.Builder. synonyms(SampleValue... synonyms)Additional values related to the slot type entry.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SampleValue Modifier and Type Method Description SlotTypeValue.BuilderSlotTypeValue.Builder. synonyms(Collection<SampleValue> synonyms)Additional values related to the slot type entry.
-