botbuilder-dotnet
botbuilder-dotnet copied to clipboard
Teams is adding support for suggested actions in 1-1 chats
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
Flagging it as blocked since we don't have a client to test on yet
This is not possible in v4 without breaking changes, closing this issue.
Reopening for later consideration.
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.
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 .
Verified that it works. Thanks!