Partilhar via


TelemetryLoggerMiddleware.FillDeleteEventPropertiesAsync Método

Definição

Preenche as propriedades do BotMsgDeleteEvent evento.

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))

Parâmetros

activity
IMessageDeleteActivity

O objeto Atividade eliminado pelo bot.

additionalProperties
Dictionary<String,String>

Propriedades adicionais a adicionar ao evento.

Devoluções

As propriedades e os respetivos valores a registar quando o bot elimina uma mensagem que enviou anteriormente.

Aplica-se a