AWSLexContentType
Objective-C
NS_ENUM(NSInteger, AWSLexContentType) {
AWSLexContentTypeUnknown,
AWSLexContentTypeApplicationVndAmazonawsCardGeneric,
}
Swift
enum AWSLexContentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexContentTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLexContentTypeApplicationVndAmazonawsCardGeneric
Swift
case applicationVndAmazonawsCardGeneric = 1