BotTelemetryClient(TelemetryClient) Constructor

Definition

Initializes a new instance of the BotTelemetryClient class.

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)

Parameters

telemetryClient
TelemetryClient

The telemetry client to forward bot events to.

Applies to