Releases: oracle/bots-node-sdk
Releases · oracle/bots-node-sdk
New SDK version 2.6.2 with minor fixes
- EntityResolutionContext method
clearItemValue()
failed if composite bag entity is empty - Fixed issue with creating typescript component service
New SDK version 2.6.1 with minor fixes and enhancements
Custom components created with the CLI now use the async
syntax rather than the deprecated done
callback.
New SDK version 2.6.0 with various fixes and enhancements
- Typescript code completion was not working
- Entity Event Handler throws error while setting item values for a skill-scoped composite bag entity in dialog flow
- Typescript types missing/incorrect
- Added init entity event handler
- Added supportedActions to event handler metadata property
- Added support for table, form and tableForm message types to MessageModel
- Added setTransitionAction function to entity event handler context
- Bumped version to 5.6.0
- The 'context.translate' function did not work correctly with ICU message formats that expect a numeric argument.