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.
lexmodelsv2_create_export(
resourceSpecification,
fileFormat,
filePassword = NULL
)
[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.
[required] The file format of the bot or bot locale definition files.
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.