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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



14492
14493
14494
14495
14496
# File 'lib/aws-sdk-connect/types.rb', line 14492

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