Questions tagged [alexa-app]

Developing apps for Amazon Alexa - so called skills.

206 questions
1
vote
1 answer

How to pass Input to handle() and how to call handle() of LaunchRequestHandler in alexa SDK V2 for Java?

I am migrating to ASK SDK v2 for Java, where in the SDK v2, each onLaunch, onSessionEnded, and ontIntent case is separated out into a different handler. Question: How to pass my input to handle(HandlerInput input) of LaunchRequestHandler and how to…
1
vote
0 answers

Pass data from node js to android to make a phone call?

I'm working with Alexa skills and stuck in some problem where I have to make a phone call by passing data(phone number) from nodejs to android (Same like intent.Action_call). As I have searched about it but didn't get any proper answer so if you…
kunal
  • 163
  • 1
  • 14
1
vote
1 answer

Alexa call custom intent without "ask" the skill

I would like to call my utterances without saying ask + InvocationName. By example: Alexa, what is my plan today ? Instead of Alexa, ask my planning what is my plan today ? I was thinking that you need to launch your skill (Alexa, launch my…
Nearyuk
  • 167
  • 2
  • 12
1
vote
0 answers

Alexa SDK Android Sample code error

I am getting following error in Android Studio while trying to build the app: Error:A problem occurred configuring project ':aace'. executing external native build for cmake /home/user/Documents/aac-sdk-1.0/platforms/android/aace/CMakeLists.txt I…
Aniruddha
  • 26
  • 5
1
vote
1 answer

Alexa Skill working on amazon.developer console test but not working in beta-testing for alexa App

I am currently in development mode for the skill. It is using Lambda endpoint. The skill is working in https://developer.amazon.com/alexa/console/ask/test/ When I sent invites for Beta testing and followed the Beta testing instructions on a…
rahuljain1311
  • 1,822
  • 19
  • 20
1
vote
0 answers

During a dialog alexa responses with sessionEnd voice, without any reason

this is my use case: i created a skill which includes a dialog model. This model aks the user for serveral slot values. Every slot value will then be checked if the answer is right or not. When ist right the dialog goes on, if not alexa aks the user…
1
vote
0 answers

How to hide user details in the Alexa companion app?

For example, if the user says pin for the authentication it should not come as text in the Alexa companion app. As Alexa companion app contains all the interaction.
Kiran007
  • 31
  • 4
1
vote
1 answer

Alexa-App creating intents in seperate files and import and using them in index.js

I am trying to make my file management a bit easier and make each intent in its own file. How do I include that so my index.js uses that intent. Heres and example of what I have tried. var alexa = require('alexa-app'); var app = new alexa.app(); var…
Totals
  • 311
  • 2
  • 5
  • 14
1
vote
1 answer

Alexa beta build issue :The 1st example phrase for en_US need to be started with 'Alexa'. In the Launch tab?

Am trying to submit Alexa beta build to test developed skills but am getting below error can some one help? The 1st example phrase for en_US need to be started with 'Alexa'. In the Launch tab, go to Skill Preview for en_US to resolve the issue.
1
vote
1 answer

Alexa appliance discovery in custom skill

I have been checking around on this topic, but have not seen a concrete solution on how to get it working. I am building a Custom Skill for Alexa, which currently supports speech. Now I would like to extend the skill with video streaming to a…
dnsko
  • 1,017
  • 4
  • 17
  • 29
1
vote
1 answer

How to use voice recognition in an Alexa Skill to personalize responses

Is there a way I can use voice recognition to personalize responses in an Alexa Skill? I am creating an Alexa Skill where I want Alexa to generate responses based on the user who utters the command. Currently I'm thinking of simply configuring the…
1
vote
0 answers

Alexa, unable to link smart home skill

I am trying to link my smart home skill to my OAuth 2.0 server. The error happens when I redirect the Access Token request…
1
vote
1 answer

how to forward request to alexa if custom skill cannot answer

In short I am looking for how to configure or add feature to my custom skill so Alexa can answer on behalf of my my skill. Details of my question, Let's say I have written a custom skill and sometimes a user may ask a simple question which I…
1
vote
0 answers

Alexa prompt when user disables a custom skill

My custom skill has account linking which works fine, but in the mobile Alexa app when the user clicks disable skill, most of the skill in Alexa shows a popup saying "If you disable , any skill-related information will be deleted. Would you like to…
lsiva
  • 473
  • 1
  • 7
  • 16
1
vote
1 answer

How can I do voice recognition for amazon alexa skill

I am developing amazon alexa skill and I want to add voice recognition to it, so when any user talk to Alexa, My skill should recognize the voice and get his information from our database or save his data as a new account in our database, I don't…
Hamada Ibrahim
  • 103
  • 1
  • 1
  • 6