Recognizer.TrackRecognizerResult Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Sleduje událost s názvem události zadaným pomocí TelemetryClient, který připojuje vlastnosti nebo metriky.
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))
Parametry
- dialogContext
- DialogContext
Kontext dialogového okna.
- eventName
- String
Název události, která se má sledovat.
- telemetryProperties
- Dictionary<String,String>
Vlastnosti, které se mají zahrnout do sledování událostí.
- telemetryMetrics
- Dictionary<String,Double>
Metriky, které se mají zahrnout do sledování událostí.