Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View cooldevil007's full-sized avatar

Anand cooldevil007

  • Amazon
  • Bangalore
View GitHub Profile
@cooldevil007
cooldevil007 / index.js
Created February 10, 2021 11:54
Reminder operation from out of session
const Alexa = require('ask-sdk-core');
const messages = {
WELCOME: 'Welcome to the Reminders API Demo Skill! You can say "create a reminder" to create a reminder. What would you like to do?',
WHAT_DO_YOU_WANT: 'What would you like to do?',
NOTIFY_MISSING_PERMISSIONS: 'Please enable Reminder permissions in the Amazon Alexa app using the card I\'ve sent to your Alexa app.',
ERROR: 'Uh Oh. Looks like something went wrong.',
API_FAILURE: 'There was an error with the Reminders API.',
GOODBYE: 'Bye! Thanks for using the Reminders API Skill!',
UNHANDLED: 'This skill doesn\'t support that. Please ask something else.',