990 results found
-
Slot for IPV4 address
IP address slot
1 vote -
Custom Skills hosted in India
The ability to host Custom Skills in Mumbai region
1 vote -
Controlling Roku with Alexa using Python
Using Alexa to control Roku. There is an available app but it is only free for a few commands per month. Also tailored to my Roku channels and it has better navigation. Back end written in Python. Uses ngrok so my laptop is the back end so it can control Roku locally.
1 vote -
Don't require constant customer dialog interaction for long-form content
I would love to see some improvement to the possible interactions that can occur between an Alexa skill and customers. Currently, it relies heavily on a back and forth dialog with customers, but isn't well-suited to long-form content (like articles, which I'll use as an example throughout going forward). I'd like to be able to return a relatively small amount of an article at a time, and react to events emitted by the Alexa infrastructure that allow me to prepare the next chunk of the article and present it to the customer seamlessly, without any interruption.
Say we have a…
1 vote -
Name-Free interaction for Private Skill
We will like a Name-Free interaction for Private Skill.
Since more users will use private skill, Name-Free interaction can make people easy to trigger and use private skills.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 -
slot value api
My desire: An API to upload a CSV to Edit or Upload Sample Utterances in Bulk
My reason: We have a daily update set of ~ 15000 slot values and it would be very helpful if there was an API to automatically update the slot values using a CSV instead of manually updating them.
1 vote -
Add the skill invocation or starting phrase "Go To"
Add the skill invocation or starting phrase "Go To", as in 'Go To <Invocation name>'. It would add another start phrase that naturally flows with many invocation names and is a phrase that many users would expect to work.
1 vote -
When adding intents, possible slot types include "Animal", "Drink", etc. It would be nice to have "Plant" as well, or something similar
Add "plant" as a slot type.
1 vote -
profile
Need the ability to have all my kids see all echo devices in alexa app (should be aws orgs where all the devices roll up to parent account and then permission granted for devices to other house hold alexa users) to better utilize features such as going to a room and playing selected users playlist or to be able to control smart home features using alexa app as each child / adult has a different alexa login.
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 Action Follow Up Notification
For skills that perform an action requiring follow-up (e.g. lock a door --> the door is now locked; close the garage --> the garage is now closed), there should be a window of time whereby the skill is able to respond back to the user without keeping the connection to Alexa open.
1 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 -
Contact User for Rating & Review
User feedback is important to skill developer, very often rating and review can't tell all the details. If developer can contact customers for necessary details, that'll be amazing for both developers and users, which is actually a basic function on app store.
1 vote -
Add request/command invocation type to be sent for intents
Allow an intent to receive information on whether or not the user had requested an intent or given a command.
Especially for kid skills, the ability to alter the response based on the manners involved in invoking the intent could drastically alter the response and, if given as an aspect of the skill info on the marketplace, alter parents decision to enable it for their children.
1 vote -
API for Accessing Alexa Reporting KPI's
A way to gather Alexa Reporting KPI's like Sessions, Utterances and Visitors without having to log into the Developer Console. Something I could access from an API would be ideal. I'm managing 15 skills and flash briefings and don't want to pull each number manually when it could be easily automated.
1 vote -
New Alexa interaction flow besides :tell and :ask - :ask-once
- Suggestion
Having a new flow in Alexa interaction:
Prompt -> listen -> exit- Problem
As you know, there are currently two main Alexa interaction flows:
:tell - Prompt -> listen -> end session
and
:ask - Prompt -> listen -> reprompt -> listen -> end session
This is quite sufficient, but sometimes there could be a use for a shorter interaction, where user is asked for something once. Alexa would listen for the response and if user says nothing it closes the session. This would be mostly useful at the end of the game, when asking user for some feedback,…
1 vote -
Alexa sound reduction when activated to only the one device
So currently when I say ‘Alexa’, every single Alexa device pings and reduces volume, the one closest to me is still the one that is verbally responding but all devices are activated when the wake word is used.
1 vote -
editor should keep position in file when moving from tab to tab
The editor should keep the position of where each tab is being edit, so that when we move from one tab to another and then come back to the initial tab, we go to the same place.
1 vote
- Don't see your idea?