lexmodelsv2_create_export: Creates a zip archive containing the contents of a bot or a...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_create_exportR Documentation

Creates a zip archive containing the contents of a bot or a bot locale

Description

Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot.

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

Usage

lexmodelsv2_create_export(
  resourceSpecification,
  fileFormat,
  filePassword = NULL
)

Arguments

resourceSpecification

[required] Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.

fileFormat

[required] The file format of the bot or bot locale definition files.

filePassword

An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.