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 212 forks source link

Intents and slots prompts confirmation #366

Open fabien88 opened 6 years ago

fabien88 commented 6 years ago

Intent and slots confirmation with samples prompts like seen in #358

matt-kruse commented 6 years ago

This is a great improvement. I'm trying to add a Dialog to a skill right now and finding that I need the exact changes in this PR. This should be merged along with some other changes and a release made, otherwise this framework is going to fall behind the quickly-evolving API. @dblock any thoughts?

Timvdv commented 5 years ago

This is a great feature! Hope it going to be merged soon.

lazerwalker commented 5 years ago

FYI, the CI failures (at least the ones on the latest node) are coming in via dtslint, the linter for our TypeScript type definitions. You need to add the new properties you've added to the appropriate places in the type definitions.