I'm trying to retrieve a list of skills on my Alexa developer account using the Skill Management API (SMAPI). I have the following HTML/javascript: <BODY> <a href id="LoginWithAmazon"> <img border="0"...
I'm building an Alexa Skill, and it requires that I store the userId of a user. I've tried to retrieve it with event.session.user.userId. However, when I call console.log(event.session.user.userId) the output is literally amzn1.ask.account.[u...
I am getting an error in js.do that reads ReferenceError: Can't find variable:exports on line 22 Line 22 reads exports.handler = function (event, context) { When I test it in the service simulator on developer.amazon, it responds th...
I have set up a simple intent { "interactionModel": { "languageModel": { "invocationName": "viva bank", "intents": [ ...builtin intents...{ "name": "ask",...
How to set a background color for an Amazon Alexa APL skill? This is how my .json file looks like: https://raw.githubusercontent.com/alexa-labs/skill-sample-nodejs-sauce-boss/master/lambda/custom/documents/recipeIntent.json...
[Full tutorial in the answered question below. Feedback welcome!] I am trying to create an AWS Lambda function to use for an Amazon Alexa skill to fetch weather information from my Netatmo weatherstation. Basically, I need to connect to the Netatmo...
I'm developing a fact skill for Alexa using their SpaceGeek template. The template itself is very straight forward, but I'm trying to improve it by making sure the facts used will not come up again in the same session. So I delete the elemen...
I am currently trying to program an alexa skill. I am very stuck... trying to see if I can get Alexa to ask the user 'How they are feeling' and then use this to ask further questions. Not sure if I should make a variable or attribute... any h...
I am building an Amazon Alexa skill that gets data async from Google's Firebase. When I run the Lambda function locally and call it from my Alexa skill all intents work as expected. However when I zip up the files (not the folder) and move it...
I have an Alexa Skill which I want to have an initial response to an intent, then after a delay, states another response. I've attempted using multiple response.tell(...) call with a setTimeout() between them, but this only responds with the fir...
©2020 All rights reserved.