AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateExport operation. 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.
You can create an archive that contains the complete definition of a bot, or you can specify that the archive contain only the definition of a single bot locale.
For more information about exporting bots, and about the structure of the export archive, see Importing and exporting bots
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class CreateExportRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The CreateExportRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateExportRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
FileFormat | Amazon.LexModelsV2.ImportExportFileFormat |
Gets and sets the property FileFormat. The file format of the bot or bot locale definition files. |
![]() |
FilePassword | System.String |
Gets and sets the property 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. |
![]() |
ResourceSpecification | Amazon.LexModelsV2.Model.ExportResourceSpecification |
Gets and sets the property ResourceSpecification. Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5