Creates a zip archive containing the contents of a bot or a bot locale
Source:R/lexmodelsv2_operations.R
lexmodelsv2_create_export.RdCreates 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.
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.