Partager via


BotTelemetryClient(TelemetryClient) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

telemetryClient
TelemetryClient

Client de télémétrie vers qui transférer des événements de bot.

S’applique à