botbuilder-wit
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "botbuilder-wit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/WitRecognizer.js", |
@@ -31,4 +31,13 @@ # botbuilder-wit | ||
## Using the Wit.ai client | ||
You can still use the Wit.ai client directly by accessing the ```witClient``` property of the instantiated WitRecognizer. | ||
``` | ||
const recognizer = new WitRecognizer('Wit.ai_access_token'); | ||
const witClient = recognizer.witClient; | ||
``` | ||
## Recompiling the TypeScript source | ||
If you want to recompile the source, you will need to make sure the ```node-wit``` dependency has a type definitions file in its root directory. At the moment, they're not yet available in the DefinitelyTyped repository. However, in the resources directory you'll find a minimalistic version that will do the job. | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10045
7
89
42