I am creating a simple messenger based quiz application where the user has to answer the question through button option. After completing all the questions, it is supposed that the user will get a link of how many questions he has correctly answered and a share option there to share the result on Facebook. The number of correct answers by a user is stored in a slot and I also have a link of what to show the user. But I cannot get any options of how to share these types of link in Messenger to share on Facebook. Can anyone help me?
You can share the content of a slot by writing an utterance something like this: “You answered {slot-name} question right!” where “slot-name” is whatever you’ve called your slot. (Here’s the relevant Rasa 2.0 documentation.)