LuisPredictionOptions.LogPersonalInformation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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) 调用中更改。