-
The CurrentPlayItemTimeRemaining intent will return the time at which the currently playing item will end relative to local time on the server. This works out if the server is located in the same tim…
-
Your 'to-ssml.js' function is cleansing the response text of and other tags, which prevents me from adding an tag in between speech. Is there another way to add audio, for example , to the response …
mdeyo updated
8 years ago
-
The documentation on amazon developer site only mentions "." "," "?" as characters that influence the speech. Does exclamation mark actually change alexa's voice? I can't hear a difference.
-
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/alexa-skill-nodejs-quick-start
Is it Node.js 4.3 ?
What is the "handler" name ?
-
Hi Craig,
Great write up and skill! I was taking a look at your intent schema and had some feedback.
Below in quotes are the amazon guidelines on using the AMAZON.LITERAL slot type. From the docs h…
-
Having a few issues with episode playing on a number of shows:
1. Saying "Alexa, ask Kodi to **play the next episode** of Making a Murderer (or Strike Back)" does nothing. However, saying "Alexa, ask …
-
Add instructions to README documenting deployment to Heroku and Lambda
Notes:
**Heroku**
- add script "npm start" to package.json
- create heroku account, install toolbelt, login
- `heroku create [a…
Glogo updated
8 years ago
-
Could not resolve type id 'PlaybackController.PlayCommandIssued' into a subtype of [simple type, class com.amazon.speech.speechlet.SpeechletRequest]: known type ids = [AudioPlayer.PlaybackFailed, Audi…
-
Have uploaded src.zip which contains index.js, AlexaSkill.js and options.js. Followed the Basic Excution Role creation. However, when I attempt to Add a source, my only choices are AWS IoT, Cloudwatch…
-
The skill should verify before continuing on:
- Application ID
- Incoming request is from Amazon
- Certificate URL comes from Amazon
- Timestamp of certificate is valid
- Certificate signature can be …