ITelemetryRecognizer.LogPersonalInformation プロパティ

定義

ユーザーから取得した個人情報をログに記録するかどうかを示す値を取得します。

public bool LogPersonalInformation { get; }
member this.LogPersonalInformation : bool
Public ReadOnly Property LogPersonalInformation As Boolean

プロパティ値

true の場合、個人情報は IBotTelemetryClient.TrackEvent メソッドに記録されます。それ以外の場合、プロパティはフィルター処理されます。

適用対象