JAICP updates in June 2024
New
- Script structure panel in J‑Graph.
- Speech classifiers in Yandex SpeechKit v3.
Script structure in J‑Graph
We added the Script structure panel, which displays a hierarchy of script elements: themes and states.
You can use the panel to work with large J‑Graph scripts:
- View different script levels.
- Quickly navigate to any elements.
- Create, delete, and rename states and themes.
Speech classifiers in Yandex SpeechKit v3
If you use Yandex SpeechKit v3 as your ASR provider, you can now work with speech classifiers:
- Set the
session_options.recognition_classifier.classifiers
setting for Yandex SpeechKit v3 using thesetAsrProperty
method. - Get the classification results in
$request.rawRequest.data.propertiesResponse.classifier_updates
.
With classifiers you can, for example:
- get hypotheses about the user’s gender;
- get hypotheses about the sentiment of the phrase;
- get the probability score that an autoresponder speaks instead of the user.