LuisPredictionOptions.LogPersonalInformation 属性

定义

注意

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

获取或设置一个值,该值指示是否将来自用户的个人信息记录到遥测。

[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

属性值

如果为 true,则个人信息将记录到遥测;否则将筛选属性。

属性

注解

此值只能在创建 时 LuisRecognizer 设置,不能在单个 RecognizeAsync(ITurnContext, CancellationToken) 调用中更改。

适用于