Condividi tramite


Recognizer.TrackRecognizerResult Metodo

Definizione

Tiene traccia di un evento con il nome dell'evento fornito usando TelemetryClient che collega le proprietà/metriche.

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

Parametri

dialogContext
DialogContext

Contesto del dialogo.

eventName
String

Nome dell'evento da tenere traccia.

telemetryProperties
Dictionary<String,String>

Proprietà da includere come parte del rilevamento eventi.

telemetryMetrics
Dictionary<String,Double>

Metriche da includere come parte del rilevamento degli eventi.

Si applica a