Class: Aws::Connect::Types::RealTimeContactAnalysisCategoryDetails

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

Overview

Provides information about the category rule that was matched.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#points_of_interestArray<Types::RealTimeContactAnalysisPointOfInterest>

List of PointOfInterest - objects describing a single match of a rule.



14385
14386
14387
14388
14389
# File 'lib/aws-sdk-connect/types.rb', line 14385

class RealTimeContactAnalysisCategoryDetails < Struct.new(
  :points_of_interest)
  SENSITIVE = []
  include Aws::Structure
end