Managing the collection multiple slots from an utterance


#1

Hello guys,

I have a somewhat trivial question.

I’m trying to develop an intent that collects 3 slots that are compulsory.

How can I ensure these three slots are collected from the user within my intent? I do not want to use the Dialog properties of Amazon or Google. I want to do this in jovo JS code.

Is this possible? If so? How can I achieve this please?

Looking forward to positive responses soonest!

Regards,
Millaine


#2

You can use states for this and save each slot in session variables.

You can learn more about states here:

https://www.jovo.tech/courses/project-2-adventure-game/step-5-introduction-to-states