| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
CodeHook |
FulfillmentActivity.codeHook()
A description of the Lambda function that is run to fulfill the intent.
|
CodeHook |
PutIntentResponse.dialogCodeHook()
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
CreateIntentVersionResponse.dialogCodeHook()
If defined, Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
GetIntentResponse.dialogCodeHook()
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
PutIntentRequest.dialogCodeHook()
Specifies a Lambda function to invoke for each user input.
|
| Modifier and Type | Method and Description |
|---|---|
FulfillmentActivity.Builder |
FulfillmentActivity.Builder.codeHook(CodeHook codeHook)
A description of the Lambda function that is run to fulfill the intent.
|
PutIntentResponse.Builder |
PutIntentResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook)
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
GetIntentResponse.Builder |
GetIntentResponse.Builder.dialogCodeHook(CodeHook dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
PutIntentRequest.Builder |
PutIntentRequest.Builder.dialogCodeHook(CodeHook dialogCodeHook)
Specifies a Lambda function to invoke for each user input.
|
Copyright © 2023. All rights reserved.