New
- New NLU languages.
- The Results tab in the project overview.
Improved
- System events on the message volumes chart.
Fixed
$jsapi.timeForZone
ignores the time zone parameter.$reactions.buttons
produces an error when a number is passed as atext
value.
Release 1.10.11 features a whopping 11 new NLU languages, as well as further improvements to the project overview menu.
New NLU languages
We have added support to 11 more languages which your bots can understand. JAICP now supports 15 NLU languages in total:
- English;
- Russian;
- Chinese;
- Portuguese;
- Japanese;
- Spanish;
- Danish;
- Dutch;
- French;
- German;
- Greek;
- Italian;
- Lithuanian;
- Polish;
- Romanian.
tip
You can set up the NLU language when creating or editing your project.
Project overview
On the Volumes tab in Project overview, system messages are now accounted for. These include /start
messages and all events except fileEvent
.
In addition to traffic volumes, this page now features the new Results tab. Here you can see the distribution of dialog results throughout the given time span, as well as compare dialog results across two different periods.
tip
Use the
$analytics.setSessionResult
method to set dialog results.Bug fixes
Problem | Behavior | Status |
---|---|---|
$jsapi.timeForZone | The method ignores the time zone parameter. | Fixed in 1.10.11 |
$reactions.buttons | The method produces an error when a number is passed as a text value. | Fixed in 1.10.11 |