You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::CodeHook

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CodeHook as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#message_versionString

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

Returns:

  • (String)

    The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.

#uriString

The Amazon Resource Name (ARN) of the Lambda function.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Lambda function.