@ondewo/nlu-client-typescript 4.1.0 → 4.3.0

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 (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
  3. package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10491 -9063
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
  8. package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
  9. package/api/ondewo/nlu/common_pb.d.ts +17 -15
  10. package/api/ondewo/nlu/common_pb.js +93 -83
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +1042 -889
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
  18. package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
  21. package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
  22. package/api/ondewo/nlu/intent_pb.js +10692 -9502
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
  27. package/api/ondewo/nlu/operations_pb.d.ts +182 -189
  28. package/api/ondewo/nlu/operations_pb.js +1004 -843
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
  31. package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
  32. package/api/ondewo/nlu/project_role_pb.js +963 -796
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
  36. package/api/ondewo/nlu/project_statistics_pb.js +418 -354
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
  40. package/api/ondewo/nlu/server_statistics_pb.js +91 -81
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
  43. package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
  44. package/api/ondewo/nlu/session_pb.js +13885 -6673
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
  47. package/api/ondewo/nlu/user_pb.d.ts +325 -345
  48. package/api/ondewo/nlu/user_pb.js +2312 -1948
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
  51. package/api/ondewo/nlu/utility_pb.d.ts +535 -588
  52. package/api/ondewo/nlu/utility_pb.js +3348 -2814
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
  55. package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
  56. package/api/ondewo/nlu/webhook_pb.js +718 -599
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
  59. package/api/ondewo/qa/qa_pb.d.ts +220 -235
  60. package/api/ondewo/qa/qa_pb.js +1452 -1222
  61. package/package.json +1 -1
  62. package/public-api.d.ts +34 -4
@@ -1,24 +1,26 @@
1
- import * as jspb from 'google-protobuf';
1
+ import * as jspb from 'google-protobuf'
2
+
3
+
2
4
 
3
5
  export class StatResponse extends jspb.Message {
4
- getValue(): number;
5
- setValue(value: number): StatResponse;
6
+ getValue(): number;
7
+ setValue(value: number): StatResponse;
6
8
 
7
- serializeBinary(): Uint8Array;
8
- toObject(includeInstance?: boolean): StatResponse.AsObject;
9
- static toObject(includeInstance: boolean, msg: StatResponse): StatResponse.AsObject;
10
- static serializeBinaryToWriter(message: StatResponse, writer: jspb.BinaryWriter): void;
11
- static deserializeBinary(bytes: Uint8Array): StatResponse;
12
- static deserializeBinaryFromReader(message: StatResponse, reader: jspb.BinaryReader): StatResponse;
9
+ serializeBinary(): Uint8Array;
10
+ toObject(includeInstance?: boolean): StatResponse.AsObject;
11
+ static toObject(includeInstance: boolean, msg: StatResponse): StatResponse.AsObject;
12
+ static serializeBinaryToWriter(message: StatResponse, writer: jspb.BinaryWriter): void;
13
+ static deserializeBinary(bytes: Uint8Array): StatResponse;
14
+ static deserializeBinaryFromReader(message: StatResponse, reader: jspb.BinaryReader): StatResponse;
13
15
  }
14
16
 
15
17
  export namespace StatResponse {
16
- export type AsObject = {
17
- value: number;
18
- };
18
+ export type AsObject = {
19
+ value: number,
20
+ }
19
21
  }
20
22
 
21
- export enum SortingMode {
22
- ASCENDING = 0,
23
- DESCENDING = 1
23
+ export enum SortingMode {
24
+ ASCENDING = 0,
25
+ DESCENDING = 1,
24
26
  }
@@ -13,9 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = function () {
17
- return this || window || global || self || Function('return this')();
18
- }.call(null);
16
+ var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
19
17
 
20
18
  goog.exportSymbol('proto.ondewo.nlu.SortingMode', null, global);
21
19
  goog.exportSymbol('proto.ondewo.nlu.StatResponse', null, global);
@@ -29,68 +27,72 @@ goog.exportSymbol('proto.ondewo.nlu.StatResponse', null, global);
29
27
  * @extends {jspb.Message}
30
28
  * @constructor
31
29
  */
32
- proto.ondewo.nlu.StatResponse = function (opt_data) {
33
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
30
+ proto.ondewo.nlu.StatResponse = function(opt_data) {
31
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
34
32
  };
35
33
  goog.inherits(proto.ondewo.nlu.StatResponse, jspb.Message);
36
34
  if (goog.DEBUG && !COMPILED) {
37
- /**
38
- * @public
39
- * @override
40
- */
41
- proto.ondewo.nlu.StatResponse.displayName = 'proto.ondewo.nlu.StatResponse';
35
+ /**
36
+ * @public
37
+ * @override
38
+ */
39
+ proto.ondewo.nlu.StatResponse.displayName = 'proto.ondewo.nlu.StatResponse';
42
40
  }
43
41
 
42
+
43
+
44
44
  if (jspb.Message.GENERATE_TO_OBJECT) {
45
- /**
46
- * Creates an object representation of this proto.
47
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
48
- * Optional fields that are not set will be set to undefined.
49
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
50
- * For the list of reserved names please see:
51
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
52
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53
- * JSPB instance for transitional soy proto support:
54
- * http://goto/soy-param-migration
55
- * @return {!Object}
56
- */
57
- proto.ondewo.nlu.StatResponse.prototype.toObject = function (opt_includeInstance) {
58
- return proto.ondewo.nlu.StatResponse.toObject(opt_includeInstance, this);
59
- };
60
-
61
- /**
62
- * Static version of the {@see toObject} method.
63
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
64
- * the JSPB instance for transitional soy proto support:
65
- * http://goto/soy-param-migration
66
- * @param {!proto.ondewo.nlu.StatResponse} msg The msg instance to transform.
67
- * @return {!Object}
68
- * @suppress {unusedLocalVariables} f is only used for nested messages
69
- */
70
- proto.ondewo.nlu.StatResponse.toObject = function (includeInstance, msg) {
71
- var f,
72
- obj = {
73
- value: jspb.Message.getFieldWithDefault(msg, 1, 0)
74
- };
75
-
76
- if (includeInstance) {
77
- obj.$jspbMessageInstance = msg;
78
- }
79
- return obj;
80
- };
45
+ /**
46
+ * Creates an object representation of this proto.
47
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
48
+ * Optional fields that are not set will be set to undefined.
49
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
50
+ * For the list of reserved names please see:
51
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
52
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53
+ * JSPB instance for transitional soy proto support:
54
+ * http://goto/soy-param-migration
55
+ * @return {!Object}
56
+ */
57
+ proto.ondewo.nlu.StatResponse.prototype.toObject = function(opt_includeInstance) {
58
+ return proto.ondewo.nlu.StatResponse.toObject(opt_includeInstance, this);
59
+ };
60
+
61
+
62
+ /**
63
+ * Static version of the {@see toObject} method.
64
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
65
+ * the JSPB instance for transitional soy proto support:
66
+ * http://goto/soy-param-migration
67
+ * @param {!proto.ondewo.nlu.StatResponse} msg The msg instance to transform.
68
+ * @return {!Object}
69
+ * @suppress {unusedLocalVariables} f is only used for nested messages
70
+ */
71
+ proto.ondewo.nlu.StatResponse.toObject = function(includeInstance, msg) {
72
+ var f, obj = {
73
+ value: jspb.Message.getFieldWithDefault(msg, 1, 0)
74
+ };
75
+
76
+ if (includeInstance) {
77
+ obj.$jspbMessageInstance = msg;
78
+ }
79
+ return obj;
80
+ };
81
81
  }
82
82
 
83
+
83
84
  /**
84
85
  * Deserializes binary data (in protobuf wire format).
85
86
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
86
87
  * @return {!proto.ondewo.nlu.StatResponse}
87
88
  */
88
- proto.ondewo.nlu.StatResponse.deserializeBinary = function (bytes) {
89
- var reader = new jspb.BinaryReader(bytes);
90
- var msg = new proto.ondewo.nlu.StatResponse();
91
- return proto.ondewo.nlu.StatResponse.deserializeBinaryFromReader(msg, reader);
89
+ proto.ondewo.nlu.StatResponse.deserializeBinary = function(bytes) {
90
+ var reader = new jspb.BinaryReader(bytes);
91
+ var msg = new proto.ondewo.nlu.StatResponse;
92
+ return proto.ondewo.nlu.StatResponse.deserializeBinaryFromReader(msg, reader);
92
93
  };
93
94
 
95
+
94
96
  /**
95
97
  * Deserializes binary data (in protobuf wire format) from the
96
98
  * given reader into the given message object.
@@ -98,35 +100,37 @@ proto.ondewo.nlu.StatResponse.deserializeBinary = function (bytes) {
98
100
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
99
101
  * @return {!proto.ondewo.nlu.StatResponse}
100
102
  */
101
- proto.ondewo.nlu.StatResponse.deserializeBinaryFromReader = function (msg, reader) {
102
- while (reader.nextField()) {
103
- if (reader.isEndGroup()) {
104
- break;
105
- }
106
- var field = reader.getFieldNumber();
107
- switch (field) {
108
- case 1:
109
- var value = /** @type {number} */ (reader.readUint32());
110
- msg.setValue(value);
111
- break;
112
- default:
113
- reader.skipField();
114
- break;
115
- }
116
- }
117
- return msg;
103
+ proto.ondewo.nlu.StatResponse.deserializeBinaryFromReader = function(msg, reader) {
104
+ while (reader.nextField()) {
105
+ if (reader.isEndGroup()) {
106
+ break;
107
+ }
108
+ var field = reader.getFieldNumber();
109
+ switch (field) {
110
+ case 1:
111
+ var value = /** @type {number} */ (reader.readUint32());
112
+ msg.setValue(value);
113
+ break;
114
+ default:
115
+ reader.skipField();
116
+ break;
117
+ }
118
+ }
119
+ return msg;
118
120
  };
119
121
 
122
+
120
123
  /**
121
124
  * Serializes the message to binary data (in protobuf wire format).
122
125
  * @return {!Uint8Array}
123
126
  */
124
- proto.ondewo.nlu.StatResponse.prototype.serializeBinary = function () {
125
- var writer = new jspb.BinaryWriter();
126
- proto.ondewo.nlu.StatResponse.serializeBinaryToWriter(this, writer);
127
- return writer.getResultBuffer();
127
+ proto.ondewo.nlu.StatResponse.prototype.serializeBinary = function() {
128
+ var writer = new jspb.BinaryWriter();
129
+ proto.ondewo.nlu.StatResponse.serializeBinaryToWriter(this, writer);
130
+ return writer.getResultBuffer();
128
131
  };
129
132
 
133
+
130
134
  /**
131
135
  * Serializes the given message to binary data (in protobuf wire
132
136
  * format), writing to the given BinaryWriter.
@@ -134,36 +138,42 @@ proto.ondewo.nlu.StatResponse.prototype.serializeBinary = function () {
134
138
  * @param {!jspb.BinaryWriter} writer
135
139
  * @suppress {unusedLocalVariables} f is only used for nested messages
136
140
  */
137
- proto.ondewo.nlu.StatResponse.serializeBinaryToWriter = function (message, writer) {
138
- var f = undefined;
139
- f = message.getValue();
140
- if (f !== 0) {
141
- writer.writeUint32(1, f);
142
- }
141
+ proto.ondewo.nlu.StatResponse.serializeBinaryToWriter = function(message, writer) {
142
+ var f = undefined;
143
+ f = message.getValue();
144
+ if (f !== 0) {
145
+ writer.writeUint32(
146
+ 1,
147
+ f
148
+ );
149
+ }
143
150
  };
144
151
 
152
+
145
153
  /**
146
154
  * optional uint32 value = 1;
147
155
  * @return {number}
148
156
  */
149
- proto.ondewo.nlu.StatResponse.prototype.getValue = function () {
150
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
157
+ proto.ondewo.nlu.StatResponse.prototype.getValue = function() {
158
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
151
159
  };
152
160
 
161
+
153
162
  /**
154
163
  * @param {number} value
155
164
  * @return {!proto.ondewo.nlu.StatResponse} returns this
156
165
  */
157
- proto.ondewo.nlu.StatResponse.prototype.setValue = function (value) {
158
- return jspb.Message.setProto3IntField(this, 1, value);
166
+ proto.ondewo.nlu.StatResponse.prototype.setValue = function(value) {
167
+ return jspb.Message.setProto3IntField(this, 1, value);
159
168
  };
160
169
 
170
+
161
171
  /**
162
172
  * @enum {number}
163
173
  */
164
174
  proto.ondewo.nlu.SortingMode = {
165
- ASCENDING: 0,
166
- DESCENDING: 1
175
+ ASCENDING: 0,
176
+ DESCENDING: 1
167
177
  };
168
178
 
169
179
  goog.object.extend(exports, proto.ondewo.nlu);
@@ -3,84 +3,90 @@ import * as grpcWeb from 'grpc-web';
3
3
  import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
4
4
  import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
5
5
 
6
+
6
7
  export class ContextsClient {
7
- constructor(
8
- hostname: string,
9
- credentials?: null | { [index: string]: string },
10
- options?: null | { [index: string]: any }
11
- );
12
-
13
- listContexts(
14
- request: ondewo_nlu_context_pb.ListContextsRequest,
15
- metadata: grpcWeb.Metadata | undefined,
16
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_context_pb.ListContextsResponse) => void
17
- ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.ListContextsResponse>;
18
-
19
- getContext(
20
- request: ondewo_nlu_context_pb.GetContextRequest,
21
- metadata: grpcWeb.Metadata | undefined,
22
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_context_pb.Context) => void
23
- ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
24
-
25
- createContext(
26
- request: ondewo_nlu_context_pb.CreateContextRequest,
27
- metadata: grpcWeb.Metadata | undefined,
28
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_context_pb.Context) => void
29
- ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
30
-
31
- updateContext(
32
- request: ondewo_nlu_context_pb.UpdateContextRequest,
33
- metadata: grpcWeb.Metadata | undefined,
34
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_context_pb.Context) => void
35
- ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
36
-
37
- deleteContext(
38
- request: ondewo_nlu_context_pb.DeleteContextRequest,
39
- metadata: grpcWeb.Metadata | undefined,
40
- callback: (err: grpcWeb.RpcError, response: google_protobuf_empty_pb.Empty) => void
41
- ): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
42
-
43
- deleteAllContexts(
44
- request: ondewo_nlu_context_pb.DeleteAllContextsRequest,
45
- metadata: grpcWeb.Metadata | undefined,
46
- callback: (err: grpcWeb.RpcError, response: google_protobuf_empty_pb.Empty) => void
47
- ): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
8
+ constructor (hostname: string,
9
+ credentials?: null | { [index: string]: string; },
10
+ options?: null | { [index: string]: any; });
11
+
12
+ listContexts(
13
+ request: ondewo_nlu_context_pb.ListContextsRequest,
14
+ metadata: grpcWeb.Metadata | undefined,
15
+ callback: (err: grpcWeb.RpcError,
16
+ response: ondewo_nlu_context_pb.ListContextsResponse) => void
17
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.ListContextsResponse>;
18
+
19
+ getContext(
20
+ request: ondewo_nlu_context_pb.GetContextRequest,
21
+ metadata: grpcWeb.Metadata | undefined,
22
+ callback: (err: grpcWeb.RpcError,
23
+ response: ondewo_nlu_context_pb.Context) => void
24
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
25
+
26
+ createContext(
27
+ request: ondewo_nlu_context_pb.CreateContextRequest,
28
+ metadata: grpcWeb.Metadata | undefined,
29
+ callback: (err: grpcWeb.RpcError,
30
+ response: ondewo_nlu_context_pb.Context) => void
31
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
32
+
33
+ updateContext(
34
+ request: ondewo_nlu_context_pb.UpdateContextRequest,
35
+ metadata: grpcWeb.Metadata | undefined,
36
+ callback: (err: grpcWeb.RpcError,
37
+ response: ondewo_nlu_context_pb.Context) => void
38
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_context_pb.Context>;
39
+
40
+ deleteContext(
41
+ request: ondewo_nlu_context_pb.DeleteContextRequest,
42
+ metadata: grpcWeb.Metadata | undefined,
43
+ callback: (err: grpcWeb.RpcError,
44
+ response: google_protobuf_empty_pb.Empty) => void
45
+ ): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
46
+
47
+ deleteAllContexts(
48
+ request: ondewo_nlu_context_pb.DeleteAllContextsRequest,
49
+ metadata: grpcWeb.Metadata | undefined,
50
+ callback: (err: grpcWeb.RpcError,
51
+ response: google_protobuf_empty_pb.Empty) => void
52
+ ): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
53
+
48
54
  }
49
55
 
50
56
  export class ContextsPromiseClient {
51
- constructor(
52
- hostname: string,
53
- credentials?: null | { [index: string]: string },
54
- options?: null | { [index: string]: any }
55
- );
56
-
57
- listContexts(
58
- request: ondewo_nlu_context_pb.ListContextsRequest,
59
- metadata?: grpcWeb.Metadata
60
- ): Promise<ondewo_nlu_context_pb.ListContextsResponse>;
61
-
62
- getContext(
63
- request: ondewo_nlu_context_pb.GetContextRequest,
64
- metadata?: grpcWeb.Metadata
65
- ): Promise<ondewo_nlu_context_pb.Context>;
66
-
67
- createContext(
68
- request: ondewo_nlu_context_pb.CreateContextRequest,
69
- metadata?: grpcWeb.Metadata
70
- ): Promise<ondewo_nlu_context_pb.Context>;
71
-
72
- updateContext(
73
- request: ondewo_nlu_context_pb.UpdateContextRequest,
74
- metadata?: grpcWeb.Metadata
75
- ): Promise<ondewo_nlu_context_pb.Context>;
76
-
77
- deleteContext(
78
- request: ondewo_nlu_context_pb.DeleteContextRequest,
79
- metadata?: grpcWeb.Metadata
80
- ): Promise<google_protobuf_empty_pb.Empty>;
81
-
82
- deleteAllContexts(
83
- request: ondewo_nlu_context_pb.DeleteAllContextsRequest,
84
- metadata?: grpcWeb.Metadata
85
- ): Promise<google_protobuf_empty_pb.Empty>;
57
+ constructor (hostname: string,
58
+ credentials?: null | { [index: string]: string; },
59
+ options?: null | { [index: string]: any; });
60
+
61
+ listContexts(
62
+ request: ondewo_nlu_context_pb.ListContextsRequest,
63
+ metadata?: grpcWeb.Metadata
64
+ ): Promise<ondewo_nlu_context_pb.ListContextsResponse>;
65
+
66
+ getContext(
67
+ request: ondewo_nlu_context_pb.GetContextRequest,
68
+ metadata?: grpcWeb.Metadata
69
+ ): Promise<ondewo_nlu_context_pb.Context>;
70
+
71
+ createContext(
72
+ request: ondewo_nlu_context_pb.CreateContextRequest,
73
+ metadata?: grpcWeb.Metadata
74
+ ): Promise<ondewo_nlu_context_pb.Context>;
75
+
76
+ updateContext(
77
+ request: ondewo_nlu_context_pb.UpdateContextRequest,
78
+ metadata?: grpcWeb.Metadata
79
+ ): Promise<ondewo_nlu_context_pb.Context>;
80
+
81
+ deleteContext(
82
+ request: ondewo_nlu_context_pb.DeleteContextRequest,
83
+ metadata?: grpcWeb.Metadata
84
+ ): Promise<google_protobuf_empty_pb.Empty>;
85
+
86
+ deleteAllContexts(
87
+ request: ondewo_nlu_context_pb.DeleteAllContextsRequest,
88
+ metadata?: grpcWeb.Metadata
89
+ ): Promise<google_protobuf_empty_pb.Empty>;
90
+
86
91
  }
92
+