Class: Aws::LexModelsV2::Types::DialogCodeHookSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DialogCodeHookSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enables the dialog code hook so that it processes user requests.
 
Instance Attribute Details
#enabled ⇒ Boolean
Enables the dialog code hook so that it processes user requests.
      7251 7252 7253 7254 7255  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7251 class DialogCodeHookSettings < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |