Questions tagged [alexa-voice-service]

Using the Alexa Voice Service, you can develop a voice-powered UI to connected devices.

371 questions
-1
votes
1 answer

Custom Alexa skills to control sensors

Is it possible to make custom Alexa skills to control commands like enabling/disabling sensors or getting sensor statuses? We are making an IoT smart home device that has sensors to measure proximity, light, temperature, moisture, motion.
-1
votes
1 answer

Alexa custom skill not giving answers to the default queries

I have created a custom skill for Alexa. I can able to get the response for custom skills also. But I'm getting one issue. I have created a simple skill with invocation FullName and intent FullNameIntent which has the utterance like What is my full…
-1
votes
1 answer

How to Automate uploading skill in Alexa

I want to automate the uploading of Alexa Skill. How can we automate uploading of the Alexa Skill. I have a website in which there are 2 fields (AppName,Lamba Function Url) and a button. When user clicks on a button than I want to create the skill…
-1
votes
1 answer

Getting Alexa Profile information

I am Authorizing an Alexa android application , using the below code . How can I get profile information from the below code ? private static final String[] APP_SCOPES= {"alexa:all"}; String PRODUCT_DSN =…
Rohith Krishnan
  • 648
  • 8
  • 29
-1
votes
1 answer

I want to validate the user request by alexa in java

I had a requirement to validate the user Request(i,e if user spoke i need an icecream. How can we know the user spoken icecream). Ex: i want to order a marghareeta pizza then how can we know the user Ordered marghareeta by through Amazon echo)
-1
votes
1 answer

Raspberrypi npm Package installation failure

I have the RPI Zero W, I'm trying to install npm in RPI using the following command sudo apt-get install npm But unfortunately it failed to fetch the package, i couldn't understand the Error log(I believe that the server is down, kindly correct me…
sur
  • 345
  • 1
  • 3
  • 13
-1
votes
2 answers

How to verify a user's pin when they open the skill (LaunchRequest)

I am having some problems with my Alexa skill. I would like the dialogue to go like this: User: 'Alexa, open party' Alexa: 'Hello, what is your four digit secret pin?' User: '1234' Alexa: 'Confirmed, what can I help you with?' But I am confused on…
-1
votes
3 answers

How to implement SMS and Email service in alexa?

I am trying to implement a SMS and email service in alexa and using PHP, Jquery to acheive the task. I am very new to the technology and after serching to lot of website, I am lost somewhere and unable to start. Please let me know any reference…
Rahul Gupta
  • 972
  • 11
  • 29
-2
votes
1 answer

why response to xmlhttprequest post command in Node JS is coming as undefined

I am trying to send request to URL using xmlhttprequest and running the js file using Node js. but the response to it is coming as undefined. when i post the the same data using CURL command, i am getting proper response. Why is it not working in…
-3
votes
1 answer

What does this specific piece of code in Alexa do?

I've seen the following code in Alexa: var Response = function (context, session) { this._context = context; this._session = session; }; I'm unsure what it is trying to so, specifically this part: _context. Thanks
-5
votes
1 answer

Can we make FAQ skill with over 8000 questions on dialogflow and amazon alexa?

I want to make a google action and an Alexa skill; basically a frequently asked question skill. I have over 8000 questions. What's the best and most efficient way to make this in Dialogflow and Alexa console? What's the limit of intents in…
1 2 3
24
25