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.
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:
Teams browser: 1415/24100324916
Teams desktop app: 24277.3507.3205.5228
To Reproduce
Steps to reproduce the behavior:
Initiate a Bot prompt into Microsoft Teams with choices and style ListStyle.suggestedAction
Bot prompt message appears but no suggested action buttons appear
Expected behavior
Bot prompt message appears with suggested actions as buttons
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.
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:1415/24100324916
24277.3507.3205.5228
To Reproduce
Steps to reproduce the behavior:
ListStyle.suggestedAction
Expected behavior
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.