stentor-models 1.57.4 → 1.57.8
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/NLU/NLUService.d.ts +2 -2
- package/package.json +4 -4
package/lib/NLU/NLUService.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! Copyright (c) 2019, XAPPmedia */
|
|
2
|
-
import { InputUnknownRequestType, IntentRequestType, KnowledgeAnswer, RequestSlotMap } from "../Request";
|
|
2
|
+
import { InputUnknownRequestType, IntentRequestType, KnowledgeAnswer, RequestSlotMap, SentimentedRequest } from "../Request";
|
|
3
3
|
import { ActiveContext } from "../Response";
|
|
4
|
-
export interface NLUQueryResponse {
|
|
4
|
+
export interface NLUQueryResponse extends SentimentedRequest {
|
|
5
5
|
type: IntentRequestType | InputUnknownRequestType;
|
|
6
6
|
/**
|
|
7
7
|
* ID for the matched intent.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.57.
|
|
7
|
+
"version": "1.57.8",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@microsoft/api-extractor": "7.33.6",
|
|
21
|
-
"@rollup/plugin-typescript": "
|
|
21
|
+
"@rollup/plugin-typescript": "10.0.0",
|
|
22
22
|
"@xapp/config": "0.2.3",
|
|
23
|
-
"rollup": "3.
|
|
23
|
+
"rollup": "3.5.0",
|
|
24
24
|
"tslib": "2.4.1",
|
|
25
25
|
"typescript": "4.9.3"
|
|
26
26
|
},
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xapp/patterns": "1.40.343"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "66b0c08c344a39956f144d95fb0f1a1882978a03"
|
|
37
37
|
}
|