Debugger stops asking for user input when changing intent name


#1

I’m new to Jovo and was following the tutorial of HelloWorldIntent on Jovo. I tried to modify one of the intents by changing the intent name from “MyNameIsIntent” to “RequestIntent” in both app.js and en-US.json. However, as soon as I do this and run the debugger, the debugger no longer asks me for a user input. If anyone can help that would be great!


#2

Hi there. The debugger is only emulating voice assistant behavior by creating a JSON request based on the Jovo Language Model. So, when you’re changing the Jovo Language Model and do jovo run again, the buttons you can choose from should also change.

You can add new buttons based on the existing Jovo Language Model like this:

Could you elaborate what you mean with “the debugger no longer asks me for a user input”?


#3

I didn’t realize that I could add new buttons. This has solved my issue. Thank you Jan!