/AWS1/CL_LM2UPDATEEXPORTRSP¶
UpdateExportResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exportid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier Amazon Lex assigned to the 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 files that define the resource. The
TSVformat is required to export a custom vocabulary only; otherwise useLexJsonformat.
iv_exportstatus TYPE /AWS1/LM2EXPORTSTATUS /AWS1/LM2EXPORTSTATUS¶
The status of the export. When the status is
Completedthe export archive is available for download.
iv_creationdatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time that the export was created.
iv_lastupdateddatetime TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
The date and time that the export was last updated.
Queryable Attributes¶
exportId¶
The unique identifier Amazon Lex assigned to the 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 files that define the resource. The
TSVformat is required to export a custom vocabulary only; otherwise useLexJsonformat.
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
Completedthe export archive 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 |
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 date and time that the export was last 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 |