/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 |