다음을 통해 공유


TelemetryLoggerMiddleware.FillSendEventPropertiesAsync 메서드

정의

이벤트에 대한 BotMsgSendEvent 이벤트 속성을 채웁니다. 가 LogPersonalInformation true이면 받는 사람의 이름과 메시지의 텍스트를 필터링하고 필드를 말합니다.

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

매개 변수

activity
Activity

봇이 응답하는 사용자의 활동입니다.

additionalProperties
Dictionary<String,String>

이벤트에 추가할 추가 속성입니다.

반환

봇이 사용자에게 메시지를 보낼 때 기록할 속성 및 해당 값입니다.

적용 대상