You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made a Python app as well which I run and test locally with Bot Framework Emulator, and what's interesting those suggested actions are displayed correctly there. After uploading the same app into Azure App Service with accompanying Bot Service and then verifying this in Bot Service Web chat those suggested actions are also displayed - the only issue is with Microsoft Teams.
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. We already have an ICM raised for this, and engineering team is looking into it.
We will inform you once we get any further update from engineering team. Thanks!
@ms-86, according to latest update from engineering team, the fix has been merged. So please do verify at your end and let us know if you still encounter the issue.
I have checked NodeJS suggested actions example using Teams Toolkit extension after cloning samples repo on my laptop. Bot sends a welcome message and asks for a favorite color but suggested actions are not displayed as shown on a gif https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-suggested-actions/nodejs/Images/BotSuggestedActionsGif.gif
Then I've download Teams App manifest https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/bot-suggested-actions/csharp/demo-manifest/bot-suggested-actions.zip and uploaded to my M365 developer tenant - behavior is exactly the same, suggested actions are not displayed. MS Docs is now inconsistent when it comes to this particular feature.
MS Teams Developer documentation suggests this feature is supported (here and here) but when you check Azure Bot Service docs you will see a None in a Suggested actions column for Microsoft Teams channel.
I have made a Python app as well which I run and test locally with Bot Framework Emulator, and what's interesting those suggested actions are displayed correctly there. After uploading the same app into Azure App Service with accompanying Bot Service and then verifying this in Bot Service Web chat those suggested actions are also displayed - the only issue is with Microsoft Teams.
The text was updated successfully, but these errors were encountered: