Skip to main content

JAICP release 1.9.9

Improved

  • ZB-7620 Saving the applied filters when switching from a certain dialog to the dialog list.
  • ZB-7621 Opening a dialog from the first replica.
  • ZB-7728 Syntax highlighting of the programming language Kotlin in the code editor.
  • ZB-7729 Display hidden files in the code editor.

Fixed

  • ZB-6748 Duplicate statuses in the dialog labels.
  • ZB-7596 False error in data labeling.
  • ZB-7652 Search by intents.

Optimization

Dialogs

Earlier, when you returned from a certain dialog to the dialog list, the filters you’ve chosen earlier were discarded. From now on, they will still be applied when you return to the dialog list.

Also the dialogs will now open from the dialog start. Thus, you’ll see the bot’s answers log from the very start.

Code editor

We’ve added Kotlin syntax highlighting to our code editor. Now it will be much easier to read and edit the bot scripts you’ve created with the JAICF framework.

kotlin

We’ve also hidden the files not used during the bot development. If you want to see them, go to the editor settings and turn on the Show hidden files option.

Bug fixes

ProblemBehaviorStatus
Phrase tagsStatus duplicated in phrase tags.Fixed in 1.9.9
Data labelingFalse error when grouping large data volume.Fixed in 1.9.9
IntentsSearch for nested intents doesn’t work.Fixed in 1.9.9