This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# This sample demonstrates handling intents from an Alexa skill using the Alexa Skills Kit SDK for Python. | |
# Please visit https://alexa.design/cookbook for additional examples on implementing slots, dialog management, | |
# session persistence, api calls, and more. | |
# This sample is built using the handler classes approach in skill builder. | |
import logging | |
import ask_sdk_core.utils as ask_utils | |
from ask_sdk_core.skill_builder import SkillBuilder |