Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Editable files allow you to modify code that can be used to leverage Koji functionalities. There is no access to source code of the software, but editable files help you modify some partsIntents can have Python callbacks defined as their response. This page describes how to create custom callbacks and where to find reference material.

Custom Python code

When processing a conversation, Koji tries to extract an intent and deliver a response to a user. Intent in Kbot is the primary logical unit of a conversation. They can have Python callbacks defined as their response.

...

To add your custom code, use Editable files.

Creating and editing custom callbacks

Editable files allow you to modify code that can be used to leverage Koji functionalities. There is no access to source code of the software, but editable files help you modify some parts.

To view and modify editable files:

...

3. Modify its content in the window and click Save.

Sample

Note that by default Callbacks Code files provide you with the tips on how to create functions.

...

Reference material

To view the reference material on callbacks, open the help page. It is available on your instance with the following address: https://<yourinstance>.konverso.ai/doc/Responding-with-callback-scripts_500302062.html. Just substitute <yourinstance> with the actual name of your host.

...