stoiveyp / Alexa.NET.Annotations

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

Pass in skill request as optional argument #6

Closed stoiveyp closed 2 years ago

stoiveyp commented 2 years ago

When a handler method asks for the typed skill, it can also add an argument of type SkillRequest to the signature, and the handler will add it in as appropriate