Alexa skill kit vs Alexa Voice Service

后端 未结 6 2438
无人及你
无人及你 2021-02-14 21:10

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

6条回答
  •  执笔经年
    2021-02-14 21:49

    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!

提交回复
热议问题