I've downloaded some examples from github.com/alexa and I'm trying to insert custom intents without using the GUI - just change the file and push using ASK CLI. The content of models/en-US.json are almost identical to InteractionModel.json though - both specifying intents. Which one should I change or do I have to manually make them identical each time?
Example:
https://github.com/alexa/skill-sample-nodejs-quiz-game/blob/master/models/en-US.json
compared to
https://github.com/alexa/skill-sample-nodejs-quiz-game/blob/master/InteractionModel.json