LuisRecognizerOptions.TelemetryClient Property

Definition

Gets or sets the IBotTelemetryClient used to log the LuisResult event.

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

Property Value

The client used to log telemetry events.

Applies to