wingbot 3.67.16 → 3.67.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Ai.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.67.16",
3
+ "version": "3.67.17",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
package/src/Ai.js CHANGED
@@ -339,6 +339,7 @@ class Ai {
339
339
  * @param {string} name
340
340
  * @param {object} options
341
341
  * @param {boolean} [options.anonymize]
342
+ * @param {boolean} [options.clearOverlaps] - set true to override entities from NLP
342
343
  * @returns {this}
343
344
  * @example
344
345
  *