botbuilder-dotnet icon indicating copy to clipboard operation
botbuilder-dotnet copied to clipboard

Teams is adding support for suggested actions in 1-1 chats

Open EricDahlvang opened this issue 3 years ago • 4 comments

Prompts and IntputDialogs call ChoiceFactory.ForChannel by default if a ListStyle is not provided.

ForChannel will construct a card using SuggestedActions if possible. This process should now also check if the conversation is Teams 1:1, in which case SuggestedActions ARE supported. (note: only Ring0 as of 1.3.2021)

https://github.com/microsoft/botbuilder-dotnet/issues/6065#issuecomment-1004334158

EricDahlvang avatar Jan 03 '22 22:01 EricDahlvang

Flagging it as blocked since we don't have a client to test on yet

gabog avatar Jan 20 '22 18:01 gabog

This is not possible in v4 without breaking changes, closing this issue.

gabog avatar Mar 22 '22 17:03 gabog

Reopening for later consideration.

gabog avatar Mar 22 '22 17:03 gabog

Hi @EricDahlvang, @gabog, do you know if this feature is still in validation, or is it worldwide implemented? We couldn't get suggested actions to work on Teams.

ceciliaavila avatar May 24 '22 20:05 ceciliaavila

Are SuggestedActions enabled on Teams? I have a bot built using SDK v4, the suggested actions work on Teams iOS, but not on Teams Desktop 1.6.00.4472 .

gykung avatar Mar 19 '23 02:03 gykung

Verified that it works. Thanks!

gykung avatar May 30 '23 16:05 gykung