IBotTelemetryClientExtensions.TrackDialogView 메서드

정의

IBotPageViewTelemetryClient가 구현된 경우 IBotTelemetryClient에서 TrackPageView 메서드를 사용하여 DialogView를 기록합니다. 또는 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)

매개 변수

telemetryClient
IBotTelemetryClient

IBotTelemetryClient를 구현하는 TelemetryClient입니다.

dialogName
String

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

properties
IDictionary<String,String>

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

metrics
IDictionary<String,Double>

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

적용 대상