Class: Aws::Connect::Types::RealTimeContactAnalysisIssueDetected

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

Overview

Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transcript_itemsArray<Types::RealTimeContactAnalysisTranscriptItemWithContent>

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



14420
14421
14422
14423
14424
# File 'lib/aws-sdk-connect/types.rb', line 14420

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