ApplicationCreateObject Class

Properties for creating a new LUIS Application.

All required parameters must be populated in order to send to Azure.

Inheritance
ApplicationCreateObject

Constructor

ApplicationCreateObject(*, culture: str, name: str, domain: Optional[str] = None, description: Optional[str] = None, initial_version_id: Optional[str] = None, usage_scenario: Optional[str] = None, **kwargs)

Parameters

culture
str
Required

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.

domain
str
Required

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

description
str
Required

Description of the new application. Optional.

initial_version_id
str
Required

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

usage_scenario
str
Required

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

name
str
Required

Required. The name for the new application.