Share via


LuisRecognizer.TelemetryClient Property

Definition

Gets the currently configured IBotTelemetryClient that logs the LuisResult event.

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

Property Value

The IBotTelemetryClient being used to log events.

Implements

Applies to