Browsing archived posts:
Alexa Fact Skill Content

  const SKILL_NAME = ‘SKILL_NAME ‘; const GET_FACT_MESSAGE = ‘Here\’s your information: ‘; const HELP_MESSAGE = ‘You can say tell me a fact, or, tell me about something… What can I help you with?’; const HELP_REPROMPT = ‘What can I help you with?’; const STOP_MESSAGE = ‘Goodbye!’; const data = [ ‘Fact Number One.’, ‘Fact […]