Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotCaptureSetting
-
Packages that use SlotCaptureSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotCaptureSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotCaptureSetting Modifier and Type Method Description SlotCaptureSettingSlotValueElicitationSetting. slotCaptureSetting()Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotCaptureSetting Modifier and Type Method Description SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.Builder. slotCaptureSetting(SlotCaptureSetting slotCaptureSetting)Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
-