Alexa skill kit vs Alexa Voice Service

后端 未结 6 2441
无人及你
无人及你 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条回答
  •  -上瘾入骨i
    2021-02-14 21:49

    Alexa Voice Service

    There are many ways to interact with Alexa -- with the Tap, Echo, Echo Dot, Echo Look, Echo Show, Dash Wand and the Amazon Fire TV. However, Amazon extended Alexa to third-party device makers through the Alexa Voice Service (AVS).

    The AVS Device SDK provides C++-based libraries that enable any commercial device to process audio inputs and triggers, establish persistent connections with AVS, and handle all Alexa interactions.

    Alexa Skills

    The Skill Kit allows you to customize your Alexa conversation by building your custom skill. Skills are like third-party applications for Alexa speakers. There are more than 20,000 custom skills. For example you may say: "Alexa, open Jeopardy". You need to enable it to be able to use it.

提交回复
热议问题