AWS SDK Version 3 for .NET
API Reference

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelsV2.AmazonLexModelsV2Request
      Amazon.LexModelsV2.Model.CreateExportRequest

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class CreateExportRequest : AmazonLexModelsV2Request
         IAmazonWebServiceRequest

The CreateExportRequest type exposes the following members

Constructors

NameDescription
Public Method CreateExportRequest()

Properties

NameTypeDescription
Public Property FileFormat Amazon.LexModelsV2.ImportExportFileFormat

Gets and sets the property FileFormat.

The file format of the bot or bot locale definition files.

Public Property 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.

Public Property 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.

Version Information

.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