Questions tagged [alexa-voice-service]

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

371 questions
0
votes
3 answers

How to integrate amazon echo to a home automation system.?

I've built a home automation system that is currently being used by many customers. The home automation system consists of a central hub which always connected to a cloud server and also it controls various node devices.I've also developed a mobile…
0
votes
1 answer

Pass extra custom device state to Alexa custom skill

I have multiple devices streaming audio to my server. My server is sending the audio to my custom skill How do I pass extra state about the room the device is in to the adapter e.g "room name"? my multipart request includes: { 'context': [ …
Rich Tier
  • 9,021
  • 10
  • 48
  • 71
0
votes
1 answer

How to get an Alexa Skill to stream an mp3 to device

Friends, I'm working on an Alexa skill that attempts to stream an mp3 file from a publicly accessible S3 bucket. My lambda function is working correctly, and returns an audio directive. I'm using the npm package alexa-sdk. However when the response…
0
votes
1 answer

Develop alarm skill with Alexa Device except voice input

I am new to Amazon Alexa having one query about AVS & Alexa device, How to enable Alexa to be enable to speak without voice input? Is this possible to give input by any other way except voice and take output from Alexa device in voice format?
0
votes
1 answer

Amazon Alexa custom skill issue in ios app

I'm trying to implement custom skills using Amazon Alexa Skill Kit (ASK). I have configured Amazon Alexa Voice Service (AVS) and ASK project, Then created lambda function also. I have 2 custom intents. { "intents": [ { "intent":…
0
votes
2 answers

Can we control Philips Hue lights with RaspberryPi based Alexa

I have seen multiple links about controlling philips hue lights uisng Amazon Echo. I wanted to know if we can do the same with self built alexa made using RaspberryPi instead of real amazon echo ? Is there any difference between both…
0
votes
3 answers

Amazon Alexa hierarchical dialog

I'm playing with the Amazon Alexa SDK and I'm programming my first skill. My goal is to programm a dialog like this: Where do you live? How long have you been living there? The problem is that I can answer the question number one with keywords…
Peter234
  • 1,052
  • 7
  • 24
0
votes
3 answers

how to know which echo dot is calling my alexa service

We are trying to build a alexa skill for our office building so that an echo dot is deployed at the entrance of each floor and help people identify the directions of washrooms and conference rooms and many other. We were sucessful in implementing…
0
votes
1 answer

Amazon echo show not responding to new smart home skill

I have created a smart home skill for testing my amazon echo show integration with my smart camera. I have created a lambda function. When I test it on the AWS Lambda console it works fine. Below is the request body that I am using to test { …
0
votes
1 answer

Searching through a Twitter feed for an Alexa Skill

I'm working on a fairly basic Alexa skill that, in essence, searches through a specific Twitter feed looking for a hashtag, parses that tweet, and reads it back. What's the simplest way to pull data from a Twitter feed? I've been having issues…
0
votes
1 answer

How can I place an icon in alexa card?

I am developing Alexa app and everything working great now. but for a change i want to change few text with icons. For ex: Address heading should be change with a location icon and so on. $message.='Event Name: '.$ename.'\nLocation: …
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

how to create custome alexa skill in c# and get response on my laptop

I want to create custom Alexa skill in C# and try to get response on my laptop for running any application. So user can ran any application by sending commands using Alexa dot.
0
votes
1 answer

Unable to start client while Alexa setup on Raspberry Pi

I am trying to setup Alexa on my Raspberry Pi by following instruction given here But I am getting Java Exception while starting Client (mvn exec:exec) Below is the terminal Output when I executed mvn exec:exec, I have tried all the related threads…
0
votes
1 answer

How does wakeword work in alexa voice service javaclient sample?

I found that there are some wording "wakewordAgentEnabled" found in alexa voice service javaclient sample but when I run the program and android companion app, it shows a "Listen" button, it works properly, but how to call the wakeword "Hey Alexa"…
0
votes
1 answer

Unable to find signing.gradle, please replace Android buildTypes > signing configs with your own configuration

I am trying to build Alexa Android app which i got from github ...But its showing eroor "Unable to find signing.gradle, please replace Android buildTypes > signing configs with your own configuration." this is the github…