Hi,
I need advices on how to build my Interaction model for the Alexa skill I am building. I am quite new in the domain.
I have more than 50 questions divided into 3 groups that I want Alexa answers.
- Going abroad
- Returning from abroad
- Abroad
The questions may have zero, one, or two slots. (for instance, Type of the question, Country name)
The difficulty for me is to write the Dialog Interaction.
What is the best approach for building a Dialogue Interaction in that case?
Thanks