Accenture / alexia

A Framework for creating Amazon Echo (Alexa) skills using Node.js
MIT License
164 stars 42 forks source link

Generate speech assets for new schema #52

Open xtools-at opened 6 years ago

xtools-at commented 6 years ago

Amazon changed how the intent schema and custom slots have to look like, it's one JSON object now: https://developer.amazon.com/docs/smapi/interaction-model-schema.html

would be great if you could update the speech asset generation!

misyak commented 6 years ago

Hi, thanks for your comment. Since we have very small capacity to maintain this library we would really appreciate anyone who would implement this and create pull request. If not we will try to fix it as soon as we find some time for it.

JanDzvonik commented 6 years ago

I can do something about it. I wrote generation of language model part, without dialogs and prompts for now.

Therefore I hesitate to create PR

Also unit tests are something I don't have time for these days