LuisPredictionOptions.LogPersonalInformation Property

Definition

Caution

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

Gets or sets a value indicating whether to log personal information that came from the user to telemetry.

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

Property Value

If true, personal information is logged to Telemetry; otherwise the properties will be filtered.

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