Share via


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

봇 이벤트를 전달할 원격 분석 클라이언트입니다.

적용 대상