NAME
Paws::LexModelsV2::CreateExportResponse
ATTRIBUTES
CreationDateTime => Str
The date and time that the request to export a bot was created.
ExportId => Str
An identifier for a specific request to create an export.
ExportStatus => Str
The status of the export. When the status is Completed
, you can use the operation to get the pre-signed S3 URL link to your exported bot or bot locale.
Valid values are: "InProgress"
, "Completed"
, "Failed"
, "Deleting"
=head2 FileFormat => Str
The file format used for the bot or bot locale definition files.
Valid values are: "LexJson"
=head2 ResourceSpecification => Paws::LexModelsV2::ExportResourceSpecification
A description of the type of resource that was exported, either a bot or a bot locale.