TelemetryLoggerMiddleware.FillUpdateEventPropertiesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントのイベント プロパティを BotMsgUpdateEvent 入力します。 LogPersonalInformationが true の場合は、メッセージのテキスト フィールドをフィルター処理します。
protected System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,string>> FillUpdateEventPropertiesAsync(Microsoft.Bot.Schema.Activity activity, System.Collections.Generic.Dictionary<string,string> additionalProperties = default);
member this.FillUpdateEventPropertiesAsync : Microsoft.Bot.Schema.Activity * System.Collections.Generic.Dictionary<string, string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, string>>
Protected Function FillUpdateEventPropertiesAsync (activity As Activity, Optional additionalProperties As Dictionary(Of String, String) = Nothing) As Task(Of Dictionary(Of String, String))
パラメーター
- activity
- Activity
ユーザーから最後に送信されたアクティビティ。
- additionalProperties
- Dictionary<String,String>
イベントに追加する追加のプロパティ。
戻り値
ボットが以前に送信したメッセージを更新したときにログに記録するプロパティとその値。