LuisRecognizer 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
| LuisRecognizer(LuisRecognizerOptions, HttpClientHandler) |
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse. |
| LuisRecognizer(LuisApplication, LuisPredictionOptions, Boolean, HttpClientHandler) |
Verouderd.
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse. |
| LuisRecognizer(LuisService, LuisPredictionOptions, Boolean, HttpClientHandler) |
Verouderd.
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse. |
| LuisRecognizer(String, LuisPredictionOptions, Boolean, HttpClientHandler) |
Verouderd.
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse. |
| LuisRecognizer(LuisApplication, IBotTelemetryClient, Boolean, LuisPredictionOptions, Boolean, HttpClientHandler) |
Verouderd.
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse. |
LuisRecognizer(LuisRecognizerOptions, HttpClientHandler)
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
public LuisRecognizer (Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptions recognizerOptions, System.Net.Http.HttpClientHandler clientHandler = default);
new Microsoft.Bot.Builder.AI.Luis.LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.LuisRecognizerOptions * System.Net.Http.HttpClientHandler -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizer
Public Sub New (recognizerOptions As LuisRecognizerOptions, Optional clientHandler As HttpClientHandler = Nothing)
Parameters
- recognizerOptions
- LuisRecognizerOptions
De luis recognizer-versieopties.
- clientHandler
- HttpClientHandler
(Optioneel) Aangepaste handler voor LUIS API-aanroepen om mocking toe te staan.
Van toepassing op
LuisRecognizer(LuisApplication, LuisPredictionOptions, Boolean, HttpClientHandler)
Waarschuwing
Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
[System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")]
public LuisRecognizer (Microsoft.Bot.Builder.AI.Luis.LuisApplication application, Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions predictionOptions = default, bool includeApiResults = false, System.Net.Http.HttpClientHandler clientHandler = default);
[<System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")>]
new Microsoft.Bot.Builder.AI.Luis.LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.LuisApplication * Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions * bool * System.Net.Http.HttpClientHandler -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizer
Public Sub New (application As LuisApplication, Optional predictionOptions As LuisPredictionOptions = Nothing, Optional includeApiResults As Boolean = false, Optional clientHandler As HttpClientHandler = Nothing)
Parameters
- application
- LuisApplication
De LUIS-toepassing die moet worden gebruikt om tekst te herkennen.
- predictionOptions
- LuisPredictionOptions
(Optioneel) De luis-voorspellingsopties die moeten worden gebruikt.
- includeApiResults
- Boolean
(Optioneel) WAAR om onbewerkt LUIS API-antwoord op te nemen.
- clientHandler
- HttpClientHandler
(Optioneel) Aangepaste handler voor LUIS API-aanroepen om mocking toe te staan.
- Kenmerken
Van toepassing op
LuisRecognizer(LuisService, LuisPredictionOptions, Boolean, HttpClientHandler)
Waarschuwing
Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
[System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")]
public LuisRecognizer (Microsoft.Bot.Configuration.LuisService service, Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions predictionOptions = default, bool includeApiResults = false, System.Net.Http.HttpClientHandler clientHandler = default);
[<System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")>]
new Microsoft.Bot.Builder.AI.Luis.LuisRecognizer : Microsoft.Bot.Configuration.LuisService * Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions * bool * System.Net.Http.HttpClientHandler -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizer
Public Sub New (service As LuisService, Optional predictionOptions As LuisPredictionOptions = Nothing, Optional includeApiResults As Boolean = false, Optional clientHandler As HttpClientHandler = Nothing)
Parameters
- service
- LuisService
De LUIS-service van configuratie.
- predictionOptions
- LuisPredictionOptions
(Optioneel) De luis-voorspellingsopties die moeten worden gebruikt.
- includeApiResults
- Boolean
(Optioneel) WAAR om onbewerkt LUIS API-antwoord op te nemen.
- clientHandler
- HttpClientHandler
(Optioneel) Aangepaste handler voor LUIS API-aanroepen om mocking toe te staan.
- Kenmerken
Van toepassing op
LuisRecognizer(String, LuisPredictionOptions, Boolean, HttpClientHandler)
Waarschuwing
Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
[System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")]
public LuisRecognizer (string applicationEndpoint, Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions predictionOptions = default, bool includeApiResults = false, System.Net.Http.HttpClientHandler clientHandler = default);
[<System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")>]
new Microsoft.Bot.Builder.AI.Luis.LuisRecognizer : string * Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions * bool * System.Net.Http.HttpClientHandler -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizer
Public Sub New (applicationEndpoint As String, Optional predictionOptions As LuisPredictionOptions = Nothing, Optional includeApiResults As Boolean = false, Optional clientHandler As HttpClientHandler = Nothing)
Parameters
- applicationEndpoint
- String
Het LUIS-eindpunt zoals wordt weergegeven in https://luis.ai .
- predictionOptions
- LuisPredictionOptions
(Optioneel) De luis-voorspellingsopties die moeten worden gebruikt.
- includeApiResults
- Boolean
(Optioneel) WAAR om onbewerkt LUIS API-antwoord op te nemen.
- clientHandler
- HttpClientHandler
(Optioneel) Aangepaste handler voor LUIS API-aanroepen om mocking toe te staan.
- Kenmerken
Van toepassing op
LuisRecognizer(LuisApplication, IBotTelemetryClient, Boolean, LuisPredictionOptions, Boolean, HttpClientHandler)
Waarschuwing
Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).
Initialiseert een nieuw exemplaar van de LuisRecognizer klasse.
[System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")]
public LuisRecognizer (Microsoft.Bot.Builder.AI.Luis.LuisApplication application, Microsoft.Bot.Builder.IBotTelemetryClient telemetryClient, bool logPersonalInformation, Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions predictionOptions = default, bool includeApiResults = false, System.Net.Http.HttpClientHandler clientHandler = default);
[<System.Obsolete("Constructor is deprecated, please use LuisRecognizer(LuisRecognizerOptions recognizer).")>]
new Microsoft.Bot.Builder.AI.Luis.LuisRecognizer : Microsoft.Bot.Builder.AI.Luis.LuisApplication * Microsoft.Bot.Builder.IBotTelemetryClient * bool * Microsoft.Bot.Builder.AI.Luis.LuisPredictionOptions * bool * System.Net.Http.HttpClientHandler -> Microsoft.Bot.Builder.AI.Luis.LuisRecognizer
Public Sub New (application As LuisApplication, telemetryClient As IBotTelemetryClient, logPersonalInformation As Boolean, Optional predictionOptions As LuisPredictionOptions = Nothing, Optional includeApiResults As Boolean = false, Optional clientHandler As HttpClientHandler = Nothing)
Parameters
- application
- LuisApplication
De LUIS-toepassing die moet worden gebruikt om tekst te herkennen.
- telemetryClient
- IBotTelemetryClient
De IBotTelemetryClient die wordt gebruikt om de luisresult-gebeurtenis te registreren.
- logPersonalInformation
- Boolean
WAAR om persoonlijk inspringbare informatie op te nemen.
- predictionOptions
- LuisPredictionOptions
(Optioneel) De luis-voorspellingsopties die moeten worden gebruikt.
- includeApiResults
- Boolean
(Optioneel) WAAR om onbewerkt LUIS API-antwoord op te nemen.
- clientHandler
- HttpClientHandler
(Optioneel) Aangepaste handler voor LUIS API-aanroepen om mocking toe te staan.
- Kenmerken