/AWS1/CL_LM2LAMBDACODEHOOK¶
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_lambdaarn TYPE /AWS1/LM2LAMBDAARN /AWS1/LM2LAMBDAARN¶
The Amazon Resource Name (ARN) of the Lambda function.
iv_codehookinterfaceversion TYPE /AWS1/LM2CODEHOOKINTERFACEVRS /AWS1/LM2CODEHOOKINTERFACEVRS¶
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
Queryable Attributes¶
lambdaARN¶
The Amazon Resource Name (ARN) of the Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAARN() |
Getter for LAMBDAARN, with configurable default |
ASK_LAMBDAARN() |
Getter for LAMBDAARN w/ exceptions if field has no value |
HAS_LAMBDAARN() |
Determine if LAMBDAARN has a value |
codeHookInterfaceVersion¶
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEHOOKINTERFACEVERSION() |
Getter for CODEHOOKINTERFACEVERSION, with configurable defau |
ASK_CODEHOOKINTERFACEVERSION() |
Getter for CODEHOOKINTERFACEVERSION w/ exceptions if field h |
HAS_CODEHOOKINTERFACEVERSION() |
Determine if CODEHOOKINTERFACEVERSION has a value |