Skip to content

Get Import

lexmodelbuildingservice_get_import R Documentation

Gets information about an import job started with the StartImport operation

Description

Gets information about an import job started with the start_import operation.

Usage

lexmodelbuildingservice_get_import(importId)

Arguments

importId

[required] The identifier of the import job information to return.

Value

A list with the following syntax:

list(
  name = "string",
  resourceType = "BOT"|"INTENT"|"SLOT_TYPE",
  mergeStrategy = "OVERWRITE_LATEST"|"FAIL_ON_CONFLICT",
  importId = "string",
  importStatus = "IN_PROGRESS"|"COMPLETE"|"FAILED",
  failureReason = list(
    "string"
  ),
  createdDate = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_import(
  importId = "string"
)