Silvenga / Slight.Alexa

A set of managed C# models and helpers to integrate Amazon's Alexa skill services into your .Net stack.
MIT License
14 stars 11 forks source link

how to configure and run this library? #1

Closed immayankmodi closed 8 years ago

immayankmodi commented 8 years ago

I'm new to Alexa Voice Service. I'm not sure how to get started with this code. Can you add some more information on this?

I tried a lot to find out steps but not able to find. I'm working on this thing since week but still no luck.

Please help me!

Thanks

Silvenga commented 8 years ago

This library contains the models for Alexa and generally corresponds directly with what's here (at least when I wrote it): https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interface-reference

The API can be implemented with a basic Web Api 2 setup, but this is outside of this project's scope.

You can take a look at this project as a reference (I make no warranties - it was never supposed to be public):

https://gitlab.silvenga.com/personal/EchoLink

Silvenga commented 8 years ago

Closing for now.