New
CL-936
The$caila.detectLanguage
method.ZFL-4880
i-Digital WhatsApp: support forbuttons
andinlineButtons
tags was added.ZB-9582
The Calls APIGET /addPhone
method.
Improved
CL-1013
The$nlp.match
method.
Fixed
ZB-8410
Incorrectduckling.time
andduckling.date
entities recognition.ZB-10063
The date of the applied filter is reset when switching between phrases in theAnalytics > 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
Problem | Behavior | Status |
---|---|---|
Duckling | Incorrect duckling.time and duckling.date entities recognition. | Fixed in 1.10.4 |
Dialogs | The date of the applied filter is reset when switching between phrases in the Analytics > Dialogs section. | Fixed in 1.10.4 |
Unique users | Incorrect display of statistics for unique users. | Fixed in 1.10.4 |
Viber | Switching to a bot channel isn’t available for Viber. | Fixed in 1.10.4 |
Account | An error occurs when selecting the date period in the Account > History section. | Fixed in 1.10.4 |