AWSLexInteractionMode
Objective-C
NS_ENUM(NSInteger, AWSLexInteractionMode) {
AWSLexInteractionModeBreak,
AWSLexInteractionModeText,
AWSLexInteractionModeTextToSpeech,
AWSLexInteractionModeSpeech,
AWSLexInteractionModeSpeechToText
}
Swift
enum AWSLexInteractionMode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeBreak
Swift
case `break` = 0
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeText
Swift
case text = 1
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeTextToSpeech
Swift
case textToSpeech = 2
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeSpeech
Swift
case speech = 3
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeSpeechToText
Swift
case speechToText = 4