次の方法で共有


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

適用対象