Forum Discussion
Action Card Teams wrap text button
- Sayali-MSFTFeb 08, 2022Microsoft
rosrene- Please have a look at this documents- 1. https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/06.using-cards/Cards.cs
2. https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/50.teams-messaging-extensions-search/Bots/TeamsMessagingExtensionsSearchBot.cs
Let us know if you have any query.- Sayali-MSFTFeb 09, 2022Microsoftrosrene- Did you get chance to try on the above suggested solution?
- rosreneFeb 16, 2022Brass Contributor
Hi Sayali-MSFT,
Sorry for the delay, I have been doing several tests and I identified that:
the example provided from the repository https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/06.using-cards/Cards.cs works correctly and the tooltip is seen in long texts
in this example the action type is an OpenURL
if the action type is changed to messageback which we need, then the tooltip doesn't appear
I think that now we have the concrete cause, we need to see how to solve it
Thanks