class Aws::LexModelsV2::Types::LambdaCodeHook

Specifies a Lambda function that verifies requests to a bot or fulfilles the user's request to a bot.

@note When making an API call, you may pass LambdaCodeHook

data as a hash:

    {
      lambda_arn: "LambdaARN", # required
      code_hook_interface_version: "CodeHookInterfaceVersion", # required
    }

@!attribute [rw] lambda_arn

The Amazon Resource Name (ARN) of the Lambda function.
@return [String]

@!attribute [rw] code_hook_interface_version

The version of the request-response that you want Amazon Lex to use
to invoke your Lambda function.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/LambdaCodeHook AWS API Documentation

Constants

SENSITIVE