This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Releases: alexa-d/alexa-skill-kit-d
Releases · alexa-d/alexa-skill-kit-d
v0.4.10
v0.4.9
allows defining behaviour when no intent matches by overriding noIntentMatch base method of skill
v0.4.8
fix default value for shouldEndSession (to true)
v0.4.7
fix some issues in response object
v0.4.6
minor fix to request type that was parsing attributes wrong
v0.4.2
fix problem of always generating ddox stuff
v0.4.1
- BaseIntent now implements ITextManager
- lots of better ddox
v0.4.0
support intent implementations in separate classes
v0.3.0
- support localization using csv
- support configuring request timeout
v0.2.4
add default timeout of 2 secs