AWSLexMessageFormatType
Objective-C
NS_ENUM(NSInteger, AWSLexMessageFormatType) {
AWSLexMessageFormatTypeUnknown,
AWSLexMessageFormatTypePlainText,
AWSLexMessageFormatTypeCustomPayload,
AWSLexMessageFormatTypeSsml,
AWSLexMessageFormatTypeComposite,
}
Swift
enum AWSLexMessageFormatType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypePlainTextSwift
case plainText = 1 -
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeCustomPayloadSwift
case customPayload = 2 -
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeSsmlSwift
case ssml = 3 -
Undocumented
Declaration
Objective-C
AWSLexMessageFormatTypeCompositeSwift
case composite = 4
View on GitHub
Install in Dash
AWSLexMessageFormatType Enumeration Reference