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
675 stars 271 forks source link

Python: TeamsChannelAccount interface - Add job_title in the properties. #2089

Open chaudhari-priyanka opened 1 year ago

chaudhari-priyanka commented 1 year ago

Add job_title in the properties of TeamsChannelAccount interface Once this property will get added in the TeamsChannelAccount interface, we can get the return value for the same using TeamsInfo.get_member(TurnContext, String).

This requirement is required for multiple use cases, for example: we can decide the further bot flow on basis of the job title/designation of the end user.

tejasshaha07 commented 8 months ago

Is this issue still open? Can it be assigned to me?

tracyboehrer commented 2 months ago

@aacebo Is job_title part of the expected properties for TeamsChannelAccount? Though it should still be accessible via subscript? i.e., activity["job_title"]? This would depend on whether Python parses additional properties as JS and DotNet do though.