botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

Python: TeamsChannelAccount interface - Add job_title in the properties.

Open chaudhari-priyanka opened this issue 3 years ago • 2 comments

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.

chaudhari-priyanka avatar Nov 01 '22 12:11 chaudhari-priyanka

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

tejasshaha07 avatar Oct 21 '23 19:10 tejasshaha07

@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.

tracyboehrer avatar Apr 29 '24 21:04 tracyboehrer