Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

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

    Swift

    enum AWSLexInteractionKitErrorCode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

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

    Swift

    enum AWSLexInteractionMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexSpeechEncoding) {
        AWSLexSpeechEncodingOpus,
        AWSLexSpeechEncodingLPCM
    }

    Swift

    enum AWSLexSpeechEncoding : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexErrorType) {
        AWSLexErrorUnknown,
        AWSLexErrorBadGateway,
        AWSLexErrorBadRequest,
        AWSLexErrorConflict,
        AWSLexErrorDependencyFailed,
        AWSLexErrorInternalFailure,
        AWSLexErrorLimitExceeded,
        AWSLexErrorLoopDetected,
        AWSLexErrorNotAcceptable,
        AWSLexErrorNotFound,
        AWSLexErrorRequestTimeout,
        AWSLexErrorUnsupportedMediaType,
    }

    Swift

    enum AWSLexErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexConfirmationStatus) {
        AWSLexConfirmationStatusUnknown,
        AWSLexConfirmationStatusNone,
        AWSLexConfirmationStatusConfirmed,
        AWSLexConfirmationStatusDenied,
    }

    Swift

    enum AWSLexConfirmationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexContentType) {
        AWSLexContentTypeUnknown,
        AWSLexContentTypeApplicationVndAmazonawsCardGeneric,
    }

    Swift

    enum AWSLexContentType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexDialogActionType) {
        AWSLexDialogActionTypeUnknown,
        AWSLexDialogActionTypeElicitIntent,
        AWSLexDialogActionTypeConfirmIntent,
        AWSLexDialogActionTypeElicitSlot,
        AWSLexDialogActionTypeClose,
        AWSLexDialogActionTypeDelegate,
    }

    Swift

    enum AWSLexDialogActionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexDialogState) {
        AWSLexDialogStateUnknown,
        AWSLexDialogStateElicitIntent,
        AWSLexDialogStateConfirmIntent,
        AWSLexDialogStateElicitSlot,
        AWSLexDialogStateFulfilled,
        AWSLexDialogStateReadyForFulfillment,
        AWSLexDialogStateFailed,
    }

    Swift

    enum AWSLexDialogState : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexFulfillmentState) {
        AWSLexFulfillmentStateUnknown,
        AWSLexFulfillmentStateFulfilled,
        AWSLexFulfillmentStateFailed,
        AWSLexFulfillmentStateReadyForFulfillment,
    }

    Swift

    enum AWSLexFulfillmentState : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

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

    Swift

    enum AWSLexMessageFormatType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLexVoiceButtonErrorCode) {
        AWSLexVoiceButtonErrorCodeUnknown,
        AWSLexVoiceButtonErrorCodeAudioRecordingPermisionDenied
    }

    Swift

    enum AWSLexVoiceButtonErrorCode : Int, @unchecked Sendable