Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotValueRegexFilter
-
Packages that use SlotValueRegexFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotValueRegexFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotValueRegexFilter Modifier and Type Method Description SlotValueRegexFilterSlotValueSelectionSetting. regexFilter()A regular expression used to validate the value of a slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotValueRegexFilter Modifier and Type Method Description SlotValueSelectionSetting.BuilderSlotValueSelectionSetting.Builder. regexFilter(SlotValueRegexFilter regexFilter)A regular expression used to validate the value of a slot.
-