Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.SlotDefaultValueSpec
-
Packages that use SlotDefaultValueSpec Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotDefaultValueSpec in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return SlotDefaultValueSpec Modifier and Type Method Description SlotDefaultValueSpecSlot. defaultValueSpec()A list of default values for the slot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type SlotDefaultValueSpec Modifier and Type Method Description Slot.BuilderSlot.Builder. defaultValueSpec(SlotDefaultValueSpec defaultValueSpec)A list of default values for the slot.
-