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

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



14839
14840
14841
14842
14843
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14839

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