ApplicationCreateObject interface
Properties for creating a new LUIS Application
Properties
culture | 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. |
description | Description of the new application. Optional. |
domain | The domain for the new application. Optional. E.g.: Comics. |
initial |
The initial version ID. Optional. Default value is: "0.1" |
name | The name for the new application. |
usage |
Defines the scenario for the new application. Optional. E.g.: IoT. |
Property Details
culture
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.
culture: string
Property Value
string
description
Description of the new application. Optional.
description?: string
Property Value
string
domain
The domain for the new application. Optional. E.g.: Comics.
domain?: string
Property Value
string
initialVersionId
The initial version ID. Optional. Default value is: "0.1"
initialVersionId?: string
Property Value
string
name
The name for the new application.
name: string
Property Value
string
usageScenario
Defines the scenario for the new application. Optional. E.g.: IoT.
usageScenario?: string
Property Value
string