stentor-models 1.59.1 → 1.59.9
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.
- package/lib/Crm.d.ts +4 -0
- package/lib/NLU/NLUService.d.ts +8 -0
- package/package.json +2 -2
package/lib/Crm.d.ts
CHANGED
package/lib/NLU/NLUService.d.ts
CHANGED
|
@@ -27,6 +27,14 @@ export interface NLURequestProps {
|
|
|
27
27
|
* Optional sessionId to pass with the request
|
|
28
28
|
*/
|
|
29
29
|
sessionId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional channel information
|
|
32
|
+
*/
|
|
33
|
+
channel?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Optional platform information.
|
|
36
|
+
*/
|
|
37
|
+
platform?: string;
|
|
30
38
|
/**
|
|
31
39
|
* Optional active context to pass with the request, used to weight
|
|
32
40
|
* certain intents.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.59.
|
|
7
|
+
"version": "1.59.9",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xapp/patterns": "2.0.2"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "808edb26a560532755ce631aa9aeee3c2da3aec6"
|
|
37
37
|
}
|