0.0.9 • Published 1 year ago

botium-coach-worker v0.0.9

Weekly downloads
8
License
MIT
Repository
github
Last release
1 year ago

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.

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago