Hi I have been using and developing skills on Alexa since quite few months. Recently I updated to the ask sdk version 2. I find everything cool and stuck nowhere.
I couldn't find a way to emit an intent now. Like earlier we were able to call Intent from another Intent in following manner:
this.emitWithState(<intent name here>);
Anybody know how to achieve this in ask sdk V2?
Any help would be highly appreciated.