Collect slots in one message

Hello everyone,

I have the following conversation flow, but at each collect step, I have to enter each piece of information for the bot to collect it individually. Now, I want the bot to collect all the information in one step. What should I do?

Thank you in advance for your help.

I haven’t exactly tried collecting so many varied slots all at once, but if the user did say all the values in the same sentence then the LLM should theoretically be able to fill in all the slots. So your first message could be asking to say all these details? But I wouldn’t recommend this approach, as you would be leaving too much for interpretation by the LLM.

1 Like