Skip to main content

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:

  1. Set the session_options.recognition_classifier.classifiers setting for Yandex SpeechKit v3 using the setAsrProperty method.
  2. 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.