Поделиться через


Recognizer.TrackRecognizerResult Метод

Определение

Отслеживает событие с именем события, указанным с помощью TelemetryClient, присоединяющего свойства и метрики.

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

Параметры

dialogContext
DialogContext

Контекст диалогового окна.

eventName
String

Имя отслеживаемого события.

telemetryProperties
Dictionary<String,String>

Свойства, которые будут включены в отслеживание событий.

telemetryMetrics
Dictionary<String,Double>

Метрики, которые будут включены в отслеживание событий.

Применяется к