Creates a new LUIS app.

post/apps/

Request body

culturestring required

The culture for the new application. It is the language that your app understands and speaks. E.g.: "en-us". Note: the culture cannot be changed after the app is created.

domainstring

The domain for the new application. Optional. E.g.: Comics.

descriptionstring

Description of the new application. Optional.

initialVersionIdstring

The initial version ID. Optional. Default value is: "0.1"

usageScenariostring

Defines the scenario for the new application. Optional. E.g.: IoT.

namestring required

The name for the new application.

Response

The ID of the created application.

string uuid required

The ID (GUID) returned by an operation.

Changes

No recorded changes to this endpoint across all 11 revisions of this API.