Using the Alexa Voice Service, you can develop a voice-powered UI to connected devices.
Questions tagged [alexa-voice-service]
371 questions
0
votes
1 answer
Navigate from one Intent to another Intent in Alexa
I am using ralyxa to work with Alexa. I have an audio, and have something else to do when this audio finishes.
As usual, the alexa triggers PlaybackFinished Intent. But this intent does not include any standard properties such as outputSpeech, card,…

Nidhin S G
- 1,685
- 2
- 15
- 45
0
votes
1 answer
Alexa unable to play audio from Firebase
I have a set of audios in my firebase, which I'm trying to play via Alexa skill.
0
votes
2 answers
how to retrieve user first name in alexa
I am creating an alexa app and for that i have permission for the user's location and customer's firstname. My first question is if customer's first name is what is user's first name or it is something different. But if it is asking for the user's…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
Can Amazon Echo (Alexa) recognize custom brands?
I was asked to write a Skill in which users have to ask for a specific product.
Examples:
Alexa, what is the price of the Fujifilm Instax Mini 7S Camera?
Alexa, how many TOSTITOS® Tortilla Chips are left?
Question: Can I add custom brands /…

Emmet Brown
- 456
- 6
- 21
0
votes
1 answer
Alexa skill - how to read a resultset row by row
I get a list of rows from an API call inside my lambda. I want my alexa skill intent to read a row at a time and read the next only after confirmation.
How can I achieve that?
Thanks!
Anshuman

Anshuman
- 577
- 1
- 8
- 23
0
votes
1 answer
Integrate Alexa Voice Service in our existing product
I want to integrate Alexa Voice Service in our existing product. I want to send package notification to specific user using AVS.
I have googled for it and below is the reference:
AVS Documentation
Also I have found 'amazon alexa php' library in…

Prasad Patel
- 707
- 3
- 16
- 53
0
votes
0 answers
C# -- Login with Amazon oauth2 -- error when doing POST-request
I am trying to make a POST request to the amazon api to get a token for login with amazon. I am doing this with Xamarin.
What I want is the response from amazon with the token. I tried it according to this tutorial:
Code-Based Linking (CBL) for…

j0k3r87
- 43
- 6
0
votes
2 answers
Integrate Private Alexa Skill in my own app
I have been searching everywhere to find a right answer but couldn't find it. I have an Private Alexa Skill. What I want to do is to implement the Alexa Voice Service in an mobile App to access that Skill. So in that app, i click a button and…

j0k3r87
- 43
- 6
0
votes
1 answer
Alexa Skill: Works for the first question but not the second question
Alexa skill works for the first question but not the second question. It is a jumbled letters quiz using the following array
var arr = [{"Q":"dcha","A":"chad"},{"Q":"goto","A":"togo"},{"Q":"alim","A":"mali"}];
but the second question it gives an…

Neil
- 559
- 1
- 5
- 21
0
votes
2 answers
Simple Utterance after Launch request Amazon Alexa
I just got into Alexa and made the classic "Space fact" skill. However, I didn´t find any resources on how to add utterances after the launch request.
An example of what I want to do:
Me: Alexa open Space Facts
Alexa: Saturn is big
Me: next
I…

Max Seifert
- 15
- 2
0
votes
0 answers
Alexa is not understanding few words
I have developed a skill and everything is working smoothly except few words when asked to alexa. For example: If i am saying first, alexa is never getting first and log is saying that alexa heard frost, horst and many more word but first. Same goes…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
Issue with the requested skill's response on Alexa LaunchRequest
I'm trying to invoke a skill and am getting "There was a problem with the requested skill's response" message back from Alexa.
Here's the Alexa request:
{
"version": "1.0",
"session": {
"new": true,
"sessionId":…

Simeon Leyzerzon
- 18,658
- 9
- 54
- 82
0
votes
1 answer
Alexa: How to know where large responses are interrupted?
My skill has some intents which give out very large reponses (text). So there is a good chance the user might want to interrupt it and listen to the remaining part of the response later. I want to make the intent continue from where it left off (I…

aniztar
- 2,443
- 4
- 18
- 24
0
votes
1 answer
Alexa jumping to stopIntent instead Of AgreeIntent for Australia and Canada Language
I have developed My skill and assigned 5 languages to it. US,AU,UK,IN,CA. Everything is working good for the US,UK and India but when it comes to AU and CA, whenever i say yes or no, it fires the stop intent and close the app. Everything is same for…

Rahul Gupta
- 972
- 11
- 29
0
votes
1 answer
Alexa failed to response
Created a new aws-lambda function and tests are also executed fine. Then I created a new Alexa skill and configured everything and even added Display Interface under Interface section. But when I try to execute my commands in Alexa simulator
Its…

Prateek Naik
- 2,522
- 4
- 18
- 38