ask-alexa-pykit icon indicating copy to clipboard operation
ask-alexa-pykit copied to clipboard

A minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lamb...

Results 13 ask-alexa-pykit issues
Sort by recently updated
recently updated
newest added

hey i wrote some code to verify application ids since its needed to pass Amazon submission. Let me know if you are fine with this code or if you need...

The create response method doesn't seem documented in terms of how to do things like elicitSlot/ElicityIntent etc. if the create response method should not be responsible for this, I can't...

whenever you checkout you have no write_sample.py in ask

## Overview For example, we want to implement another function when `YesIntent` is passed. Because `Yes` is used some situation like `Do you want to call to this hotel?` or...

When I attempt to deploy my very simple Alexa skill to Lambda and test it, I get the following error in the logs: module initialization error: 'VoiceHandler' object has no...

Hey, According to the Amazon guidelines for developing an Alexa skill, there should be some validation of Alexa requests within Lambda function codes. https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/handling-requests-sent-by-alexa The Request object seems like a...

The README.md is ok general documentation if you already have experience with the package. However, it would be great if there was a walk-through where you re-create alexa-skills-kit-color-expert example but...

Hello, I just recently found out about this kit, but i've been writing my own alexa integration for django - it seems like there are a few core features that...

It's relatively hard to structure dialogue in Alexa Skills Kit. This library can supply some primitives to make life easier.

ask-alexa-pykit doesn't do anything to support custom slots - can we do something to make working with custom slots easier?