Partager via


TelemetryLoggerMiddleware(IBotTelemetryClient, Boolean) Constructeur

Définition

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.

S’applique à