stentor-models 1.59.9 → 1.59.12

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.
@@ -1,4 +1,5 @@
1
1
  /*! Copyright (c) 2019, XAPPmedia */
2
+ import { Message } from "../Message";
2
3
  import { IntentRequest, InputUnknownRequest } from "../Request";
3
4
  import { ActiveContext } from "../Response";
4
5
  import { KnowledgeBaseServiceFilters } from "../Services";
@@ -44,6 +45,10 @@ export interface NLURequestProps {
44
45
  * Optional request attributes.
45
46
  */
46
47
  requestAttributes?: Record<string, string>;
48
+ /**
49
+ * Current session transcript
50
+ */
51
+ transcript?: Message[];
47
52
  /**
48
53
  * Optional filters for knowledge base service calls
49
54
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.59.9",
7
+ "version": "1.59.12",
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": "808edb26a560532755ce631aa9aeee3c2da3aec6"
36
+ "gitHead": "54f0f8f75ac0b7000538e1ccef613c5b9de75527"
37
37
  }