LuisRecognizer.TelemetryClient Property
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.
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.