stoiveyp / Alexa.NET.Annotations

Library to help make writing your first Alexa skill smaller and easier
MIT License
0 stars 0 forks source link

Enable APL skill request #5

Closed stoiveyp closed 2 years ago

stoiveyp commented 2 years ago

Current generator relies on SkillRequest - APLSkillRequest is required if you want to enable visuals properly (pay attention to device information)

SkillRequest should be the default - but a sub-type should be possible as an attribute on the AlexaSkill attribute, and if implemented - this should affect the method analyzers.

stoiveyp commented 2 years ago

Now supported in the AlexaSkill attribute