Skip to main content

JAICP release 1.10.4

New

Improved

Fixed

  • ZB-8410 Incorrect duckling.time and duckling.date entities recognition.
  • ZB-10063 The date of the applied filter is reset when switching between phrases in the Analytics > Dialogs section.
  • ZB-9838 Incorrect display of statistics for unique users.
  • ZB-9705 Switching to the bot channel isn’t available for Viber.
  • ZB-9494 An error occurs when selecting the date period in the Account > History section.

Buttons support in i-Digital: WhatsApp channel

Added support for buttons and inlineButtons tags in the i-Digital: WhatsApp channel.

Before using the buttons in the script, you need to register them as a template in i-Digital. In the template, you need to specify the message text and the button content.

tip
To receive a template for buttons, contact your account manager.

GET /addPhone

The new method GET /addPhone is implemented in the Calls API. The method is used to add a single number to the campaign.

The $caila.detectLanguage method

The new $caila.detectLanguage method is implemented to identify the text language using the fastText NLP model.

$caila.detectLanguage([
"Раз два три",
"This is an English sentence.",
"Les hommes naissent et demeurent libres et égaux en droits."
]); // => ["ru", "en", "fr"]

The $nlp.match method

The NLPResult object in the $nlp.match method is changed. $nlp.match classifies the text in the context of the specified state.

Bug fixes

ProblemBehaviorStatus
DucklingIncorrect duckling.time and duckling.date entities recognition.Fixed in 1.10.4
DialogsThe date of the applied filter is reset when switching between phrases in the Analytics > Dialogs section.Fixed in 1.10.4
Unique usersIncorrect display of statistics for unique users.Fixed in 1.10.4
ViberSwitching to a bot channel isn’t available for Viber.Fixed in 1.10.4
AccountAn error occurs when selecting the date period in the Account > History section.Fixed in 1.10.4