| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogCodeHookSettings |
CreateIntentResponse.dialogCodeHook()
The dialog Lambda function specified for the intent.
|
DialogCodeHookSettings |
DescribeIntentResponse.dialogCodeHook()
The Lambda function called during each turn of a conversation with the intent.
|
DialogCodeHookSettings |
CreateIntentRequest.dialogCodeHook()
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
DialogCodeHookSettings |
UpdateIntentRequest.dialogCodeHook()
The new Lambda function to use between each turn of the conversation with the bot.
|
DialogCodeHookSettings |
UpdateIntentResponse.dialogCodeHook()
The updated Lambda function called during each turn of the conversation with the user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The Lambda function called during each turn of a conversation with the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The new Lambda function to use between each turn of the conversation with the bot.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.dialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
Copyright © 2023. All rights reserved.