LuisApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data describing a LUIS application.
public class LuisApplication
type LuisApplication = class
Public Class LuisApplication
- Inheritance
-
LuisApplication
Constructors
LuisApplication() |
Initializes a new instance of the LuisApplication class. |
LuisApplication(LuisService) |
Obsolete.
Initializes a new instance of the LuisApplication class. |
LuisApplication(String, String, String) |
Initializes a new instance of the LuisApplication class. |
LuisApplication(String) |
Initializes a new instance of the LuisApplication class. |
Properties
ApplicationId |
Gets or sets lUIS application ID. |
Endpoint |
Gets or sets lUIS endpoint like https://westus.api.cognitive.microsoft.com. |
EndpointKey |
Gets or sets lUIS subscription or endpoint key. |