User inputs

Is there anyway we can take more than 3 user inputs at ones?

Each user input will be passed to your assistant individually. What’s the end goal that you are trying to achieve?

I’m trying to take multiple inputs and compare it to a CSV which has a specific data. its a symptom checker which takes multiple symptom inputs and compares it accordingly. so I’m looking a way to take multiple inputs at ones.

You can either have the symptoms asked as part of a form or you could explicitly ask the user to list the symptoms in one prompt following some structure like comma separated, etc. I would recommend doing it through forms though.

Can you please provide an example about using form. I am also working on a similar project but i am stuck in the part where i have to take multiple input form user which would be the symptoms. I have seen the documentations and all the videos but it got really confusing.