alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Syntax generation for new Skill Builder interface #109

Closed jradwan closed 6 years ago

jradwan commented 6 years ago

Amazon is pushing the new Skills Builder UI for defining the interaction model. Would it be possible to have the skill's alexa-app-server endpoint generate the new code syntax in addition to the current schema and utterances outputs?

image

image

dblock commented 6 years ago

Is this related to https://github.com/alexa-js/alexa-app/pull/268? Do we need to expose something in this library?

jradwan commented 6 years ago

@dblock that does seem to be what I'm referring too ... I didn't think to check alexa-app as I thought the schema was being generated by alexa-app-server. I'll check that out, thanks!