View source: R/lexmodelsv2_operations.R
lexmodelsv2_create_export | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.