-
https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs
The alexa-app project has gotten us far, but time to use the official project now.
-
I'm trying to use the AlexaSkillsKit.net package [AlexaSkillsKit](https://github.com/AreYouFreeBusy/AlexaSkillsKit.NET)
With the latest tooling vs2017 preview, azure functions sdk
Adding a funct…
-
Most skills for Alexa will require a linked account to be personal and secure for a given user and their data. You have a detailed wiki on account linking and seem to support it fairly well for the p…
bjm88 updated
7 years ago
-
Hi,
Do you know when the 1.4 code will be released in Maven Central and corresponding sample apps will be updated to show usage of new Template etc..?
We are starting to optimize our skill which …
-
Hello Alexa Evangelist, I looked at your codes and it seems it is missing semi colons on several places making the vanilla/skeleton not work.
Here is the updated version I created with added semi c…
Veiam updated
7 years ago
-
I'm trying to continue the session in case SessionEndedRequest is called with a reason of `EXCEEDED_MAX_PROMPTS` like so
```
'SessionEndedRequest': function () {
let request = this.event.…
-
The skill end-point is not validating the signatures for incoming requests and is accepting requests with an empty signature URL. Please make sure that your signature validation is correct. To reject …
-
Hi According to doc, List Images suppose to be selectable.
I don't see this being implemented,
quote from doc:
```A list template displays a scrollable list of items, each with associated text a…
-
Hello, thanks for the updated version. I can get a kodi skill I added working but when I add this one and go to test it, I get the error in Service Response
The remote endpoint could not be called, o…
-
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/smart-home-skill-api-reference#settargettemperatureconfirmation indicates that the `temperatureMode` and `previousState` membe…
dwmw2 updated
7 years ago