Hello,
I want to send a link to the user that can be clicked. I know that you can simply utter the link as https://www.google.com and it will result in a clickable link. But i have some very long links, which also is not formatted as ‘https://something.com’. So when i tried to send them in Rasa X, those didn’t become clickable link.
I tried dispatcher.utter_message('<a href = "my link"> Link A </a>')
but it didn’t work. Can i achieve similar result by some other methods ?