Dela via


LuisRecognizer.FillLuisEventProperties Metod

Definition

Fyller i händelseegenskaperna för LuisResult-händelsen för telemetri. Dessa egenskaper loggas när identifieraren anropas.

protected System.Collections.Generic.Dictionary<string,string> FillLuisEventProperties (Microsoft.Bot.Builder.RecognizerResult recognizerResult, Microsoft.Bot.Builder.ITurnContext turnContext, System.Collections.Generic.Dictionary<string,string> telemetryProperties = default);
member this.FillLuisEventProperties : Microsoft.Bot.Builder.RecognizerResult * Microsoft.Bot.Builder.ITurnContext * System.Collections.Generic.Dictionary<string, string> -> System.Collections.Generic.Dictionary<string, string>
Protected Function FillLuisEventProperties (recognizerResult As RecognizerResult, turnContext As ITurnContext, Optional telemetryProperties As Dictionary(Of String, String) = Nothing) As Dictionary(Of String, String)

Parametrar

recognizerResult
RecognizerResult

Senaste aktivitet som skickats från användaren.

turnContext
ITurnContext

Kontextobjekt som innehåller information för en enda konversationsvändning med en användare.

telemetryProperties
Dictionary<String,String>

Ytterligare egenskaper som ska loggas till telemetri med LuisResult-händelsen.

Returer

En ordlista som skickas som "Egenskaper" till IBotTelemetryClient.TrackEvent-metoden för händelsen BotMessageSend.

Gäller för