LuisPredictionOptions.TelemetryClient Property

Definition

Caution

Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).

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

[System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).")]
public Microsoft.Bot.Builder.IBotTelemetryClient TelemetryClient { get; set; }
[<System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV2 to set this value).")>]
member this.TelemetryClient : Microsoft.Bot.Builder.IBotTelemetryClient with get, set
Public Property TelemetryClient As IBotTelemetryClient

Property Value

The client used to log telemetry events.

Attributes

Remarks

This value can only be set when LuisRecognizer is created and can't be changed in individual RecognizeAsync(ITurnContext, CancellationToken) calls.

Applies to