-
Amazon Echo is going on sale on the 26th of october.
I'm already on translation the utterances files and will open a PR once I have the Echo and got it testing.
But I bet theres a whole lot to do abo…
-
I created a simple Hello world Alexa Skill as an AWS Lambda using Java based onhttps://github.com/amzn/alexa-skills-kit-java/tree/master/samples/src/main/java/helloworld.
But when I tried to test my …
ghost updated
7 years ago
-
shouldEndSession is always seen by Alexa as True. The json response body has "shouldEndSession" incorrectly at the first level, but it should be an element of the "response" element, and at the same l…
-
Would be great for this to natively support promises. After looking through the code it wouldn't take much work to add support for it. In the meantime, if you would like to use this library as a promi…
geuis updated
7 years ago
-
I saw in the docs for hosting custom skills, requests need to be verified if they come from alexa. Does this library do that? I can't seem to find any code that alludes to any mechanisms, but I could …
-
i have enabled ports on my router and can access my kodi server from a ddns address
I have set up the .env file with my kodi server address, port number, user name and password, and have set the AWS…
-
I am using your example to learn to build Alexa skill. There are not many Python examples. I got your example up and running with little difficulty. I do have a couple of questions.
Speech runs …
-
Hello,
I have a pretty minor plugin I wrote for my personal project using Alexa, but maybe it's simple enough to start filling out this repo a little.
https://github.com/rajington/serverless-alexa-p…
-
So I noticed today the new "Audio Player" option under skill information on developer.amazon.com.
Here's the link to the amazon information about it.
https://developer.amazon.com/public/solutions/ale…
-
```js
app.intent('StartIntent', {
"slots": {
"number" : "NUMBER"
},
"utterances": [
"start {1-100|number}"
]
},
```
This generat…