Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.SlotDefaultValue
-
Packages that use SlotDefaultValue Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotDefaultValue in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type SlotDefaultValue Modifier and Type Method Description List<SlotDefaultValue>SlotDefaultValueSpec. defaultValueList()The default values for a slot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type SlotDefaultValue Modifier and Type Method Description SlotDefaultValueSpec.BuilderSlotDefaultValueSpec.Builder. defaultValueList(SlotDefaultValue... defaultValueList)The default values for a slot.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type SlotDefaultValue Modifier and Type Method Description SlotDefaultValueSpec.BuilderSlotDefaultValueSpec.Builder. defaultValueList(Collection<SlotDefaultValue> defaultValueList)The default values for a slot.
-