Skip to content

Instantly share code, notes, and snippets.

@frivas
Last active October 23, 2018 12:55
Show Gist options
  • Save frivas/f7980c0fbe02cf192e48e8bae309b163 to your computer and use it in GitHub Desktop.
Save frivas/f7980c0fbe02cf192e48e8bae309b163 to your computer and use it in GitHub Desktop.
ASK SDK Imports (Basic). Medium Article. Creating an Alexa Skill Using Python
# -*- coding: utf-8 -*-
from ask_sdk_core.skill_builder import SkillBuilder
from ask_sdk_core.dispatch_components import AbstractRequestHandler, AbstractExceptionHandler
from ask_sdk_core.utils import is_request_type, is_intent_name
from ask_sdk_core.handler_input import HandlerInput
import logging
import six
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment