TelemetryLoggerMiddleware.FillUpdateEventPropertiesAsync メソッド

定義

BotMsgUpdateEventイベントのプロパティを埋めます。 LogPersonalInformationが真であれば、メッセージのテキストフィールドをフィルタリングします。

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>

イベントに追加する追加のプロパティ。

返品

ボットが以前送信したメッセージを更新した際に記録するプロパティとその値を記録します。

適用対象