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.



15175
15176
15177
15178
15179
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15175

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