- fixing context not updated in interactive mode
- fixing array values in context
- create readline interface only in interactive mode
Unifying action parameters.
- the
say
action now takes 4 parameters:sessionId
,context
,message
,cb
- the
error
action now takes 3 parameters:sessionId
,context
,error
Updating action parameters.
- the
merge
action now takes 5 parameters:sessionId
,context
,entities
,message
,cb
- the
error
action now takes the context as second parameter - custom actions now take 3 parameters:
sessionId
,context
,cb
Bot Engine integration
- the library now provides a Wit object
captureTextIntent
has been moved toWit.message
with no token- audio not supported