@ondewo/nlu-client-typescript 4.0.0 → 4.1.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 +450 -490
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
  3. package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
  4. package/api/ondewo/nlu/agent_pb.js +9062 -10483
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
  8. package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +889 -1042
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
  43. package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
  44. package/api/ondewo/nlu/session_pb.js +5285 -6536
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -1,26 +1,24 @@
1
- import * as jspb from 'google-protobuf'
2
-
3
-
1
+ import * as jspb from 'google-protobuf';
4
2
 
5
3
  export class StatResponse extends jspb.Message {
6
- getValue(): number;
7
- setValue(value: number): StatResponse;
4
+ getValue(): number;
5
+ setValue(value: number): StatResponse;
8
6
 
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;
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;
15
13
  }
16
14
 
17
15
  export namespace StatResponse {
18
- export type AsObject = {
19
- value: number,
20
- }
16
+ export type AsObject = {
17
+ value: number;
18
+ };
21
19
  }
22
20
 
23
- export enum SortingMode {
24
- ASCENDING = 0,
25
- DESCENDING = 1,
21
+ export enum SortingMode {
22
+ ASCENDING = 0,
23
+ DESCENDING = 1
26
24
  }
@@ -13,7 +13,9 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global = function () {
17
+ return this || window || global || self || Function('return this')();
18
+ }.call(null);
17
19
 
18
20
  goog.exportSymbol('proto.ondewo.nlu.SortingMode', null, global);
19
21
  goog.exportSymbol('proto.ondewo.nlu.StatResponse', null, global);
@@ -27,72 +29,68 @@ goog.exportSymbol('proto.ondewo.nlu.StatResponse', null, global);
27
29
  * @extends {jspb.Message}
28
30
  * @constructor
29
31
  */
30
- proto.ondewo.nlu.StatResponse = function(opt_data) {
31
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
32
+ proto.ondewo.nlu.StatResponse = function (opt_data) {
33
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
32
34
  };
33
35
  goog.inherits(proto.ondewo.nlu.StatResponse, jspb.Message);
34
36
  if (goog.DEBUG && !COMPILED) {
35
- /**
36
- * @public
37
- * @override
38
- */
39
- proto.ondewo.nlu.StatResponse.displayName = 'proto.ondewo.nlu.StatResponse';
37
+ /**
38
+ * @public
39
+ * @override
40
+ */
41
+ proto.ondewo.nlu.StatResponse.displayName = 'proto.ondewo.nlu.StatResponse';
40
42
  }
41
43
 
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
- /**
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
- };
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
+ };
81
81
  }
82
82
 
83
-
84
83
  /**
85
84
  * Deserializes binary data (in protobuf wire format).
86
85
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
87
86
  * @return {!proto.ondewo.nlu.StatResponse}
88
87
  */
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);
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);
93
92
  };
94
93
 
95
-
96
94
  /**
97
95
  * Deserializes binary data (in protobuf wire format) from the
98
96
  * given reader into the given message object.
@@ -100,37 +98,35 @@ proto.ondewo.nlu.StatResponse.deserializeBinary = function(bytes) {
100
98
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
101
99
  * @return {!proto.ondewo.nlu.StatResponse}
102
100
  */
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;
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;
120
118
  };
121
119
 
122
-
123
120
  /**
124
121
  * Serializes the message to binary data (in protobuf wire format).
125
122
  * @return {!Uint8Array}
126
123
  */
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();
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();
131
128
  };
132
129
 
133
-
134
130
  /**
135
131
  * Serializes the given message to binary data (in protobuf wire
136
132
  * format), writing to the given BinaryWriter.
@@ -138,42 +134,36 @@ proto.ondewo.nlu.StatResponse.prototype.serializeBinary = function() {
138
134
  * @param {!jspb.BinaryWriter} writer
139
135
  * @suppress {unusedLocalVariables} f is only used for nested messages
140
136
  */
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
- }
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
+ }
150
143
  };
151
144
 
152
-
153
145
  /**
154
146
  * optional uint32 value = 1;
155
147
  * @return {number}
156
148
  */
157
- proto.ondewo.nlu.StatResponse.prototype.getValue = function() {
158
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
149
+ proto.ondewo.nlu.StatResponse.prototype.getValue = function () {
150
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
159
151
  };
160
152
 
161
-
162
153
  /**
163
154
  * @param {number} value
164
155
  * @return {!proto.ondewo.nlu.StatResponse} returns this
165
156
  */
166
- proto.ondewo.nlu.StatResponse.prototype.setValue = function(value) {
167
- return jspb.Message.setProto3IntField(this, 1, value);
157
+ proto.ondewo.nlu.StatResponse.prototype.setValue = function (value) {
158
+ return jspb.Message.setProto3IntField(this, 1, value);
168
159
  };
169
160
 
170
-
171
161
  /**
172
162
  * @enum {number}
173
163
  */
174
164
  proto.ondewo.nlu.SortingMode = {
175
- ASCENDING: 0,
176
- DESCENDING: 1
165
+ ASCENDING: 0,
166
+ DESCENDING: 1
177
167
  };
178
168
 
179
169
  goog.object.extend(exports, proto.ondewo.nlu);
@@ -3,90 +3,84 @@ 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
-
7
6
  export class ContextsClient {
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
-
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>;
54
48
  }
55
49
 
56
50
  export class ContextsPromiseClient {
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
-
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>;
91
86
  }
92
-