Closed cheruvian closed 2 years ago
Injects extensions before the parser needs to use them
Injects extensions before parser tries to use them
Currently only injects extensions if the first request is a standard supported use case. This prevents extensions from working on custom intent types.
https://github.com/alexa-games/litexa/issues/201
Added a new unit test and verified in a live litexa skill
Great fix, thanks!
Title
Injects extensions before the parser needs to use them
Description
Injects extensions before parser tries to use them
Motivation and Context
Currently only injects extensions if the first request is a standard supported use case. This prevents extensions from working on custom intent types.
https://github.com/alexa-games/litexa/issues/201
Testing
Added a new unit test and verified in a live litexa skill
Types of changes
Checklist
License