improve No intent

This commit is contained in:
GotPPay
2018-01-24 13:07:08 +01:00
parent adc1f1c099
commit f714fdf70a

View File

@@ -202,6 +202,7 @@ module.exports = {
if (this.attributes['LaunchRequestYesNo']){
this.attributes['LaunchRequestYesNo'] = false;
this.response.listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
this.emit(':responseReady');
}else{
this.response.speak(constants.voiceResponseStrings.DIDNT_ASK_ANYTHING).listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
this.emit(':responseReady');