Skip to content

Commit

Permalink
CancelIntentのセッション維持を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
motchie committed Feb 14, 2018
1 parent 83d91fc commit afd04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var handlers = {
this.emit(':ask', this.t('HELP'))
},
'AMAZON.CancelIntent': function() {
this.emit(':ask', this.t('CANCEL'));
this.emit(':tell', this.t('CANCEL'));
},
'Unhandled': function() {
this.emit(':ask', this.t('unhandled'))
Expand Down

0 comments on commit afd04df

Please sign in to comment.