AWSLexMessageFormatType

Objective-C

NS_ENUM(NSInteger, AWSLexMessageFormatType) {
    AWSLexMessageFormatTypeUnknown,
    AWSLexMessageFormatTypePlainText,
    AWSLexMessageFormatTypeCustomPayload,
    AWSLexMessageFormatTypeSsml,
    AWSLexMessageFormatTypeComposite,
}

Swift

enum AWSLexMessageFormatType : Int, @unchecked Sendable

Undocumented