953 results found
-
Autosave please!
Please auto save! I've lost many edits on the older-version of this tool due to the lack of autosave. :)
13 votesThank you for submitting an Alexa feature request. Your request has been received.
-
Provide barge-in flag on request
As a developer, I would like a field on an incoming intent request payload that tells me whether that request was the result of a barge-in or not.
Rationale:
Today, there is no way to know whether an incoming intent in a live session was the result of the user completely listening to the previous response, or the result of the user doing a barge-in by invoking their wake word. There are several use cases where this information would be useful, but the two most important are:- If you were giving instructions to your user at the end of your…
12 votes -
Add an AMAZON.SmartHomeEvent.Updated notification
As more smart home skills are added that work with cycle based processes and devices such as recipe steps, ovens, washer, dryers,etc it would be very helpful to be able to proactively send Alexa notifications such as "Your upper oven preheat is complete" or "Your oven cook timer is complete" or "Your washer is done" or "Your dryer cycle is complete" or " It's time to baste the roast"
We have gotten solid feedback from our consumers saying that if they can start a cycle with Alexa, why can't Alexa tell them when the cycle is complete. These types of…
12 votes -
Support authorization when getting audio files to be played using the AudioPlayer
Currently audio files must be hosted on an Internet-accessible HTTPS endpoint on port 443 and authorization isn't supported, so a developer can't use an endpoint that requires authorization.
This limits the choices of media and forces customers to make audio files publicly accessible, while a customer should have the option to make his audio files available only through the Alexa skill/Mobile app he owns.12 votes -
Make calling and messaging API available
Allow combination of addRenderTemplateDirective and Other DialogDirectives. RIght now you cannot combine a addRenderTemplateDirective snf any other dialog directives but it would be great if you could.
12 votes -
Allow creating triggers based on thermostat current temperature
That, and combining triggers would make automating the home a breeze:
If (temp > 75) and (weather_temp < 73): turn on window fan.11 votes -
Enable work with Echo Spot in-built camera on custom skill development
I would like suggest the possibility of incorporating a Camera Skill Kit in order to allow developers to manage the Echo Spot/Show in-built camera on custom skills.
I am thinking about all kind of skills that developers could design, like facial scanners, fall detector, etc..
11 votes -
AudioPlayer crossfade between 2 audio files / streams.
It would be useful to be able to crossfade between 2 audio tracks or streams.
If Track A was playing, then the track finished (or user says, 'Alexa, next') and Track B was enqueued, an option should be available in the response to fade between the 2 tracks.
If Stream A is playing, and a user says 'Alexa, next' (or any other audio control), an option should be in the response to fade between Stream A and B.
This would enable greater quality soundscapes and immersion. It would be an excellent benefit to innovative experiences in voice formats.
11 votes -
Alexa Smart Home: actual support for devices which are traditionally controlled by up/down or open/close switches
If you want to add the ability to, for example, control blinds in your smart home skill, the only option you have is the Alexa.PercentageController Interface.
This leaves you with the option to control your blinds by saying something like: "Alexa, set blinds to sixty". This feels very unnatural in our opinion. Wouldn't it be much more convenient to control such devices by saying: "Alexa, open/close blinds"? An optional "Alexa, stop" utterance could then interrupt the process.11 votes -
Support display directives in progressive responses
Currently, progressive responses only support voice/audio directives. Our skill can often take 5 - 8 seconds to complete its API calls to load up data required by a user's particular request. We would like to send down a display directive in a progressive response, allowing us to show a "splash screen" on Echo Show/Spot/Fire Cube (?) while the user waits for her request to be fulfilled.
11 votes -
Allow a "General" schema in Proactive Events API.
The new Proctive Events api has a limited number of specific schemas which greatly limits how customized the notification message can be.
Can we get a "general" type of schema that allows a more flexible message? This would make notifications much more useful.
10 votes -
Show Frequency in Intent History
The Intent History page in the developer console is a great tool for anyone trying to refine their voice model. The one thing it lacks, when viewing misfiring intents, however, is any indication of the scale of the problem. The output is just a giant list of utterance-to-intent mappings, without any context of how often those failed mappings are happening.
In the case of my skill CompliBot, for example, a recent look at the Intent History output gave me 13000+ unique entries, many of which were hitting the fallback intent when they needed to be hitting actual intents. Searching through…
10 votes -
Web fonts for displays
The release of APL is great, but we are stuck to using the Amazon Ember font, which is now the only thing that makes multimodal designs seen too Amazon-ish for some requirements.
It would be great it we could define custom typeface in the APL JSON and be able to use this font in containers and text fields in APL.
Cheers!
10 votes -
Deleting of feeds for flash briefings
Allow full disable/deletion of old/defunct feeds for flash briefings.
10 votes -
Regular expression for custom slot types
For custom slot types, regular expression should also be allowed. This can help with lot of complications when it comes to custom slot types
10 votes -
Allow Let's Encrypt certificates for hosting of skill icons (SMAPI)
When uploading a skill manifest via SMAPI that has imageUris pointing to a host that uses Let's Encrypt certificates, SMAPI silently fails.
I think, this is a bug, because it still returns a new skill id, but the skill won't show up in the Developer Console.
Adding imageUris hosted on an endpoint that uses other trusted certs works, it's just Let's Encrypt certs which are not accepted.
10 votes -
Provide a flag for new users
There is already a flag for a new conversation, but I'm interested in a flag for a new user. I would prefer to keep my Alexa code stateless so that I don't need to store the user ids, just to check if this is a new user or not. Regarding the Datenschutz-Grundverordnung (EU-DSGVO) I want data minimization, so non stored information cannot make trouble. While certification I got the feedback that I have to explain the core functionality. For a returning customer I really want to avoid to tell the already known features. You may can reset the flag after…
10 votes -
Skill speaks device setting wake word
I want skill to be able to speak wake word, from device settings word.
Use case is skill help message.
Implement with SSML.
exsample...
New ssml tag is 'amazon:wakeword'
<speak>To stop skill, please say <amazon:wakeword name='device'/> Stop.</speak>10 votes -
Take a picture with Alexa Echo Show
Hi!
I would like to know if there's any possibility to take a picture with the Alexa Echo Show with my skill. Basically I want to make a facial validation and show some content depending on the user :)
I'm currently using NodeJS for this purpose.
10 votes -
Add some kind of "anti-trigger" to ignore the wake word in audio.
Allow the adding of some kind of "anti-trigger" that will stop Alexa waking itself when the invocation word is mentioned in a podcast, or SSML audio. And/or, allow a flag that will reduce sensitivity to the wake-word during a particular piece of audio, using the mic array to detect whether the wake word was generated internally or externally.
I know that there is an unofficial theory that self-invocation can be lessened by boosting / cutting certain frequencies around the actual wake-word, but this isn't always practical where third-party audio is involved.
10 votes
- Don't see your idea?