react-simple-chatbot
react-simple-chatbot copied to clipboard
Is there anyway I can track every actions/steps?
Is there any event that I can track every interactions with the user? Like what is the user response and what will be the next step?
I would like to be able to save user response on each step instead of waiting the handleEnd callback to be called.
What about adding a beforeNextStep callback ?