Class: Aws::Connect::Types::RealTimeContactAnalysisPointOfInterest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisPointOfInterest
- 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
-
#transcript_items ⇒ Array<Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets>
List of the transcript items (segments) that are associated with a given point of interest.
Instance Attribute Details
#transcript_items ⇒ Array<Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets>
List of the transcript items (segments) that are associated with a given point of interest.
16304 16305 16306 16307 16308 |
# File 'lib/aws-sdk-connect/types.rb', line 16304 class RealTimeContactAnalysisPointOfInterest < Struct.new( :transcript_items) SENSITIVE = [] include Aws::Structure end |