LuisApplication Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| LuisApplication() |
Initialiseert een nieuw exemplaar van de LuisApplication klasse. |
| LuisApplication(String) |
Initialiseert een nieuw exemplaar van de LuisApplication klasse. |
| LuisApplication(String, String, String) |
Initialiseert een nieuw exemplaar van de LuisApplication klasse. |
LuisApplication()
Initialiseert een nieuw exemplaar van de LuisApplication klasse.
public LuisApplication();
Public Sub New ()
Van toepassing op
LuisApplication(String)
Initialiseert een nieuw exemplaar van de LuisApplication klasse.
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-toepassingseindpunt.
Van toepassing op
LuisApplication(String, String, String)
Initialiseert een nieuw exemplaar van de LuisApplication klasse.
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-toepassings-id.
- endpointKey
- String
LUIS-abonnement of eindpuntsleutel.
- endpoint
- String
TE gebruiken LUIS-eindpunt, zoals https://westus.api.cognitive.microsoft.com.