Dela via


Recognizer.TrackRecognizerResult Metod

Definition

Spårar en händelse med händelsenamnet som tillhandahålls med hjälp av TelemetryClient som kopplar egenskaperna/måtten.

protected void TrackRecognizerResult (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext, string eventName, System.Collections.Generic.Dictionary<string,string> telemetryProperties, System.Collections.Generic.Dictionary<string,double> telemetryMetrics);
member this.TrackRecognizerResult : Microsoft.Bot.Builder.Dialogs.DialogContext * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.Dictionary<string, double> -> unit
Protected Sub TrackRecognizerResult (dialogContext As DialogContext, eventName As String, telemetryProperties As Dictionary(Of String, String), telemetryMetrics As Dictionary(Of String, Double))

Parametrar

dialogContext
DialogContext

Dialogkontext.

eventName
String

Namnet på händelsen som ska spåras.

telemetryProperties
Dictionary<String,String>

De egenskaper som ska inkluderas som en del av händelsespårningen.

telemetryMetrics
Dictionary<String,Double>

De mått som ska inkluderas som en del av händelsespårningen.

Gäller för