BotTelemetryClient(TelemetryClient) 建構函式

定義

初始化 BotTelemetryClient 類別的新執行個體。

public BotTelemetryClient (Microsoft.ApplicationInsights.TelemetryClient telemetryClient);
new Microsoft.Bot.Builder.ApplicationInsights.BotTelemetryClient : Microsoft.ApplicationInsights.TelemetryClient -> Microsoft.Bot.Builder.ApplicationInsights.BotTelemetryClient
Public Sub New (telemetryClient As TelemetryClient)

參數

telemetryClient
TelemetryClient

要轉送 Bot 事件的遙測用戶端。

適用於