TelemetryLoggerMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uses a IBotTelemetryClient object to log incoming, outgoing, updated, or deleted message activities.
public class TelemetryLoggerMiddleware : Microsoft.Bot.Builder.IMiddleware
type TelemetryLoggerMiddleware = class
interface IMiddleware
Public Class TelemetryLoggerMiddleware
Implements IMiddleware
- Inheritance
-
TelemetryLoggerMiddleware
- Implements
Constructors
TelemetryLoggerMiddleware(IBotTelemetryClient, Boolean) |
Initializes a new instance of the TelemetryLoggerMiddleware class. |
Properties
LogPersonalInformation |
Gets a value indicating whether to include personal information that came from the user. |
TelemetryClient |
Gets The telemetry client to send telemetry events to. |