alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 213 forks source link

Generating dialog conversation JSON #347

Open alekslyse opened 6 years ago

alekslyse commented 6 years ago

As a a requirement for making dialog work it seems like its required to make questions etc. in the skill editor - from what I can see its not possible to create this with this API.

Is it as of now only possible to set an intent i dialog, and I have to create the dialog itself in the skill interface or is it possible to get exported / created dialog in this api. I have been reading through everything, but I really cant figure out how it supposed to work.