Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ElicitationCodeHookInvocationSetting
-
Packages that use ElicitationCodeHookInvocationSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ElicitationCodeHookInvocationSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ElicitationCodeHookInvocationSetting Modifier and Type Method Description ElicitationCodeHookInvocationSettingIntentConfirmationSetting. elicitationCodeHook()TheDialogCodeHookInvocationSettingused when the code hook is invoked during confirmation prompt retries.ElicitationCodeHookInvocationSettingSlotCaptureSetting. elicitationCodeHook()Code hook called when Amazon Lex doesn't capture a slot value.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ElicitationCodeHookInvocationSetting Modifier and Type Method Description IntentConfirmationSetting.BuilderIntentConfirmationSetting.Builder. elicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook)TheDialogCodeHookInvocationSettingused when the code hook is invoked during confirmation prompt retries.SlotCaptureSetting.BuilderSlotCaptureSetting.Builder. elicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook)Code hook called when Amazon Lex doesn't capture a slot value.
-