Some questions about Jovo!


#1

Hi. I’m new to Jovo, but I’m really enjoying it.

I have two doubts and wanted to help me:

  1. Is there any way to get back to the last intent? For example:
  • I have 5 intents. The first intent is AddressIntent. In the fourth intent, I have the option of going back to AddressIntent to be able to correct it. How would I go back to the intent that I stopped, and not go through all the intents again?
  1. How do I avoid that within an intent and a state, I can invoke a utterance from another intent?

#2

Hi, I answered in Slack, but here again for transparency:

  1. Do you mean you want to direct to an intent by using this.toIntent or that you want the user to invoke this intent? In both ways you could work with states

  2. You can use Unhandled for this: https://www.jovo.tech/docs/routing/intents#unhandled