I’m sending multiple messages as an answer, but they are rendered immediately one after each other.
Message 1
Message 2
Message 3
i Would like to create an illusion that bot is just writing those messages by adding very small pause between each message (.5 sec or so).
Message 1
...
Message 2
...
Message 3
I tried to find feature like that in rasa but maybe I’m not that good at searching.
Is there a feature like this in rasa? is it even feature of backend or should it be implemented in frontend part of the project? Thanks