Skip to main content

JAICP updates in April 2023

New

  • Search for matches in intents and the knowledge base.

Docs

  • Updated section about the J‑Graph visual editor.
  • Updated dialog log article.
  • Added Prompter API specification.
  • Updated Model API specification.
  • Sending files in Microsoft Teams via the raw reply type.

Search for matches in intents and the knowledge base

Now you can set up the search for matches in the training phrases and answers of the intents as well as in the knowledge base FAQ modules. It will help you avoid duplicates and similar phrases and increase the quality of your training set.

Documentation updates

J‑Graph visual editor

The docs section about the J‑Graph visual editor has received a big update:

  • We have added a tutorial about creating a simple bot. It is recommended for everyone who is only just making their first steps with J‑Graph.
  • The J‑Graph basic concepts section has been restructured, with detailed references on specific blocks moved to a separate section on script development.
  • There are now dedicated articles on the HTTP request and Send email action blocks, which used to raise a lot of questions. References for the remaining blocks are currently in development.
  • Explanations of such important concepts as blocks and state groups no longer assume the knowledge of JAICP DSL. Experienced developers can learn about J‑Graph and JAICP DSL correspondences in a separate article.

Other updates

  • We’ve updated the article about the dialog log export and added the reference of the data you can export from Dialogs and Clients sections.
  • We’ve added a specification for Prompter API and updated the one for Model API: the new questionId parameter was added.
  • There is now a new way to send files in the Microsoft Teams channel using the raw reply type. We recommend using it instead of the file type.