alexa-voice-service

Alexa skill kit vs Alexa Voice Service

瘦欲@ 提交于 2019-11-30 19:32: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 documentation on Amazon, but cannot understand it in a better way. Please guide about What's AVS? And how is it related to Alexa skills? The Alexa Skill Kit is for creating skills that specifically run on the Amazon Echo or any other device that contains Alexa. The Alexa Voice Service allows you to add Alexa's voice control to any product that has a microphone and speaker. To Read more about Alexa Voice Service check out this link: https:/

How to accept the Free form text as input to Amazon Skill Kit?

六眼飞鱼酱① 提交于 2019-11-30 17:34:31
I'm required to create a Amazon Skill Kit to open a ticket in our ticketing tool. By looking at the examples for Amazon Skill Kit, I couldn't find a way of accepting the free form text as input. Other option is by creating a custom slot with all probable set of inputs as custom slot inputs. But in my case, all i have to do is capture the full content of user input to log it somewhere in the ticket which is very unlikely to expect the probable utterances before hand. Correction to my comment... I, and others, may be misunderstanding the deprecation of the AMAZON.LITERAL. I found that custom

Alexa skill kit vs Alexa Voice Service

我是研究僧i 提交于 2019-11-30 04:21:34
问题 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 documentation on Amazon, but cannot understand it in a better way. Please guide about What's AVS? And how is it related to Alexa skills? 回答1: The Alexa Skill Kit is for creating skills that specifically run on the Amazon Echo or any other device that contains Alexa. The Alexa Voice Service allows you to add Alexa's voice control to any

How to accept the Free form text as input to Amazon Skill Kit?

元气小坏坏 提交于 2019-11-30 01:02:50
问题 I'm required to create a Amazon Skill Kit to open a ticket in our ticketing tool. By looking at the examples for Amazon Skill Kit, I couldn't find a way of accepting the free form text as input. Other option is by creating a custom slot with all probable set of inputs as custom slot inputs. But in my case, all i have to do is capture the full content of user input to log it somewhere in the ticket which is very unlikely to expect the probable utterances before hand. 回答1: Correction to my

Get unique device id for every amazon echo devices

人盡茶涼 提交于 2019-11-27 19:30:01
问题 I need to make a Custom Skill for the Alexa Skills Kit, which should be one echo device in every room. I need to get the device_id for every echo device. I heard this isn't possible, but maybe it changed, or if not is there any other way around. 回答1: You can do it now! context:System:device:deviceId As far as I can tell it only works on real devices. So if you are testing in the developer's Skills Manager you don't get the field, but when used with a real Alexa device, it works. 回答2: This is