TelemetryLoggerMiddleware.FillReceiveEventPropertiesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Rellena las propiedades del BotMsgReceiveEvent evento. LogPersonalInformation Si es true, filtra el nombre del remitente y el texto del mensaje y los campos de habla.
protected System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,string>> FillReceiveEventPropertiesAsync (Microsoft.Bot.Schema.Activity activity, System.Collections.Generic.Dictionary<string,string> additionalProperties = default);
member this.FillReceiveEventPropertiesAsync : Microsoft.Bot.Schema.Activity * System.Collections.Generic.Dictionary<string, string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, string>>
Protected Function FillReceiveEventPropertiesAsync (activity As Activity, Optional additionalProperties As Dictionary(Of String, String) = Nothing) As Task(Of Dictionary(Of String, String))
Parámetros
- activity
- Activity
Actividad de mensaje enviada desde el usuario.
- additionalProperties
- Dictionary<String,String>
Propiedades adicionales que se van a agregar al evento.
Devoluciones
Las propiedades y sus valores que se van a registrar cuando se recibe un mensaje del usuario.