Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
153 views

I am working on an Alexa skill where we are setting up a user's profile for future interactions and notifications. We have successfully built a purely voice-driven skill utilizing the proper intents ...
Chris J. Karr's user avatar
0 votes
1 answer
112 views

I've got an Alexa app that on first launch looks for the user's id in a dynamoDB. If it isn't there I'd like it to ask the user for their ip address. I have an intent that can collect the IP but I was ...
luigivampa's user avatar
2 votes
0 answers
104 views

I am currently developing an Alexa Custom Skill that need to stream a radio station. I managed to get the streaming on with handlerInput.responseBuilder.addAudioPlayerPlayDirective('REPLACE_ALL', url, ...
David Copoeru's user avatar
1 vote
0 answers
115 views

I have a dialog that works correctly, I delegate this dialog to Alexa for the intent BeginDiagnosisIntent which prompts the user to fill the slot values for age and gender, which are slots of ...
Jimmy Nesbitt's user avatar
0 votes
1 answer
655 views

I want to define an order intent something like "I want two pencil,one notebook, four cardbox". In alexa build model it looks something like the following I want {itemQuantity}{itemList} here {...
priyadhingra19's user avatar
0 votes
1 answer
312 views

I have an Alexa skill that at one point asks for names, and at another point asks for numbers. The names are being mapped to a slot of type AMAZON.FirstName and the numbers to a slot of type AMAZON....
ArcaneLight's user avatar