AWSLexInteractionKitErrorCode

Objective-C

NS_ENUM(NSInteger, AWSLexInteractionKitErrorCode) {
    AWSLexInteractionKitErrorCodeUnknown,
    AWSLexInteractionKitErrorCodeAudioRecording,
    AWSLexInteractionKitErrorCodeAudioStreaming,
    AWSLexInteractionKitErrorCodeMaxSpeechTimeout,
    AWSLexInteractionKitErrorCodeNoSpeechTimeout,
    AWSLexInteractionKitErrorCodeDialogFailed,
    AWSLexInteractionKitErrorCodeRequestInProgress
}

Swift

enum AWSLexInteractionKitErrorCode : Int, @unchecked Sendable

Undocumented