Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.SlotTypeRegexConfiguration
-
Packages that use SlotTypeRegexConfiguration Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of SlotTypeRegexConfiguration in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return SlotTypeRegexConfiguration Modifier and Type Method Description SlotTypeRegexConfigurationSlotTypeConfiguration. regexConfiguration()A regular expression used to validate the value of a slot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type SlotTypeRegexConfiguration Modifier and Type Method Description SlotTypeConfiguration.BuilderSlotTypeConfiguration.Builder. regexConfiguration(SlotTypeRegexConfiguration regexConfiguration)A regular expression used to validate the value of a slot.
-