Delen via


LuisApplication Constructors

Definitie

Overloads

LuisApplication()

Initialiseert een nieuw exemplaar van de LuisApplication klasse.

LuisApplication(LuisService)
Verouderd.

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(LuisService)

Waarschuwing

The LuisService class is obsolete and it will be removed in a future version of the framework, use LuisApplication(string applicationId, string endpointKey, string endpoint) instead.

Initialiseert een nieuw exemplaar van de LuisApplication klasse.

[System.Obsolete("The LuisService class is obsolete and it will be removed in a future version of the framework, use LuisApplication(string applicationId, string endpointKey, string endpoint) instead.", false)]
public LuisApplication (Microsoft.Bot.Configuration.LuisService service);
[<System.Obsolete("The LuisService class is obsolete and it will be removed in a future version of the framework, use LuisApplication(string applicationId, string endpointKey, string endpoint) instead.", false)>]
new Microsoft.Bot.Builder.AI.Luis.LuisApplication : Microsoft.Bot.Configuration.LuisService -> Microsoft.Bot.Builder.AI.Luis.LuisApplication
Public Sub New (service As LuisService)

Parameters

service
LuisService

LUIS-configuratie.

Kenmerken

Van toepassing op

LuisApplication(String)

Initialiseert een nieuw exemplaar van de LuisApplication klasse.

public LuisApplication (string applicationEndpoint);
new Microsoft.Bot.Builder.AI.Luis.LuisApplication : string -> Microsoft.Bot.Builder.AI.Luis.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.Luis.LuisApplication : string * string * string -> Microsoft.Bot.Builder.AI.Luis.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.

Van toepassing op