AWSConnectRealTimeContactAnalysisOutputType

Objective-C

NS_ENUM(NSInteger, AWSConnectRealTimeContactAnalysisOutputType) {
    AWSConnectRealTimeContactAnalysisOutputTypeUnknown,
    AWSConnectRealTimeContactAnalysisOutputTypeRaw,
    AWSConnectRealTimeContactAnalysisOutputTypeRedacted,
}

Swift

enum AWSConnectRealTimeContactAnalysisOutputType : Int, @unchecked Sendable

Undocumented