-
Enable to access current "offset in ms" from audio player at any time.
Hi,
it would be nice to be able to read the current position of the audioplayer at every time. With this feature it would be possible to program an interactive audio drama, where the user could switch between characters or to enable switching between different versions of the same audio-file (For example an alternative version for people with hearing-loss).
1 vote -
Add ability to delegate intents back to Alexa
If in my skill the user utters something I cannot answer, I would like the ability to delegate the utterance back to Alexa without exiting my skill. This way the user can "get the weather" for example without exiting my skill.
1 vote -
option to get the original text along with the intent
provide the original text as well, along with the intent
1 vote -
Ability to use only Alexa Voice Service and run simple Local Skills
Hi I need to turn on a light....
AVS is cool and can be a lot... but why I need to run a Lambda instead of run my Local Skill?
I'm quite sure that Echo Dot or higher end Alexa Devices are quite enough powerful to run my skill locally with no remote API/KEY/VALIDATION/etc...
Send me an xml saying
<LIGHT name="MyLight"><NEXT_STATE>1</NEXT_STATE></LIGHT>It would be wonderful if we could use AVS and a very light SDK library layer to run OVER the Alexa device.
The purpose is to transform Alexa devices into a Mic able to ask to AlexaVS and then…1 vote -
Retrieve list of user's enabled skills
Have access as a developer to the full list enabled skills that a user has added to their Alexa device.
There might be use cases where a developer is dependent on another skill and wants to check if its active or not.
GET request /user_skills
\ TuneIn, Dominos, FitBit enabled
1 vote -
Ask dialog only shows <Short audio> when using SSML to play a file. It would be valuable to know the file name to verify code is working.
Currently I can quickly run tests of my code in development, but I'm now adding more <audio> tags in my SSML, and when I run the replay, all I see is <Short audio> What I'd like to see is <Short audio: door_opens.mp3>, etc. Just pull the last fragment of the URI and display it in the tag (e.g /([^/]+)$/ = everything in the uri after the last forward slash.)
Otherwise, I can't automate any tests that require verifying the audio files in my ssml are right for the current context.
1 vote -
Simon Says speech to text capture API
Expose the same API in the ASK SDK that the Simon Says Skill has access to. Using AMAZON.SearchQuery does not cut it for messaging and social media type skills.
Thanks
1 vote -
Programmatic access to the device info (network status, etc.)
The programmatic access to the device info data would open new opportunities for business that serve the customers through Alexa.
Also, it would allow to access the data about the environment in which the device is operated.1 vote -
Enable integration of third party voice authentication mechanisms
Many large companies have or utilize third party voice authentication mechanisms to provide voice auth across a number of channels (e.g.,IVR, mobile app). While voice profiles are available through Alexa, is it possible to have an option to reuse existing third party voice auth APIs companies have invested in already within Alexa Skills?
1 vote -
Provide function for escaping text in APL templates
According to the docs, APL Text items support some HTML-like markup, with a custom escape method for special characters:
https://developer.amazon.com/docs/alexa-presentation-language/apl-text.html
There should be a function in the SDKs that we can use for escaping a plain text string, to display it as-is.
Also, the chart under "Markup characters in text must be replaced with character entity references" is a little confusing. E.g. what are we supposed to replace &, <, and > with?
1 vote -
Support running ask commands in npm scripts
To avoid having ask-cli installed globally which is not good when working with other developers together who might have version mismatches, it would be nice when you could trigger ask commands with npm scripts.
For example:
package.json:
"scripts": {
"validate": "ask validate"
}Currently this throws errors like described here:
https://forums.developer.amazon.com/questions/211596/run-ask-commands-as-npm-script.html?childToView=212326#comment-2123261 vote -
Invoke LaunchRequest by an external api
via some script we hit an api for a specific user that is in front of line and Alexa responds with example speech.
"Hi Jhon, welcome to Demo clinic"
or
"Hi Dave, welcome to Demo clinic"1 vote -
ASK SDK Python Lambda Layer availability in Europe
I'd like to have a Lambda Layer for the ASK SDK Python available also in Europe region. Today it is available only in US.
See also here for reference: https://github.com/alexa/alexa-cookbook/blob/master/resources/lambda-layers/ask-sdk-lambda-layers.md1 vote -
Skill Connections needs a re-schedule feature
Skill Connections is a great idea but needs an additional feature. My use case is my skill called "When is my Flight" is used at the departing airport and tells the user when his flight will land and I would like to give him the chance of booking an Uber when it lands. So at his departing airport he uses my skill and says book me an uber to take me home. At that point my service will book the uber at the landing time plus a delta of say 20 mins for him/her to get from aircraft to outside.…
1 vote -
lambda + environment
It would be useful to permit the passing of Lambda Environment Variables as part of ask cli (and IDE plugins) configuration - OR - To bind the ask cli features as part of AWS SAM.
1 vote -
JSON debarfer
The JSON editor should have undo back to the last "no big red x" version in a single click. That way after I spend a bunch of time trying to figure out what it is unhappy about I can start again from a known good place with a single click.
1 vote -
Add Typescript support to ask-cli
Actually we can create and deploy javascript alexa skills, it would be great if we can do with typescript too.
I think it's not so hard to add typescript support (transpile before deploy)
1 vote -
Utterance Profiler for Speech
Enable the utterance profiler for speech. My experiences using the profiler is that it gets typed utterances correct. However the problems occur during speech. I would like to see the various intent considerations.
1 vote -
Add FM and DAB etc. to the InputController
I don't know if the intention is for the Mode Controller to replace the Input Controller in due course but as it stands the input controller does not have the full set of useful inputs in the localised markets.
In the UK for example I would suggest that FM, DAB are certainly missing and arguably it would be useful to have the more branded Freesat, Freeview, Sky as likely components that are driving an input.
1 vote -
Please can the units of measure be enhanced to include all SI Units
The SmartHome SDK RangeController accepts a unit of measure.
It would be helpful if the full SI unit catalogue could be handled (both Base and Derived: https://en.wikipedia.org/wiki/International_System_of_Units#Base_units)
I can immediately see a need for Hertz for example
1 vote
- Don't see your idea?