Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentCategories
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisSegmentCategories
- 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
-
#matched_details ⇒ Hash<String,Types::RealTimeContactAnalysisCategoryDetails>
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
Instance Attribute Details
#matched_details ⇒ Hash<String,Types::RealTimeContactAnalysisCategoryDetails>
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
16159 16160 16161 16162 16163 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16159 class RealTimeContactAnalysisSegmentCategories < Struct.new( :matched_details) SENSITIVE = [] include Aws::Structure end |