Share via


TelemetryLoggerMiddleware.TelemetryClient Property

Definition

Gets The telemetry client to send telemetry events to.

public Microsoft.Bot.Builder.IBotTelemetryClient TelemetryClient { get; }
member this.TelemetryClient : Microsoft.Bot.Builder.IBotTelemetryClient
Public ReadOnly Property TelemetryClient As IBotTelemetryClient

Property Value

The IBotTelemetryClient this middleware uses to log events.

Applies to