Class: Aws::Connect::Types::RealTimeContactAnalysisIssueDetected
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisIssueDetected
- 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
-
#transcript_items ⇒ Array<Types::RealTimeContactAnalysisTranscriptItemWithContent>
List of the transcript items (segments) that are associated with a given issue.
Instance Attribute Details
#transcript_items ⇒ Array<Types::RealTimeContactAnalysisTranscriptItemWithContent>
List of the transcript items (segments) that are associated with a given issue.
16288 16289 16290 16291 16292 |
# File 'lib/aws-sdk-connect/types.rb', line 16288 class RealTimeContactAnalysisIssueDetected < Struct.new( :transcript_items) SENSITIVE = [] include Aws::Structure end |