LuisApplication Constructors
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.
Overloads
LuisApplication() |
Initializes a new instance of the LuisApplication class. |
LuisApplication(String) |
Initializes a new instance of the LuisApplication class. |
LuisApplication(String, String, String) |
Initializes a new instance of the LuisApplication class. |
LuisApplication()
Initializes a new instance of the LuisApplication class.
public LuisApplication ();
Public Sub New ()
Applies to
LuisApplication(String)
Initializes a new instance of the LuisApplication class.
public LuisApplication (string applicationEndpoint);
new Microsoft.Bot.Builder.AI.LuisV3.LuisApplication : string -> Microsoft.Bot.Builder.AI.LuisV3.LuisApplication
Public Sub New (applicationEndpoint As String)
Parameters
- applicationEndpoint
- String
LUIS application endpoint.
Applies to
LuisApplication(String, String, String)
Initializes a new instance of the LuisApplication class.
public LuisApplication (string applicationId, string endpointKey, string endpoint);
new Microsoft.Bot.Builder.AI.LuisV3.LuisApplication : string * string * string -> Microsoft.Bot.Builder.AI.LuisV3.LuisApplication
Public Sub New (applicationId As String, endpointKey As String, endpoint As String)
Parameters
- applicationId
- String
LUIS application ID.
- endpointKey
- String
LUIS subscription or endpoint key.
- endpoint
- String
LUIS endpoint to use like https://westus.api.cognitive.microsoft.com.