Class: Aws::Connect::Types::AnswerMachineDetectionConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AnswerMachineDetectionConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Configuration of the answering machine detection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #await_answer_machine_prompt  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Wait for the answering machine prompt.
 - 
  
    
      #enable_answer_machine_detection  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The flag to indicate if answer machine detection analysis needs to be performed for a voice call.
 
Instance Attribute Details
#await_answer_machine_prompt ⇒ Boolean
Wait for the answering machine prompt.
      593 594 595 596 597 598  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 593 class AnswerMachineDetectionConfig < Struct.new( :enable_answer_machine_detection, :await_answer_machine_prompt) SENSITIVE = [] include Aws::Structure end  | 
  
#enable_answer_machine_detection ⇒ Boolean
The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to ‘true`, `TrafficType` must be set as `CAMPAIGN`.
      593 594 595 596 597 598  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 593 class AnswerMachineDetectionConfig < Struct.new( :enable_answer_machine_detection, :await_answer_machine_prompt) SENSITIVE = [] include Aws::Structure end  |