| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.clone() |
DialogCodeHookInvocationSetting |
SlotCaptureSetting.getCodeHook()
Code hook called after Amazon Lex successfully captures a slot value.
|
DialogCodeHookInvocationSetting |
IntentConfirmationSetting.getCodeHook()
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
DialogCodeHookInvocationSetting |
InitialResponseSetting.getCodeHook() |
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.withActive(Boolean active)
Determines whether a dialog code hook is used when the intent is activated.
|
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.withEnableCodeHookInvocation(Boolean enableCodeHookInvocation)
Indicates whether a Lambda function should be invoked for the dialog.
|
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.withInvocationLabel(String invocationLabel)
A label that indicates the dialog step from which the dialog code hook is happening.
|
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.withPostCodeHookSpecification(PostDialogCodeHookInvocationSpecification postCodeHookSpecification)
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotCaptureSetting.setCodeHook(DialogCodeHookInvocationSetting codeHook)
Code hook called after Amazon Lex successfully captures a slot value.
|
void |
IntentConfirmationSetting.setCodeHook(DialogCodeHookInvocationSetting codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
void |
InitialResponseSetting.setCodeHook(DialogCodeHookInvocationSetting codeHook) |
SlotCaptureSetting |
SlotCaptureSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook)
Code hook called after Amazon Lex successfully captures a slot value.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
InitialResponseSetting |
InitialResponseSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook) |
Copyright © 2023. All rights reserved.