| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
CodeHook |
CodeHook.clone() |
CodeHook |
FulfillmentActivity.getCodeHook()
A description of the Lambda function that is run to fulfill the intent.
|
CodeHook |
PutIntentResult.getDialogCodeHook()
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
PutIntentRequest.getDialogCodeHook()
Specifies a Lambda function to invoke for each user input.
|
CodeHook |
GetIntentResult.getDialogCodeHook()
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
CreateIntentVersionResult.getDialogCodeHook()
If defined, Amazon Lex invokes this Lambda function for each user input.
|
CodeHook |
CodeHook.withMessageVersion(String messageVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
CodeHook |
CodeHook.withUri(String uri)
The Amazon Resource Name (ARN) of the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentActivity.setCodeHook(CodeHook codeHook)
A description of the Lambda function that is run to fulfill the intent.
|
void |
PutIntentResult.setDialogCodeHook(CodeHook dialogCodeHook)
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
void |
PutIntentRequest.setDialogCodeHook(CodeHook dialogCodeHook)
Specifies a Lambda function to invoke for each user input.
|
void |
GetIntentResult.setDialogCodeHook(CodeHook dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
void |
CreateIntentVersionResult.setDialogCodeHook(CodeHook dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
FulfillmentActivity |
FulfillmentActivity.withCodeHook(CodeHook codeHook)
A description of the Lambda function that is run to fulfill the intent.
|
PutIntentResult |
PutIntentResult.withDialogCodeHook(CodeHook dialogCodeHook)
If defined in the intent, Amazon Lex invokes this Lambda function for each user input.
|
PutIntentRequest |
PutIntentRequest.withDialogCodeHook(CodeHook dialogCodeHook)
Specifies a Lambda function to invoke for each user input.
|
GetIntentResult |
GetIntentResult.withDialogCodeHook(CodeHook dialogCodeHook)
If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input.
|
CreateIntentVersionResult |
CreateIntentVersionResult.withDialogCodeHook(CodeHook dialogCodeHook)
If defined, Amazon Lex invokes this Lambda function for each user input.
|
Copyright © 2023. All rights reserved.