NAME
Paws::LexModelsV2::StartImportResponse
ATTRIBUTES
CreationDateTime => Str
The date and time that the import request was created.
ImportId => Str
A unique identifier for the import.
ImportStatus => Str
The current status of the import. When the status is Complete
the bot or bot alias is ready to use.
Valid values are: "InProgress"
, "Completed"
, "Failed"
, "Deleting"
=head2 MergeStrategy => Str
The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict
existing resources are not overwritten and the import fails.
Valid values are: "Overwrite"
, "FailOnConflict"
=head2 ResourceSpecification => Paws::LexModelsV2::ImportResourceSpecification
The parameters used when importing the bot or bot locale.