microsoft / botbuilder-js

Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
https://github.com/Microsoft/botframework
MIT License
685 stars 280 forks source link

Bot prompt choices with SuggestedAction not working anymore in Microsoft Teams since latest Teams updates #4785

Open henriqueranj opened 3 weeks ago

henriqueranj commented 3 weeks ago

Versions

What package version of the SDK are you using. 4.22.3 What nodejs version are you using Node 18 What browser version are you using Chrome, Edge, Teams Application What os are you using Windows 11

Describe the bug

Bot prompt with ListStyle.suggestedAction style does not show up choices in Microsoft Teams anymore. This started to happened since the latest Microsoft Teams update released a couple of weeks ago. Current versions in my device is:

To Reproduce

Steps to reproduce the behavior:

  1. Initiate a Bot prompt into Microsoft Teams with choices and style ListStyle.suggestedAction
  2. Bot prompt message appears but no suggested action buttons appear

Expected behavior

  1. Bot prompt message appears with suggested actions as buttons
  2. User can then chose an action button

Additional context

We noticed that this has slowly been affecting users across the last couple of weeks. Unfortunately, we did not register the previous Teams version number where it still worked.

Before these latest updates, all users would see the suggested actions.

tracyboehrer commented 3 weeks ago

@henriqueranj We've reached out to Teams. I'll update when we know more.