Delen via


BotTelemetryClient(TelemetryClient) Constructor

Definitie

Initialiseert een nieuw exemplaar van de BotTelemetryClient klasse.

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

De telemetrieclient om bot-gebeurtenissen naar door te sturen.

Van toepassing op