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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.



14855
14856
14857
14858
14859
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14855

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