Dela via


IBotTelemetryClientExtensions.TrackDialogView Metod

Definition

Logga en DialogView med metoden TrackPageView på IBotTelemetryClient om IBotPageViewTelemetryClient har implementerats. Du kan också logga ut informationen via 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)

Parametrar

telemetryClient
IBotTelemetryClient

TelemetryClient som implementerar IBotTelemetryClient.

dialogName
String

Namnet på dialogrutan som posten/starten ska loggas för.

properties
IDictionary<String,String>

Namngivna strängvärden som du kan använda för att söka efter och klassificera händelser.

metrics
IDictionary<String,Double>

Mått som är associerade med den här händelsen.

Gäller för