From 6e3c6d37b04e70949843048f09384fda37c5946e Mon Sep 17 00:00:00 2001 From: Nathan Ho Date: Tue, 23 Jul 2019 23:40:09 -0400 Subject: [PATCH 1/3] Suggested modificatioins for fun to welcome intent and beam me up intent --- Step-0-Initialize-your-Ship-Commander/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Step-0-Initialize-your-Ship-Commander/index.js b/Step-0-Initialize-your-Ship-Commander/index.js index 2919525..e489d81 100644 --- a/Step-0-Initialize-your-Ship-Commander/index.js +++ b/Step-0-Initialize-your-Ship-Commander/index.js @@ -22,9 +22,10 @@ const LaunchRequestHandler = { && handlerInput.requestEnvelope.request.intent.name === 'ReturnHomeIntent'); }, handle(handlerInput) { - const speechText = "Welcome to the Ship Commander skill. You are the captain of our space exploration. " - + "To get started you can say things like, analyze the ship status or read the captains log. " - + "Time to embark on an adventure into the unknown!"; + const speechText = "Welcome Captain. You are now in command of the Starship YummyFries, in it's " + + "continuing mission to seek out new sources of french fries and new ways to cook them. " + + "To get started, you can say things like, analyze the ship status or read the captains log. " + + "Time to embark on another adventure into the unknown!"; return handlerInput.responseBuilder .speak(speechText) @@ -74,7 +75,7 @@ const BeamMeUpIntentHandler = { && handlerInput.requestEnvelope.request.intent.name === 'BeamMeUpIntent'; }, handle(handlerInput) { - const speechText = "Prepare to beam. Engage."; + const speechText = "Initializing transport process. Transporting...