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) の呼び出しでは変更できません。