| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogCodeHookSettings |
DialogCodeHookSettings.clone() |
DialogCodeHookSettings |
DescribeIntentResult.getDialogCodeHook()
The Lambda function called during each turn of a conversation with the intent.
|
DialogCodeHookSettings |
CreateIntentRequest.getDialogCodeHook()
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
DialogCodeHookSettings |
UpdateIntentRequest.getDialogCodeHook()
The new Lambda function to use between each turn of the conversation with the bot.
|
DialogCodeHookSettings |
CreateIntentResult.getDialogCodeHook()
The dialog Lambda function specified for the intent.
|
DialogCodeHookSettings |
UpdateIntentResult.getDialogCodeHook()
The updated Lambda function called during each turn of the conversation with the user.
|
DialogCodeHookSettings |
DialogCodeHookSettings.withEnabled(Boolean enabled)
Enables the dialog code hook so that it processes user requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIntentResult.setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The Lambda function called during each turn of a conversation with the intent.
|
void |
CreateIntentRequest.setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
void |
UpdateIntentRequest.setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The new Lambda function to use between each turn of the conversation with the bot.
|
void |
CreateIntentResult.setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
|
void |
UpdateIntentResult.setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
DescribeIntentResult |
DescribeIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The Lambda function called during each turn of a conversation with the intent.
|
CreateIntentRequest |
CreateIntentRequest.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
UpdateIntentRequest |
UpdateIntentRequest.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The new Lambda function to use between each turn of the conversation with the bot.
|
CreateIntentResult |
CreateIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
|
UpdateIntentResult |
UpdateIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
Copyright © 2021. All rights reserved.