次の方法で共有


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

ボット イベントを転送するテレメトリ クライアント。

適用対象