AWSConnectRealTimeContactAnalysisIssueDetected
Objective-C
@interface AWSConnectRealTimeContactAnalysisIssueDetected
Swift
class AWSConnectRealTimeContactAnalysisIssueDetected
Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.
Required parameters: [TranscriptItems]
-
List of the transcript items (segments) that are associated with a given issue.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealTimeContactAnalysisTranscriptItemWithContent *> *_Nullable transcriptItems;
Swift
var transcriptItems: [AWSConnectRealTimeContactAnalysisTranscriptItemWithContent]? { get set }