alexa-samples / skill-sample-nodejs-fact

Build An Alexa Fact Skill
Apache License 2.0
1.15k stars 1.19k forks source link

Voice model and sample code not working for Hindi #121

Closed AzT3Risk closed 1 year ago

AzT3Risk commented 5 years ago

I've tried to use the sample code to build an alexa skill in Hindi but every time I pass a valid user input I'm not getting any proper output. I'm using alexa hosted back-end. Example: Me: ( A valid user invoke statement ) Alexa: "< Audio Only Response >"

genialkartik commented 5 years ago

@Souvik-py which browser are you using to test your sample code. If it is Firefox then it needs permission to use microphone (to take input in audio format from user). Alternative: you can type your invoke statement. for detailed answer you can navigate to: https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html #118

aszk commented 1 year ago

Could you give me what phrase you used for testing?

aszk commented 1 year ago

Closing due to inactivity.