From 44dbb166e85f0bfbd2417677b14e2678d5662813 Mon Sep 17 00:00:00 2001 From: kiranrajput97 <32011873+kiranrajput97@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:31:45 +0530 Subject: [PATCH] Update index.js changed utterance --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 696a624..e6a24f5 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,6 @@ const Alexa = require('ask-sdk-core'); const GREET_LST = [' tell me the name of person who is going to cut the cake', ' tell me the name whose birthday we are celebrating', - 'tell me the name who is going to get the birthday bumps', 'Name the person who is going to be beaten up' ]; const WISH_LST = [' wish you a very happy many returns of the day', @@ -129,4 +128,4 @@ exports.handler = Alexa.SkillBuilders.custom() .addErrorHandlers( ErrorHandler, ) - .lambda(); \ No newline at end of file + .lambda();