TelemetryLoggerMiddleware.FillReceiveEventPropertiesAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트에 대한 BotMsgReceiveEvent 이벤트 속성을 채웁니다. 가 LogPersonalInformation true이면 보낸 사람의 이름과 메시지의 텍스트 및 말하기 필드를 필터링합니다.
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))
매개 변수
- activity
- Activity
사용자가 보낸 메시지 활동입니다.
- additionalProperties
- Dictionary<String,String>
이벤트에 추가할 추가 속성입니다.
반환
사용자로부터 메시지를 받을 때 기록할 속성 및 해당 값입니다.