Condividi tramite


LuisPredictionOptions.LogPersonalInformation Proprietà

Definizione

Attenzione

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

Ottiene o imposta un valore che indica se registrare le informazioni personali provenienti dall'utente ai dati di telemetria.

[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

Valore della proprietà

Se true, le informazioni personali vengono registrate ai dati di telemetria; in caso contrario, le proprietà verranno filtrate.

Attributi

Commenti

Questo valore può essere impostato solo quando LuisRecognizer viene creato e non può essere modificato nelle singole RecognizeAsync(ITurnContext, CancellationToken) chiamate.

Si applica a