NAME
Paws::LexModels::StartImportResponse
ATTRIBUTES
CreatedDate => Str
A timestamp for the date and time that the import job was requested.
ImportId => Str
The identifier for the specific import job.
ImportStatus => Str
The status of the import job. If the status is FAILED
, you can get the reason for the failure using the GetImport
operation.
Valid values are: "IN_PROGRESS"
, "COMPLETE"
, "FAILED"
=head2 MergeStrategy => Str
The action to take when there is a merge conflict.
Valid values are: "OVERWRITE_LATEST"
, "FAIL_ON_CONFLICT"
=head2 Name => Str
The name given to the import job.
ResourceType => Str
The type of resource to import.
Valid values are: "BOT"
, "INTENT"
, "SLOT_TYPE"
=head2 Tags => ArrayRef[Paws::LexModels::Tag]
A list of tags added to the imported bot.