anjishnu / ask-alexa-pykit

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 Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
MIT License
275 stars 58 forks source link

Dialogue Support #24

Open anjishnu opened 8 years ago

anjishnu commented 8 years ago

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

frankV commented 8 years ago

@anjishnu got any ideas for where to start or get inspiration?

anjishnu commented 8 years ago

I have some basic code in the mainline branch using th 'expects' API - I will try testing it out over a weekend soon.

On Tue, Jul 26, 2016 at 9:12 PM, Frank Valcarcel notifications@github.com wrote:

@anjishnu https://github.com/anjishnu got any ideas for where to start or get inspiration?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anjishnu/ask-alexa-pykit/issues/24#issuecomment-235479469, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7R8LSa5cAlnk3X7bUIB1TO55xZWhCxks5qZtqzgaJpZM4I2_dM .


Anjishnu Kumar Machine Learning Scientist, Amazon (Echo/Alexa)

anjishnu commented 8 years ago

Sadly I'm not getting time to work on this - pretty intense time-crunch at work - if anyone else wants to take a look at my last few pushes and understand them, I'd gladly accept PRs on this.