3,249 questions
1
vote
0
answers
46
views
Why my Alexa did not send ReportState directive after Discovery directive?
I want to enable alexa voice control for my smart home device. I was able to discover device. Now all devices are showing in alexa app. But all are showing as device is unresponsive.
This is my ...
0
votes
0
answers
117
views
Unable to use the Alexa REST API to update the "datastore" for an Alexa Widget
I have written a simple Alexa skill which works and I've now added a Widget, these both display as expected.
I am now trying to use the datastore but every time I try to update the store, I am getting ...
0
votes
0
answers
49
views
Alexa client_id , secret_cleint and refresh_token mismatch issue
I am trying to create an API for my application to build Alexa skills and perform all operations, such as creating intents, slots, etc. I have already built the API, but it requires credentials like ...
0
votes
0
answers
65
views
Inconsistent NLU for ToggleController friendlyNames
We’re building an Alexa Smart Home Skill for OmniBreeze tower fans (model DC2313R-G). Both devices are discovered with identical capabilities, including a ToggleController for oscillation using ...
0
votes
0
answers
57
views
Alexa skill on aws lambda: can't make POST request in python
I'm an Alexa Skill dev beginner. I've developed a simple skill that makes a POST request in python. I've checked the code on my laptop. When run as an Alexa skill on free tier of AWS Lambda, the skill ...
0
votes
2
answers
371
views
I'm developing my Alexa skills and have had some issues, has anyone else experienced this?
I'm developing skills for radio stations, and when I test them using the account they were created in, Alexa recognizes them normally. However, when I use a different account, unrelated to the ...
0
votes
1
answer
256
views
Skill does not work in any language other than English
I've started development on my Alexa skill in English, which works fine, and want to support more languages. Adding a new language (Dutch) looks trivial in the documentation and all the tutorials I've ...
0
votes
0
answers
128
views
Performing a Build on an Alexa Skill with "Alexa Conversations" enabled takes a very long time
I've switched to using the new Alexa Conversations model. If I have errors in my dialog(s) I get the error messages fairly quickly, but if everything is "clean"... It takes at least an hour,...
0
votes
0
answers
111
views
Modify Alexa skill's default client AWS ID to other AWS ID
I want to use my own AWS account (1XXXXXXXXXXX) with my Alexa skill instead of the default account (7XXXXXXXXXXX):
I created a skill in Alexa and I developed a Lambda function to host it in my AWS ...
0
votes
0
answers
100
views
How can I send an alexa notification via proactive events ask_sdk_core python?
I'm trying to send a notification from my skill to Alexa using proactive events through the ask_sdk_model python interface.
At the moment I'm trying to test with the Alexa developer console.
I've ...
0
votes
0
answers
66
views
Alexa Connect Kit Unable to Provision A New Product
I just purchased an Alexa Connect Kit and I was able to set it up in the Alexa app, upload the "SmartLight" example using the Arduino IDE and an Arduino Zero. Using my Echo Dot I am able to ...
0
votes
0
answers
94
views
How do you use Personal AWS S3 Resources with an Alexa-Hosted Skill, as well as Alexa-hosted S3 resources?
AWS-hosted Alexa skills offer 3 lambda functions, one S3 bucket and one DynamoDB database; but give you very little control over the databases and ultimately they are constrained in size.
I want to ...
0
votes
0
answers
62
views
Widget Button Not Working in the Echo hub 8
I'm developing a skill that launches through a widget button. It works perfectly on the Echo Show 15, but on the Echo Hub 8, the widget button isn't sending SendEvent.I'm unable to identify the issue ...
1
vote
0
answers
61
views
Change Report issue
Every time I send a ChangeReport event to Alexa, I get the below response from the server in the CloudWatch log.
The status code is 202, which means that the request was accepted, but the device ...
0
votes
0
answers
92
views
How to supply values to the properties of custom slot types defined with properties instead of values using GUI?
Hope you got it right...I have 15 years of coding experience but very new to Alexa Conversation skill development. Please explain.