I\'m working on an Alexa skill (for Echo), and i\'ve looked into Alexa skill kit from the very start.
Now, i\'m confused about Alexa Voice Service. i\'ve read documenta
Alexa Skills Kit is for "making Alexa smarter" through developing custom skills.
Here's the SDK in Node.js that Amazon released on GitHub.
The prerequisite for these skills is that the user is already using an Alexa-enabled device, like the Echo or Echo Dot.
Alexa Voice Service SDK allows for device users to enable Alexa on any device with a microphone and speaker.
Here's the SDK in C++ that Amazon released on GitHub.
This means Alexa can end up in anything from a car to a smart fridge, if this SDK is used, which is super exciting!