Class: Aws::Connect::Types::RealTimeContactAnalysisPointOfInterest

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

Overview

The section of the contact transcript segment that category rule was detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transcript_itemsArray<Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets>

List of the transcript items (segments) that are associated with a given point of interest.



14436
14437
14438
14439
14440
# File 'lib/aws-sdk-connect/types.rb', line 14436

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