다음을 통해 공유


BotTelemetryClient.TrackPageView 메서드

정의

대화 상자 항목/을 Application Insights 페이지 보기로 기록합니다.

public virtual 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
override this.TrackPageView : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Overridable Sub TrackPageView (dialogName As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

매개 변수

dialogName
String

항목/시작을 기록할 대화 상자의 이름입니다.

properties
IDictionary<String,String>

이벤트를 검색하고 분류하는 데 사용할 수 있는 명명된 문자열 값입니다.

metrics
IDictionary<String,Double>

이 이벤트와 관련된 측정값입니다.

구현

적용 대상