-
Notifications
You must be signed in to change notification settings - Fork 481
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
Parameter MessagingExtensionQuery always returns just first CommandId from manifest #6465
Comments
I am taking a look at this. |
@dmvtech any update on this? |
Hi @harald-thoenig @DridiFathi Apologies for the delay. We are still investigating. |
Hi @ramfattah |
Thanks @harald-thoenig, I was able to reproduce this issue using C# bot sample 52.teams-messaging-extensions-search-auth-config. Sharing the steps to reproduce:
|
Hey @JuanAr, we are reaching out to see if there is status update on this. Thanks. |
Hi @ramfattah, this issue is on our backlog. We'll be tackling it next week. |
We reproduced the issue and found that it's the MSTeams client the one sending the wrong commandId in the property value of the activity (documentation here). |
Thank you @ceciliaavila. |
Reopening, will notify Teams during sync meetings. |
I'm using Microsoft Bot Framework V4 SDK to create a messaging extension bot.
I created two commands (searchQuery, processQuery). I would like to call up a configuration page for each command. The problem is that the MessagingExtensionQuery parameter in the OnTeamsMessagingExtensionConfigurationQuerySettingUrlAsync event always returns just the first command Id, I entered in the manifest.
I would have expected that when I click on the 3 dots to open the configuration page, the respective ID of the command would be passed to the event.
Hope you can help.
regads
The text was updated successfully, but these errors were encountered: