lexmodelsv2_start_import: Starts importing a bot, bot locale, or custom vocabulary from...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_start_importR Documentation

Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket

Description

Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you uploaded to an S3 bucket.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_start_import/ for full documentation.

Usage

lexmodelsv2_start_import(
  importId,
  resourceSpecification,
  mergeStrategy,
  filePassword = NULL
)

Arguments

importId

[required] The unique identifier for the import. It is included in the response from the create_upload_url operation.

resourceSpecification

[required] Parameters for creating the bot, bot locale or custom vocabulary.

mergeStrategy

[required] The strategy to use when there is 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.

filePassword

The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.