Class: Aws::LexModelsV2::Types::CodeHookSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CodeHookSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about code hooks that Amazon Lex calls during a conversation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_code_hook ⇒ Types::LambdaCodeHook
Specifies a Lambda function that verifies requests to a bot or fulfills the user’s request to a bot.
Instance Attribute Details
#lambda_code_hook ⇒ Types::LambdaCodeHook
Specifies a Lambda function that verifies requests to a bot or fulfills the user’s request to a bot.
2994 2995 2996 2997 2998 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2994 class CodeHookSpecification < Struct.new( :lambda_code_hook) SENSITIVE = [] include Aws::Structure end |