Results 54 comments of Emilia

Do you have full example code or a failing test case you can share? You may want to confirm that your intent handler returns the promise that is doing the...

That function looks reasonable, but that doesn't actually show how it's being used in context of this library. Happy to take a brief look over some code, but I can...

For your second point: currently, this library is built around the idea that you'll use your JS code to generate your Alexa schema, not the other way around. e.g. `alexaApp.schemas.skillBuilder()`...

Hi! Do you have a more complete example you can post? That looks generally right, but it's hard to see where else things might be going wrong without a more...

Hi! Thanks for this! If I'm understanding you correctly, the correct fix for this is to apply that (making sure there's no `outputSpeech` in the underlying Alexa response) in the...

I could be wrong, but I don't believe this is currently possible? https://forums.developer.amazon.com/questions/79807/how-alexa-skill-produces-a-notification-using-web.html points out that link is the AVS API for implementing your own Alexa-compatible hardware, not sending notifications...

Also to keep in mind with this: when auto-bumping dependencies, we'll need to cut a tag and bump the tag referenced in this repo's yaml. Should that actually be automated...

When/if this is an abstracted GH marketplace action, we can let it specify the project dir.

https://www.electronjs.org/docs/latest/tutorial/updates

Argh, good catch! That fix sounds exactly right. Thanks!