LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.72k stars 596 forks source link

How can I show the result of the handleEnd call back function inside the chat? #329

Open mirko1075 opened 2 years ago

mirko1075 commented 2 years ago

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?