AWSLexInteractionMode

Objective-C

NS_ENUM(NSInteger, AWSLexInteractionMode) {
    AWSLexInteractionModeBreak,
    AWSLexInteractionModeText,
    AWSLexInteractionModeTextToSpeech,
    AWSLexInteractionModeSpeech,
    AWSLexInteractionModeSpeechToText
}

Swift

enum AWSLexInteractionMode : Int, @unchecked Sendable

Undocumented