共用方式為


DialogSet.TelemetryClient 屬性

定義

取得或設定 IBotTelemetryClient 要用於記錄的 。

public Microsoft.Bot.Builder.IBotTelemetryClient TelemetryClient { get; set; }
member this.TelemetryClient : Microsoft.Bot.Builder.IBotTelemetryClient with get, set
Public Property TelemetryClient As IBotTelemetryClient

屬性值

IBotTelemetryClient要用於記錄的 。

備註

設定這個屬性時,它會將集合中每個對話方塊的 設定 TelemetryClient 為新的值。

適用於