990 results found
-
Allow Skills to know user's response to Shopping Add to Cart request in the SessionResumedRequest handler
The Shopping Actions API has been recently launched. But it is half-baked. When the control is on Alexa side and she asks the user if they wanted to add an item to cart and the user responds Yes or No, in the SessionResumedRequest handler, the skill wouldn't know the user response. It will only know that the request was "successful" but it doesn't mean that the item was added to cart. I have this issue in the skill certification and according to the support team that due to privacy and security reasons, third-party skills have no access whether the item…
1 vote -
Routines should be able to include more than one skill and spoken command for “from the device you speak to”
Routines should be able to include more than one skill and spoken command for “from the device you speak to”…
For example, I have four bedrooms with echos and smart lights. I would like to be able to speak the same one phrase (“bedtime”) in any of those rooms and have a routine turn off the lights in that room (custom - lights off) and open sleep sounds brown noise (skill) on the echo in that room. Presently, routines are limited to only one “custom” OR one “skill” action “from the device you speak to” making it necessary for different…
6 votes -
view manifest in console
It would be helpful to be able to view (if not edit) the skill.json manifest in the developer console.
4 votes -
Allow certification failure clarification
When a skill fails certification it would be great to be able to ask for clarification. Currently if you don't understand or disagree with certification you have two options:
1- resubmit and hope to get different certification person
2- create a ContactMe case (which can take a week or more)2 votes -
Integrate ask deploy with CodeSigner
CodeSigning jobs take an S3 Lambda source and copy it to a second, signed, S3 bucket. "ask deploy" goes straight from local hard disk to deployed lambda. It would be great for "ask deploy" to run a CodeSigning job ... currently I don't see a way to do this.
1 vote -
Speed up filter for apla
It would be great if we could add a filter to change the speed of apla components including at a sequencer/parallel level so it applies to all children.
E.g
speed:1 would play at 100% speed (or default)
You could do speed:2 to play at twice the speed or speed:0.5 to slow down the speech.
This would allow a single asset to play in slow motion or speed up for example
2 votes -
Ability for the skill to set up alarms that can be updated daily (with custom sound)
I want to be able to develop a skill that will do the call of a prayer for Muslim users 5 times a day. I get asked by my users all the time about this and I have to explain that Alexa does not allow it.
The idea is simple,
1. the skill should be able to set up 5 alarms every day with custom sound. The custom sound will be the call of the prayer.
2. The skill has to have the ability to autonomously change the time of those 5 alarms every day without the user interaction.It…
1 vote -
Renable "wasLastSpokenToDevice", "phraseSpoken", "lastSpeakCmd" and "lastVoiceActivity" attributes
In home automation systems it is important to know the location context for a command, and these attributes can be used to identify which Alexa unit received a command so that the skill can respond using the location of the receiving unit.
1 vote -
Timer API: I can't hear the announcement because the timer sounds.
Previously, the Timer API didn't ring.
However, now that the Timer API is ringing, I can't hear the ANNOUNCE operation announcement.I want you to improve the behavior of the Timer API.
No ringing sound is needed.1 vote -
AdjustSeekPosition directive to request an absolute position to the playback position of a media item
AdjustSeekPosition directive does not cover a very basic scenario as below:
"Alexa, seek to 50 minutes 30 seconds on device."This really helps for Prime Video apps where in 10 seconds seek button is already present, however, to go to a specific position on the timeline, there is no button and the user has to struggle to find the position by dragging the seek bar and every time wait for buffering. With this Skill, we can automate the much needed manual task.
https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-seekcontroller.html
1 vote -
Improve handling of timed-out web connection
Both the Alexa dev console and the ASK Lambda console time out unused sessions -- which is good -- but do not provide any visual indication that this has happened. At least one of these consoles (I don't remember which) compounds that problem by then responding to user requests with 401 errors rather than explaining that the user needs to sign in again.
The better response would be to handle this by popping up a message that the session has timed out and the user needs to log in again.
The best response would be if that popped-up message included…
2 votes -
Ambient Soundtrack in alexa skills
It would be nice to have some kind of soundtrack controller to always have a background music play that automatically ducks when Alexa speaks.
Something easy, that can be changed based on variablesIt would go a looooong way for all the gaming experiences in alexa
2 votes -
Implement the Notify Me skill, or something similar as a general option for ASK developers
There is an extremely low amount of skills that can be used with the Proactive Events API. For Developers that need to send notifications to end users, this is abhorrent. I'm an IOT Developer within local government, looking to send users notifications for garbage and bridge closures, yet none of the schemas are applicable, even the Trash one is limited to a set of options that doesn't accurately convey the required information. This means that developers have to use workarounds, such as the Notify Me skill to be able to send that information to End Users, and also means that…
4 votes -
Fast forward/rewind in Audio Player
It would be nice if we were able to implement fast forward and rewind capability in the Audio Player API. There is no built in intent that would allow us to do this. This would also need to include the current offsetinms (the amount of time that has been played so far) in the request to the code.
1 vote -
Very annoying personalization menu during skill testing.
Very annoying personalization menu during skill testing.
Therefore, the skill confirmation screen is as narrow as the pocket-handkerchief garden.
Remove personalization menu from the test screen.1 vote -
Allow Unicast to accept an array of userids for proactive events
Allow Unicast to accept an array of userids for proactive events.
With Multicast you can send to all users who have notification permissions enabled. With Unicast you send to specific users. There is not a way to send to a specific group of people. This would be very helpful if you want to send notifications to people who want to be notified for a specific thing.2 votes -
Loading audio with offset can be slow, losing audio context.
My skill allows pausing an MP3 (eg for a phone call) and then resuming from the point we left off; I capture the offset and then feed it back in with the play request.
If the resume occurs before other Alexa operations are used, this works well.
But if the user has asked Alexa to do other things, those skills may have played their own MP3's. When that happens it can take a painfully long time for Alexa to find its place and resume playing, particularly when the user paused (for example) 45 minutes into an hour-long episode.
I presume…
1 vote -
Give developers the ability to get data from the user’s input regarding musical notes or keys.
There are two use cases that come to mind:
1. A Skill could be developed that could help tune a musical instrument. The user would specify a note they will play, play it, and then the Skill would tell the user whether the note played was correct, sharp, or flat.
2. A Skill could be developed to tell the user the key in which they are singing. There could be a few well-known songs from which the user would choose to sing, and the Skill would tell the user the key they are singing. This would be great for some…1 vote -
Allow multiple custom commands or skills in a single routine
Presently, if you create a routine and select either custom command or skill, then go to add another one or either of these, the selection gets greyed out thereby not allowing for multiple custom commands or skills in a single routine.
2 votes -
Remote Command Execution Notification
It'd be great to have a schema allowing the notification to the user that a command requested via a 3p skill has been executed successfully or not. For example
U: "Alexa, ask {my skill} to set the temperature of my oven to 220C and tell me when it's ready to bake"
A: "Ok, I'll send you a notification when the oven is ready"
... several minutes later...
<yellow light>
U: "Alexa, what's new?"
A: "You have one new notification from your oven. The {command} has been executed on {target}"or
A: "one new notification from your oven. Something went wrong…
2 votes
- Don't see your idea?