Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DialogCodeHookInvocationSetting
-
Packages that use DialogCodeHookInvocationSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DialogCodeHookInvocationSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DialogCodeHookInvocationSetting Modifier and Type Method Description DialogCodeHookInvocationSettingInitialResponseSetting. codeHook()Returns the value of the CodeHook property for this object.DialogCodeHookInvocationSettingIntentConfirmationSetting. codeHook()TheDialogCodeHookInvocationSettingobject associated with intent's confirmation step.DialogCodeHookInvocationSettingSlotCaptureSetting. codeHook()Code hook called after Amazon Lex successfully captures a slot value.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type DialogCodeHookInvocationSetting Modifier and Type Method Description InitialResponseSetting.BuilderInitialResponseSetting.Builder. codeHook(DialogCodeHookInvocationSetting codeHook)Sets the value of the CodeHook property for this object.IntentConfirmationSetting.BuilderIntentConfirmationSetting.Builder. codeHook(DialogCodeHookInvocationSetting codeHook)TheDialogCodeHookInvocationSettingobject associated with intent's confirmation step.SlotCaptureSetting.BuilderSlotCaptureSetting.Builder. codeHook(DialogCodeHookInvocationSetting codeHook)Code hook called after Amazon Lex successfully captures a slot value.
-