HELP!

kbVersion

This method relate to Knowledge base Versioning. It returns the current version of the deployed Knowledge base and can therefore be stored by the developer for each runtime session. This enables developers to track the knowledge Base version which processed a given set of stored inputs and the outputs it generated (e.g. when auditing the historical records of input and output from a knowledge base):

var kbv = xpertrule.kbVersion();

On This Page