TelemetryLoggerMiddleware(IBotTelemetryClient, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe TelemetryLoggerMiddleware.
public TelemetryLoggerMiddleware (Microsoft.Bot.Builder.IBotTelemetryClient telemetryClient, bool logPersonalInformation = false);
new Microsoft.Bot.Builder.TelemetryLoggerMiddleware : Microsoft.Bot.Builder.IBotTelemetryClient * bool -> Microsoft.Bot.Builder.TelemetryLoggerMiddleware
Public Sub New (telemetryClient As IBotTelemetryClient, Optional logPersonalInformation As Boolean = false)
Paramètres
- telemetryClient
- IBotTelemetryClient
Client de télémétrie à qui envoyer des événements de télémétrie.
- logPersonalInformation
- Boolean
true
pour inclure des informations d’identification personnelle ; sinon, false
.