Skip to content

/AWS1/CL_LM2DESCREXPORTRSP

DescribeExportResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_exportid TYPE /AWS1/LM2ID /AWS1/LM2ID

The unique identifier of the described export.

io_resourcespecification TYPE REF TO /AWS1/CL_LM2EXPORTRESOURCESPEC /AWS1/CL_LM2EXPORTRESOURCESPEC

The bot, bot ID, and optional locale ID of the exported bot or bot locale.

iv_fileformat TYPE /AWS1/LM2IMPORTEXPFILEFORMAT /AWS1/LM2IMPORTEXPFILEFORMAT

The file format used in the files that describe the resource.

iv_exportstatus TYPE /AWS1/LM2EXPORTSTATUS /AWS1/LM2EXPORTSTATUS

The status of the export. When the status is Complete the export archive file is available for download.

it_failurereasons TYPE /AWS1/CL_LM2FAILUREREASONS_W=>TT_FAILUREREASONS TT_FAILUREREASONS

If the exportStatus is failed, contains one or more reasons why the export could not be completed.

iv_downloadurl TYPE /AWS1/LM2PRESIGNEDS3URL /AWS1/LM2PRESIGNEDS3URL

A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP

The date and time that the export was created.

iv_lastupdateddatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP

The last date and time that the export was updated.


Queryable Attributes

exportId

The unique identifier of the described export.

Accessible with the following methods

Method Description
GET_EXPORTID() Getter for EXPORTID, with configurable default
ASK_EXPORTID() Getter for EXPORTID w/ exceptions if field has no value
HAS_EXPORTID() Determine if EXPORTID has a value

resourceSpecification

The bot, bot ID, and optional locale ID of the exported bot or bot locale.

Accessible with the following methods

Method Description
GET_RESOURCESPECIFICATION() Getter for RESOURCESPECIFICATION

fileFormat

The file format used in the files that describe the resource.

Accessible with the following methods

Method Description
GET_FILEFORMAT() Getter for FILEFORMAT, with configurable default
ASK_FILEFORMAT() Getter for FILEFORMAT w/ exceptions if field has no value
HAS_FILEFORMAT() Determine if FILEFORMAT has a value

exportStatus

The status of the export. When the status is Complete the export archive file is available for download.

Accessible with the following methods

Method Description
GET_EXPORTSTATUS() Getter for EXPORTSTATUS, with configurable default
ASK_EXPORTSTATUS() Getter for EXPORTSTATUS w/ exceptions if field has no value
HAS_EXPORTSTATUS() Determine if EXPORTSTATUS has a value

failureReasons

If the exportStatus is failed, contains one or more reasons why the export could not be completed.

Accessible with the following methods

Method Description
GET_FAILUREREASONS() Getter for FAILUREREASONS, with configurable default
ASK_FAILUREREASONS() Getter for FAILUREREASONS w/ exceptions if field has no valu
HAS_FAILUREREASONS() Determine if FAILUREREASONS has a value

downloadUrl

A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

Accessible with the following methods

Method Description
GET_DOWNLOADURL() Getter for DOWNLOADURL, with configurable default
ASK_DOWNLOADURL() Getter for DOWNLOADURL w/ exceptions if field has no value
HAS_DOWNLOADURL() Determine if DOWNLOADURL has a value

creationDateTime

The date and time that the export was created.

Accessible with the following methods

Method Description
GET_CREATIONDATETIME() Getter for CREATIONDATETIME, with configurable default
ASK_CREATIONDATETIME() Getter for CREATIONDATETIME w/ exceptions if field has no va
HAS_CREATIONDATETIME() Determine if CREATIONDATETIME has a value

lastUpdatedDateTime

The last date and time that the export was updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME, with configurable default
ASK_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME w/ exceptions if field has no
HAS_LASTUPDATEDDATETIME() Determine if LASTUPDATEDDATETIME has a value