react-simple-chatbot
react-simple-chatbot copied to clipboard
How can I show the result of the handleEnd call back function inside the chat?
I'm calculating a score depending on the responses given. I would like to display the result (even a component) in the chat, but after the call back has been called. Is there a way?