IBotPageViewTelemetryClient.TrackPageView Method

Definition

Logs an Application Insights page view.

public void TrackPageView (string dialogName, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
abstract member TrackPageView : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackPageView (dialogName As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

Parameters

dialogName
String

The name of the dialog to log the entry / start for.

properties
IDictionary<String,String>

Named string values you can use to search and classify events.

metrics
IDictionary<String,Double>

Measurements associated with this event.

Applies to