v11

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

Imports an application to LUIS, the application's structure is included in the request body.

post/apps/import

Query parameters

appNamestring

The application name to create. If not specified, the application name will be read from the imported object. If the application name already exists, an error is returned.

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 ID of the imported application.

string uuid required

The ID (GUID) returned by an operation.