There are several examples of chatbot where you ask a question, and you receive an answer. I’m trying to create a chatbot that basically asks the questions, and processes the onboarding of a users.
It’s basically a translation of an interactive form, where based on the answers, the chatbot asks different questions. The chatbot stores all the captured data.
I can’t seem to find a good example on how to build that. Can anyone please set me on my way?
I guess the first step would be to define the questions you want to ask and what data you need. Once you have this you can work on the prompting to get the information.
Personally I would be tempted to use the new multi page form feature we have, While having it as a chat is cool is there anything special gained from doing it that way?