class Aws::LexModelBuildingService::Types::CodeHook

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

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

data as a hash:

    {
      uri: "LambdaARN", # required
      message_version: "MessageVersion", # required
    }

@!attribute [rw] uri

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

@!attribute [rw] message_version

The version of the request-response that you want Amazon Lex to use
to invoke your Lambda function. For more information, see
using-lambda.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/CodeHook AWS API Documentation

Constants

SENSITIVE