microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
672 stars 271 forks source link

add `properties` to `ChannelAccount` #2092

Closed aacebo closed 3 months ago

aacebo commented 3 months ago

minor

Description

add properties to ChannelAccount model to match js/dotnet impls.

https://github.com/microsoft/botbuilder-js/blob/main/libraries/botframework-schema/src/index.ts#L162 https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/Microsoft.Bot.Schema/ChannelAccount.cs#L55