Using the Alexa Voice Service, you can develop a voice-powered UI to connected devices.
Questions tagged [alexa-voice-service]
371 questions
0
votes
0 answers
Alexa default service don't work after coming out of my custom alexa skill, it returns "Sorry I am having trouble, Please try after a little while"
I have my own skill "Control Room", Before invoking my skill I can ask general questions from alexa like jokes, weather but once I invoke my skill and then come out of it with AMAZON.stopIntent then after that the default voice service does not…

rahul pathak
- 9
- 1
0
votes
0 answers
Establishing HTTP2 connection with AVS (Python -- requests library)
I'm following amazon's guide in creating a python application that can access Alexa. I have obtained my access/refresh tokens, and am trying to open a HTTP2 connection with AVS.
Since I'm doing this in python, I've utilized the requests library to…

David Cai
- 31
- 4
0
votes
2 answers
PHP api for amazon echo
I have specific requirement like i have to create API in php that will fetch instruction from alexa skills for e.g i will speck to amazon echo device "Alexa, Can you please find company name of Mr.X" then echo will send some variable or text of my…

Test
- 11
- 1
0
votes
1 answer
Can we remove the authentication from Alexa Voice Service by Amazon?
I need to integrate Alexa Voice Service in my app. Currently Alexa ask for the Amazon login. Can we avoid these flow ?

Pratap Vhatkar
- 691
- 10
- 21
0
votes
2 answers
Enumerate Custom Slot Values from Speechlet
Is there any way to inspect or enumerate the Custom Slot Values that are set-up in your interaction model? For Instance, Say you have an intent schema with the following intent:
{
"intent": "MySuperCoolIntent",
"slots":
[
{
"name":…

Wil Conine
- 3
- 4
0
votes
2 answers
Getting error : Unable to Use Amazon Authorization Manager. APIKey is incorrect or does not exist
I am trying to use Amazon Alexa in my android App.
I have added api_key.txt in my asset folder but still getting above error.

Pratap Vhatkar
- 691
- 10
- 21
0
votes
0 answers
AWS Lambda/Alexa JSON TypeError: XXX is not JSON Serializable
I am attempting to implement the Built-In YesIntent and NoIntent...
HelpIntent works, and I've copied the Function I call for the HelpIntent and just customizing it i.e:
HelpIntent function (NOTE - this works) :
def…

SamYoungNY
- 6,444
- 6
- 26
- 43
0
votes
1 answer
Amazon Alexa: Is the code available for built in skills?
while writing custom skills for Alexa using Lambda functions, I was just wondering if there is code available for built in skill sets.
Does anyone have an idea about it?

Kuldeep Ghate
- 231
- 1
- 2
- 8
0
votes
1 answer
How to convert Alexa AVS responce output to 8Khz wav OR parse only wave from Alexa output that must detect as wav by Sox for converting
How to convert Alexa AVS responce output to 8Khz wav OR parse only wave from Alexa output that must detect as wav by Sox for converting
im getting error FAIL formats: can't open input file ****** : WAVE: RIFF header not found while converting alexa…
user2834392
0
votes
3 answers
Can Amazon Cognito be a substitute for the Login-With-Amazon SDK?
I have an ios app working with Cognito for authentication. As I delved further into what amazon had to offer, I had come across Amazon's Alexa Voice Service and the Alexa Skills Kit. Going through the documentation from Amazon, it was mentioned that…

Jobs
- 628
- 7
- 27
-1
votes
1 answer
Want to create alexa skill such that alexa will ask 4-5 questions to user and user will responds after every answer and that will be stored in db?
Alexa will ask 4-5 questions one after another user will respond after every answer and answer will be stored in db that all want in one intent of alexa skill and python code...
I tried one intent but after user respond sometimes new intent get…
-1
votes
1 answer
Alexa Development Console Python, Make Alexa Speak Without User Response
I am trying to make an Alexa program in python using the Alexa Development Console. I want Alexa to be able to speak without user response. Like, if the program gets a notification from a server, I want Alexa to immediately speak. However,…

CCoder
- 1
- 3
-1
votes
1 answer
How to set day and time reminder in Alexa using IBM Watson Assistant?
How to set reminder for day(Weekdays like Monday, Tuesday etc..) and time in Alexa using IBM Watson Assistant? I am able to set date and time in IBM Watson Assistant using system entities like @sys-date and @sys-time.The context variables like $day…

Vivek Chauhan
- 1
- 1
-1
votes
2 answers
Alexa skill development
i´m looking for a way to use Alexa as a notification and dictionary system for newly released papers and announcements from a site.
For that, i would use an Node.js instance on a Raspberry to crawl intervally new PDFs.
I´m quite new in the Alexa…

Simon D
- 29
- 1
- 6
-1
votes
1 answer
Alexa long response with pagination
I have one Alexa skill which calls the external web service. My web service returns me variable array or string(Sentences) currently I am concatenating the whole array in the string and prompt it as a response.
Now, I want to add functionality like…

user3256309
- 29
- 10