fix code
This commit is contained in:
@@ -161,10 +161,6 @@ module.exports = {
|
|||||||
|
|
||||||
//Defaul Amazon handlers (some of them)
|
//Defaul Amazon handlers (some of them)
|
||||||
|
|
||||||
handlers.NewSession = function () {
|
|
||||||
console.log(this.event.request);
|
|
||||||
};
|
|
||||||
|
|
||||||
handlers['AMAZON.HelpIntent'] = function () {
|
handlers['AMAZON.HelpIntent'] = function () {
|
||||||
console.log ('Help intent');
|
console.log ('Help intent');
|
||||||
this.response
|
this.response
|
||||||
|
|||||||
Reference in New Issue
Block a user