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.
Feedback
Submit and view feedback for