botium-coach-worker

0.0.9 • Public • Published

Botium Coach Worker

NPM

npm version license

This is a Botium module for extracing and analyzing NLP information from Botium tests.

Did you read the Botium in a Nutshell articles ? Be warned, without prior knowledge of Botium you won't be able to properly use this library!

Installation

> npm install botium-coach-worker -save

Usage

const nlpAnalyticsData = nlpAnalytics.process({testCaseResults, connectorFeatures})

Input

testCaseResults

List of conversations. Botium Coach Worker supports now just the test results output format of Botium Box.

See some examples in test/dynamic directory with *.input.json postfix

connectorFeatures

The features of the chatbot. If it is not set, then Botium Coach Worker tries to calculate them, but it is in some cases not possible. In this case the *Supported flags like intentConfidenceSupported in nlpAnalyticsData.overallStat may be null.

(See some examples in test/dynamic directory with *.connectorFeatures.json postfix)

Output

Nlp Analytics data. Botium Coach Worker supports now just the Nlp Analytics input format of Botium Box.

Readme

Keywords

none

Package Sidebar

Install

npm i botium-coach-worker

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

895 kB

Total Files

25

Last publish

Collaborators

  • ftreml