AWSLexInteractionMode
Objective-C
NS_ENUM(NSInteger, AWSLexInteractionMode) {
AWSLexInteractionModeBreak,
AWSLexInteractionModeText,
AWSLexInteractionModeTextToSpeech,
AWSLexInteractionModeSpeech,
AWSLexInteractionModeSpeechToText
}
Swift
enum AWSLexInteractionMode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexInteractionModeBreakSwift
case `break` = 0 -
Undocumented
Declaration
Objective-C
AWSLexInteractionModeTextSwift
case text = 1 -
Undocumented
Declaration
Objective-C
AWSLexInteractionModeTextToSpeechSwift
case textToSpeech = 2 -
Undocumented
Declaration
Objective-C
AWSLexInteractionModeSpeechSwift
case speech = 3 -
Undocumented
Declaration
Objective-C
AWSLexInteractionModeSpeechToTextSwift
case speechToText = 4
View on GitHub
Install in Dash
AWSLexInteractionMode Enumeration Reference