I have a requirement where I'd like to know if Typebot can achieve the following functionality:
A user inputs their question. An AI model determines the user's intent based on the input. Depending on the identified intent, the user is redirected to a different Typebot. Key parameters from the user's question are carried over to the new Typebot. Is this possible to implement with Typebot?
I saw a template that lets AI determine the user's intention and then puts nodes together, but the number of nodes will be very large. It would be better if it could carry parameters and jump to the corresponding typebot
you still have to mapping the categories and yes you can redirect it to another workflow with jump to another typebot block. this method is the best way to handle chatting to be natural rather than give AI to answer.