Class: Aws::LexModelsV2::Types::LambdaCodeHook

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_hook_interface_versionString

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

Returns:

  • (String)


8585
8586
8587
8588
8589
8590
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8585

class LambdaCodeHook < Struct.new(
  :lambda_arn,
  :code_hook_interface_version)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_arnString

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

Returns:

  • (String)


8585
8586
8587
8588
8589
8590
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8585

class LambdaCodeHook < Struct.new(
  :lambda_arn,
  :code_hook_interface_version)
  SENSITIVE = []
  include Aws::Structure
end