Sdílet prostřednictvím


IBotTelemetryClientExtensions.TrackDialogView Metoda

Definice

Protokol DialogView pomocí Metody TrackPageView na IBotTelemetryClient, pokud IBotPageViewTelemetryClient byl implementován. Případně odhlaste informace přes TrackTrace.

public static void TrackDialogView(this Microsoft.Bot.Builder.IBotTelemetryClient telemetryClient, string dialogName, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
static member TrackDialogView : Microsoft.Bot.Builder.IBotTelemetryClient * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
<Extension()>
Public Sub TrackDialogView (telemetryClient As IBotTelemetryClient, dialogName As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

Parametry

telemetryClient
IBotTelemetryClient

TelemetryClient, který implementuje IBotTelemetryClient.

dialogName
String

Název dialogového okna, pro který se má položka zaznamenat / spustit pro.

properties
IDictionary<String,String>

Pojmenované řetězcové hodnoty, které můžete použít k vyhledávání a klasifikaci událostí.

metrics
IDictionary<String,Double>

Měření přidružená k této události

Platí pro