Rasa integration with BotUI

Has anyone integrated Rasa with BotUI. I am facing issues like hyperlink and other style options are appearing as plain text. Anyone created new html block elements using BotUI

Hey @sachinkalathil

I didn’t try it on my own, but according to their docs you can try to use BotUI Markup as a markdown dialect, then you can try something like:

botui.message.add({
  content: 'Here is an image ![product image](https://example.com/image.png)'
});