BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Python: TeamsChannelAccount interface - Add job_title in the properties.

Open chaudhari-priyanka opened this issue 3 years ago • 1 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