alexa-skills-kit Questions
2
Solved
I want to receive a dollar amount in my utterance. So, for example, if I ask Alexa:
Send $100.51 to Kroger.
(pronounced, One hundred dollars and fifty one cents) I want to receive the value 1...
Cloraclorinda asked 16/2, 2017 at 3:37
3
I want to create a skill for Amazon Alexa that - when triggered by voice commands - gets some information from an API via a HTTPS request and uses the result as spoken answer to the Alexa user.
Th...
Autoradiograph asked 23/2, 2017 at 19:34
2
Solved
I am building a custom Alexa skill and want to make REST API calls. Currently, I am able to make GET request to fetch data from my web service which is then used by Alexa. However, I have the follo...
Loidaloin asked 7/6, 2018 at 19:11
2
Solved
I am developing a Alexa skill ,it basically plays a set of audio files stored on S3 based on different invocations.
I have included all the intents required for the audio.Testing on theAlexa skill...
Boaster asked 10/4, 2018 at 23:56
1
i am running a nginx on my Debian 8.5 64bit which is used as reverse proxy for my node applications. Each request walks through my reverse proxy before getting routed to the special apps. Therefor ...
Tourney asked 10/3, 2018 at 14:10
3
I'm required to create a Amazon Skill Kit to open a ticket in our ticketing tool.
By looking at the examples for Amazon Skill Kit, I couldn't find a way of accepting the free form text as input. Ot...
Shropshire asked 26/3, 2016 at 18:35
3
Solved
Does the java.time library provide a consolidated way to parse the entire ISO-8601 Duration Specification?
The Alexa Slot Type reference for duration lists some example strings to expect when usin...
Dolphin asked 16/9, 2017 at 21:12
6
Solved
I am trying to use the sample code provided for Amazon Alexa API, and trying to run hello world / history buff examples through the computer. How do I test from my local machine, about the request ...
Groff asked 4/5, 2016 at 5:32
1
Solved
I've been asked to develop an action for either Google Mini or Amazon Alexa that allows the device to record the audio from a meeting (no time limit) and send that script to the meeting-participant...
Legere asked 13/2, 2018 at 23:41
1
I've been trying to get the Skill Management API working and this morning I've hit a new roadblock without haven't changed anything. I was getting a "User has not consented to this operation error ...
Nola asked 25/9, 2017 at 10:40
0
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"&g...
Maiden asked 24/9, 2017 at 15:12
3
Solved
Is there a way to use the CLI to configure an Alexa skill?
I understand how to set up and manage the corresponding Lambda code using the CLI, but I see no way to do the same for the Alexa skill (e...
Gobble asked 2/3, 2017 at 15:11
3
I've created a simple Lambda function to call a webpage, this works fine when I test it from the functions page however when trying to create a skill to call this function I end up with a "The remo...
Solarize asked 27/11, 2016 at 23:10
3
I am developing a simple, custom skill for Alexa. I have it up and running, and hosting the handler on AWS Lambda. It's working fine except...
In the test UI, if I enter a valid utterance, e.g., h...
Fatherland asked 14/11, 2016 at 20:58
4
I'm trying to create a Amazon Alexa Skills Kit to do some kind of automation which would be required to take speech input comprised of strings and numbers (a-test12fish).
When I've used custom slo...
Capri asked 17/3, 2016 at 13:3
4
Solved
I tried to create a HelloWorld Skill based on https://github.com/amzn/alexa-skills-kit-java but when I tested the lambda function it showed this error
{
"errorMessage":"com.amazon.speech.speechle...
Clingfish asked 10/6, 2016 at 7:38
3
In the past, I have setup two separate AWS lambdas written in Java. One for use with Alexa and one for use with Api.ai. They simply return "Hello world" to each assitant api. So although they are s...
Steinberg asked 29/7, 2017 at 5:0
1
Solved
have been going different routes for 2 days now and can't figure it out. Perhaps someone can shed some light on my problems. I am trying to run a botserver that connects to multiple plaforms and al...
Discursive asked 3/4, 2017 at 19:31
1
Solved
I am currently trying to use nghttp2 to build a multipart message. The message should be strcuture as the following.
I should use the nghttp2_submit_request(here) function, with nva as my HTTP/...
Spireme asked 17/7, 2017 at 21:53
2
Solved
I work on a service that will handle Alexa voice intents. I need to verify the signature of each request and I almost succeed. The only part that is not working is the validation of certificates ch...
Apical asked 23/5, 2017 at 12:1
1
Solved
Is it possible to use amazon Polly in an Alexa Skill to deliver for instance an 2 language response in an translation or otherwise multilingual context?
And if yes, who has experiences with using t...
Mincemeat asked 9/5, 2017 at 7:16
3
Solved
I'm trying to get the new streaming audio API going. Is the following response valid? I'm getting a "there was a problem with the skill" error when I test it on my device.
Here is the code for my...
Gabrila asked 26/8, 2016 at 2:49
4
Solved
How can I create a generic slot for an Alexa skill? So that I can create my own Todo app and it will recognise the free form text.
Apeman asked 2/10, 2016 at 17:6
2
Solved
I'm working on a Claudia.js bot that can be reached through Slack, FB messenger, and as an Alexa skill. Supposedly in claudia, you can return plain text and the framework will give it back to the "...
Biotite asked 18/4, 2017 at 15:28
2
Solved
I need to make a Custom Skill for the Alexa Skills Kit, which should be one echo device in every room. I need to get the device_id for every echo device.
I heard this isn't possible, but maybe it ...
Affection asked 13/7, 2016 at 11:53
© 2022 - 2024 — McMap. All rights reserved.