Class: Aws::Connect::Types::RealTimeContactAnalysisCategoryDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RealTimeContactAnalysisCategoryDetails
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Provides information about the category rule that was matched.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #points_of_interest  ⇒ Array<Types::RealTimeContactAnalysisPointOfInterest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of PointOfInterest - objects describing a single match of a rule.
 
Instance Attribute Details
#points_of_interest ⇒ Array<Types::RealTimeContactAnalysisPointOfInterest>
List of PointOfInterest - objects describing a single match of a rule.
      19765 19766 19767 19768 19769  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19765 class RealTimeContactAnalysisCategoryDetails < Struct.new( :points_of_interest) SENSITIVE = [] include Aws::Structure end  |