mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 19:16:21 +00:00
jibo-kb
Jibo Knowledge Base API
Installation
Install using NPM.
yarn install jibo-kb --save
Usage
To initialize the Jibo KB API:
import classes from 'jibo-kb';
const kb = new classes.KnowledgeBase();
kb.init(serviceObject, callback);
Normally pre-attached and pre-inited and available on the jibo global
object as jibo.kb.