AWSConnectRealTimeContactAnalysisPointOfInterest
Objective-C
@interface AWSConnectRealTimeContactAnalysisPointOfInterest
Swift
class AWSConnectRealTimeContactAnalysisPointOfInterest
The section of the contact transcript segment that category rule was detected.
-
List of the transcript items (segments) that are associated with a given point of interest.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealTimeContactAnalysisTranscriptItemWithCharacterOffsets *> *_Nullable transcriptItems;
Swift
var transcriptItems: [AWSConnectRealTimeContactAnalysisTranscriptItemWithCharacterOffsets]? { get set }