You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::StartImportResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

A timestamp for the date and time that the import job was requested.

Returns:

  • (Time)

    A timestamp for the date and time that the import job was requested.

#import_idString

The identifier for the specific import job.

Returns:

  • (String)

    The identifier for the specific import job.

#import_statusString

The status of the import job. If the status is FAILED, you can get the reason for the failure using the GetImport operation.

Possible values:

  • IN_PROGRESS
  • COMPLETE
  • FAILED

Returns:

  • (String)

    The status of the import job.

#merge_strategyString

The action to take when there is a merge conflict.

Possible values:

  • OVERWRITE_LATEST
  • FAIL_ON_CONFLICT

Returns:

  • (String)

    The action to take when there is a merge conflict.

#nameString

The name given to the import job.

Returns:

  • (String)

    The name given to the import job.

#resource_typeString

The type of resource to import.

Possible values:

  • BOT
  • INTENT
  • SLOT_TYPE

Returns:

  • (String)

    The type of resource to import.

#tagsArray<Types::Tag>

A list of tags added to the imported bot.

Returns:

  • (Array<Types::Tag>)

    A list of tags added to the imported bot.