Skip to content

Commit

Permalink
update launch prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dace committed Apr 7, 2017
1 parent 177f96e commit 0fa2852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const app = new alexa.app('passport');
// Launch welcome

app.launch((request, response) => {
response.say('Welcome to Passport, an unofficial skill, where you can get ask about info on current travel warnings and alerts issued by the U.S. State Department. You can ask things like: "Is it safe in Syria?" or "What is the status of Sudan?". You can even get information explaining the different types of advisories, by asking things like, "What is the difference between a warning and an alert?". Go ahead, ask away.');
response.say('Welcome to Passport, an unofficial skill, where you can hear the latest travel warnings and alerts as issued by the U.S. State Department. You can request specific country information by asking things like: "Is it safe in Syria?" or "What is the status of Sudan?". You can even get information explaining the different types of advisories by asking, "What is the difference between a warning and an alert?". Go ahead, ask away.');
});

// // Get definition for travel warning
Expand Down

0 comments on commit 0fa2852

Please sign in to comment.