AWSLexMessageFormatType
Objective-C
NS_ENUM(NSInteger, AWSLexMessageFormatType) {
AWSLexMessageFormatTypeUnknown,
AWSLexMessageFormatTypePlainText,
AWSLexMessageFormatTypeCustomPayload,
AWSLexMessageFormatTypeSsml,
AWSLexMessageFormatTypeComposite,
}
Swift
enum AWSLexMessageFormatType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypePlainText
Swift
case plainText = 1
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeCustomPayload
Swift
case customPayload = 2
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeSsml
Swift
case ssml = 3
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeComposite
Swift
case composite = 4