You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::GetExportResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#export_statusString

The status of the export.

  • IN_PROGRESS - The export is in progress.

  • READY - The export is complete.

  • FAILED - The export could not be completed.

    Possible values:

    • IN_PROGRESS
    • READY
    • FAILED

Returns:

  • (String)

    The status of the export.

#export_typeString

The format of the exported data.

Possible values:

  • ALEXA_SKILLS_KIT
  • LEX

Returns:

  • (String)

    The format of the exported data.

#failure_reasonString

If status is FAILED, Amazon Lex provides the reason that it failed to export the resource.

Returns:

  • (String)

    If status is FAILED, Amazon Lex provides the reason that it failed to export the resource.

#nameString

The name of the bot being exported.

Returns:

  • (String)

    The name of the bot being exported.

#resource_typeString

The type of the exported resource.

Possible values:

  • BOT
  • INTENT
  • SLOT_TYPE

Returns:

  • (String)

    The type of the exported resource.

#urlString

An S3 pre-signed URL that provides the location of the exported resource. The exported resource is a ZIP archive that contains the exported resource in JSON format. The structure of the archive may change. Your code should not rely on the archive structure.

Returns:

  • (String)

    An S3 pre-signed URL that provides the location of the exported resource.

#versionString

The version of the bot being exported.

Returns:

  • (String)

    The version of the bot being exported.