AWSLexContentType

Objective-C

NS_ENUM(NSInteger, AWSLexContentType) {
    AWSLexContentTypeUnknown,
    AWSLexContentTypeApplicationVndAmazonawsCardGeneric,
}

Swift

enum AWSLexContentType : Int, @unchecked Sendable

Undocumented