Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chaudhari-priyanka opened this issue Nov 1, 2022 · 2 comments
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@chaudhari-priyanka
Copy link

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 chaudhari-priyanka added feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team. labels Nov 1, 2022
@tejasshaha07
Copy link

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

@tracyboehrer tracyboehrer transferred this issue from microsoft/BotBuilder-Samples Mar 21, 2024
@tracyboehrer
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

3 participants