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

ボットによってアクティビティオブジェクトが削除されました。

additionalProperties
Dictionary<String,String>

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

返品

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

適用対象