Parameter MessagingExtensionQuery always returns just first CommandId from manifest #11727
Labels
bug
teams-developer-support
Question related to extensibility (Bot, ME, Tab) would be marked under this label
Steps to reproduce
Copied from: microsoft/botbuilder-dotnet#6465
Posted by: @harald-thoenig
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.
Messaging extension bot
ConfigurationPage
Manifest
Hope you can help.
regads
Expected behavior
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.
Actual behavior
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.
Error details
No response
The text was updated successfully, but these errors were encountered: