botpress / solutions

List of Botpress templates / examples for common problems. Kick start your chatbot development with these ready-to-go custom modules, actions, hooks, and tools!
https://botpress.com
56 stars 25 forks source link

Create Redirect_All_Qnas.js #29

Closed Gordon-BP closed 2 years ago

Gordon-BP commented 2 years ago

Hook to add a global redirect for all Q&As within a bot. Useful for when a bot already has a lot of Q&As and you need to add redirects. If a Q&A already has a redirect and this hooks runs, I'm pretty sure it will break.

Gordon-BP commented 2 years ago

I added another solution, record-all0misunderstood.js. This does for misunderstood what the redirect-on-qnas does for Q&As- it records every misunderstood utterance, regardless of whether or not it is in a flow.