v11

latestSwagger 2.0raw.githubusercontent.com2022-10-03168148314.0 KB

Imports a new version into a LUIS application.

post/apps/{appId}/versions/import

Path parameters

appIdstring uuid required

The application ID.

Query parameters

versionIdstring

The new versionId to import. If not specified, the versionId will be read from the imported object.

Request body

namestring

The name of the application.

versionIdstring

The version ID of the application that was exported.

descstring

The description of the application.

culturestring

The culture of the application. E.g.: en-us.

Response

The created application version.

string required

The new version ID returned by when importing a model version.