react-simple-chatbot
react-simple-chatbot copied to clipboard
Close the chatbot and restart the steps
How can I close the chatbot and restart the steps? Please Help, Thanks.
Same question here, I've tried the following but to no avail { id: 'end-message', message: 'Thanks! Your ticket was submitted successfully, someone will be in touch soon!', trigger:"startOver", end: true }, { id: 'startOver', message: 'Would you like to start over and create another ticket?', options: [ { value: 'yes', label: 'yes', trigger: '2' }, { value: 'no', label: 'no', trigger: 'noProblem' }, ], }, { id: 'noProblem', message: "No problem at all, I'm always here if you need me!" }
The problem is asked before at here: https://github.com/LucasBassetti/react-simple-chatbot/issues/193