python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Updating a Certified-but-not-yet-Published Alexa skill
My first Alexa skill is almost ready to go public, but I seem to have gotten myself a bit tangled... I'm sure I'm missing something obvious.
I asked Amazon to Certify But Not Publish this skill, to ch...
keshlam
Votes: 0
Answers: 1
How do I modify the value of an external scope variable inside a callback in nodejs
Good afternoon.
I got this Alexa skill class, inside this class I send and receive messages using mqtt. Unfortunately for this library, the mqtt message needs a callback. Here is my code:
export class...
linker85
Votes: 0
Answers: 1
Make Alexa Skill Slot accept any word user says
I was wandering if there is a way to make custom Alexa Skill slot accept any word user can say.
I need it to detect a name of a user device. User can name his device how he wants (person name, thing n...
MikyZatt
Votes: 0
Answers: 1
Can I declare an accesstoken outside the Intenthandler in AlexaSkill
I am trying to get data from strava api, I was unable to acquire the activities but am now looking into getting the stats using the endpoint. I've gotten the accesstoken from the intent handler but I ...
elamelanin
Votes: 0
Answers: 0