AWSConnectRealTimeContactAnalysisSegmentType

Objective-C

NS_ENUM(NSInteger, AWSConnectRealTimeContactAnalysisSegmentType) {
    AWSConnectRealTimeContactAnalysisSegmentTypeUnknown,
    AWSConnectRealTimeContactAnalysisSegmentTypeTranscript,
    AWSConnectRealTimeContactAnalysisSegmentTypeCategories,
    AWSConnectRealTimeContactAnalysisSegmentTypeIssues,
    AWSConnectRealTimeContactAnalysisSegmentTypeEvent,
    AWSConnectRealTimeContactAnalysisSegmentTypeAttachments,
}

Swift

enum AWSConnectRealTimeContactAnalysisSegmentType : Int, @unchecked Sendable

Undocumented