-4

I display quote prices of stocks in one of my bots in the form of text. I would like to let the user be able to share these prices on Messenger without using Hero Cards or generic template. How can I achieve this?

UPDATE 1 How to add share button in persistent menu in addition to this?

PirateApp
  • 5,433
  • 4
  • 57
  • 90
  • Could you please further explain your use case, your question does not have enough information to help you. – D4RKCIDE Sep 09 '17 at 16:21
  • Would Suggested Actions help? https://learn.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-add-suggested-actions – Joe Mayo Sep 10 '17 at 04:10

1 Answers1

1

Text messages can be forwarded by long tapping, then choosing 'forward'. There is no way to add the share button to a text message. Why not just use the generic template without an image?

In the persistent menu, only url and postback buttons are supported.

amuramoto
  • 2,838
  • 1
  • 11
  • 15