Skip to content

/AWS1/CL_LM2CREATEEXPORTRSP

CreateExportResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_EXPORTID TYPE /AWS1/LM2ID /AWS1/LM2ID

An identifier for a specific request to create an export.

IO_RESOURCESPECIFICATION TYPE REF TO /AWS1/CL_LM2EXPORTRESOURCESPEC /AWS1/CL_LM2EXPORTRESOURCESPEC

A description of the type of resource that was exported, either a bot or a bot locale.

IV_FILEFORMAT TYPE /AWS1/LM2IMPORTEXPFILEFORMAT /AWS1/LM2IMPORTEXPFILEFORMAT

The file format used for the bot or bot locale definition files.

IV_EXPORTSTATUS TYPE /AWS1/LM2EXPORTSTATUS /AWS1/LM2EXPORTSTATUS

The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

IV_CREATIONDATETIME TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP

The date and time that the request to export a bot was created.


Queryable Attributes

exportId

An identifier for a specific request to create an 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

A description of the type of resource that was exported, either a bot or a bot locale.

Accessible with the following methods

Method Description
GET_RESOURCESPECIFICATION() Getter for RESOURCESPECIFICATION

fileFormat

The file format used for the bot or bot locale definition files.

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 Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

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

creationDateTime

The date and time that the request to export a bot 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