TelemetryLoggerMiddleware.FillDeleteEventPropertiesAsync メソッド

定義

イベントのイベント プロパティを BotMsgDeleteEvent 入力します。

protected System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,string>> FillDeleteEventPropertiesAsync (Microsoft.Bot.Schema.IMessageDeleteActivity activity, System.Collections.Generic.Dictionary<string,string> additionalProperties = default);
member this.FillDeleteEventPropertiesAsync : Microsoft.Bot.Schema.IMessageDeleteActivity * System.Collections.Generic.Dictionary<string, string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, string>>
Protected Function FillDeleteEventPropertiesAsync (activity As IMessageDeleteActivity, Optional additionalProperties As Dictionary(Of String, String) = Nothing) As Task(Of Dictionary(Of String, String))

パラメーター

activity
IMessageDeleteActivity

ボットによって削除された Activity オブジェクト。

additionalProperties
Dictionary<String,String>

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

戻り値

ボットが以前に送信したメッセージを削除したときにログに記録するプロパティとその値。

適用対象