990 results found
-
Style of skill name on the "menu" bar
I'd like to propose that the name of the skill is shown in a different style, as it's very confusing visually at the moment -- it looks as if it's one of the menu items ('build', 'code', etc.).
If you just changed the colour of the font to, say, blue (matching the Alexa blue), it'd be much, much better.
I've seen that someone posted that they want to see the skill name when editing ("show the skill name when editing"), and that just confirms that the current style is not a good one.
1 vote -
Intent/Slot ConfirmationStatus as UNKNOWN or UNCERTAIN
As far as I know, Intent/Slot ConfirmationStatus can only be answered as yes or no. Please correct me if I am wrong. It would be great to handle the answers like "I don't know", "who knows" or something like "maybe", "probably" etc.
1 vote -
Testing of ISP for a different country
As a UK based developer, for months I've been unable to test my In-skill Purchase solution. I can now do this for the UK (finally), but I still cannot test my US version. This should be made possible.
1 vote -
Show us the analytics on Slot values
The analytics tab in the ADC needs to show slot value analytics. If my slot is 'Color' and the slot values are 'red', 'blue', and 'green', I should not have to go to a 3rd party site to see which of those values is accessed the most. It is unreal to me that this is not already in place out of the gate considering Slots has been around.
1 vote -
Share and Follow Mechanics
The Alexa Voice Experience is such a solo experience.
Working out how to share and follow on Alexa is going to be success for Alexa's Skills.
Here is an example of the sharing mechanic:
"Do you want to share this forecast with your Mum?"
"Yes"
Alexa accesses user's address book.
Sends notification to "Mum's" phone via text message.
"Your daughter" wants to share her latest forecast with you?"
"Mum" clicks on notification link.
Link takes "Mum" to Alexa app and it enables the skill.
Alexa says "Your daughter wants you to know this forecast"
"Mum" hears Alexa talking.
Alexa says…
1 vote -
Alexa for Business - Lock down Calling to Address Book Only
As I deploy Alexa devices on our college campus, a few room profiles I want to provide explicit Address Book entries for the device to call, but I do not want the ability to call any phone number by providing numeric phone address.
-- Also please add "Alexa for Business" to the category drop down please (:
1 vote -
session attributes
Session attributes should be included in all requests and responses between alexa and a skill. Why would sessionEnd miss the session attributes? It is like talking to a person without short term memory.
1 vote -
Code Collapse
Switching from one tab to another changes the code collapse.
1 vote -
AMAZON.US_FIRST_NAME doesn't handle multi-word names
The built-in slot type AMAZON.USFIRSTNAME has a very large list of names, and it matches those names fairly consistently. One weakness it has, however, is that it does not handle double names (https://en.wikipedia.org/wiki/Double_name), such as "*********", properly.
Steps to reproduce:
1. Open the developer console
2. Create a skill with an intent that has a slot for USFIRSTNAME
3. Open the test console
4. Launch the skill
5. Attempt to the invoke the intent using the name "Billie Jean"Expected:
-Slot value sent to skill is "Billie Jean"Actual:
-Slot value sent to skill…1 vote -
Let skill determine between an invocation on the app, and physical device
Currently, the Alexa app will resolve a listen() call within 1-2 seconds, requiring the user to make an immediate reply.
A physical device will wait 8 seconds.
By knowing on which type of device I'm running I can add a few seconds of silence to the playback, to give a good user experience, without them having to upgrade the app. (Assuming a fixed version of the app exists.)
1 vote -
adsf
adsf
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 -
beta users sort alphabetically
when viewing Beta Testers, you should be able to sort it alphabetically.
1 vote -
hosted skills for everything
There should be the hosted skill option for all types of skills.
1 vote -
remember list of utterances, or add every utterance to a dropdown list
I would love to be able keep list of all sentences entered in the "Alex Simulator" so we can select from them.
Right now you always need to copy
/ paste or type the text over and over again.Thank you
and Warm Regards1 vote -
Beta Invite through an API
It would be cool when a beta test is in progress, that there is an API or similar to give the developer the opportunity to automatically invite beta testers to the test.
Like a user is registering to the beta test and further he will also be added to the beta test for the skill.1 vote -
Manage Music in Alexa for Business
As a business, being able to turn off access or manage per device/room to playing Music when devices in open areas.
1 vote -
console log in test
make it possible to easily see console output. output of console.log() should be visible somewhere within the UI for debugging purposes on the test screen. Doesn't seem checking device log does that, I don't see anything there even though there is a console.log call in my launchrequest handler.
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
- Don't see your idea?