improve No intent
This commit is contained in:
@@ -202,6 +202,7 @@ module.exports = {
|
|||||||
if (this.attributes['LaunchRequestYesNo']){
|
if (this.attributes['LaunchRequestYesNo']){
|
||||||
this.attributes['LaunchRequestYesNo'] = false;
|
this.attributes['LaunchRequestYesNo'] = false;
|
||||||
this.response.listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
|
this.response.listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
|
||||||
|
this.emit(':responseReady');
|
||||||
}else{
|
}else{
|
||||||
this.response.speak(constants.voiceResponseStrings.DIDNT_ASK_ANYTHING).listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
|
this.response.speak(constants.voiceResponseStrings.DIDNT_ASK_ANYTHING).listen(constants.voiceResponseStrings.GENERIC_CONTINUE);
|
||||||
this.emit(':responseReady');
|
this.emit(':responseReady');
|
||||||
|
|||||||
Reference in New Issue
Block a user