다음을 통해 공유


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이면 개인 정보가 원격 분석에 기록됩니다. 그렇지 않으면 속성이 필터링됩니다.

특성

설명

이 값은 가 생성되고 개별 RecognizeAsync(ITurnContext, CancellationToken) 호출에서 변경할 수 없는 경우에만 설정할 LuisRecognizer 수 있습니다.

적용 대상