Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentCategories

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

Overview

The matched category rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matched_detailsHash<String,Types::RealTimeContactAnalysisCategoryDetails>

Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.



14911
14912
14913
14914
14915
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14911

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