| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogCodeHookInvocationSetting |
IntentConfirmationSetting.codeHook()
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
DialogCodeHookInvocationSetting |
SlotCaptureSetting.codeHook()
Code hook called after Amazon Lex successfully captures a slot value.
|
DialogCodeHookInvocationSetting |
InitialResponseSetting.codeHook()
Returns the value of the CodeHook property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook)
Code hook called after Amazon Lex successfully captures a slot value.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook)
Sets the value of the CodeHook property for this object.
|
Copyright © 2023. All rights reserved.