@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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
- package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
- package/api/ondewo/nlu/agent_pb.js +10491 -9063
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
- package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
- package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
- package/api/ondewo/nlu/common_pb.d.ts +17 -15
- package/api/ondewo/nlu/common_pb.js +93 -83
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
- package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +1042 -889
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
- package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
- package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
- package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
- package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
- package/api/ondewo/nlu/intent_pb.js +10692 -9502
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
- package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
- package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
- package/api/ondewo/nlu/operations_pb.d.ts +182 -189
- package/api/ondewo/nlu/operations_pb.js +1004 -843
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
- package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
- package/api/ondewo/nlu/project_role_pb.js +963 -796
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
- package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
- package/api/ondewo/nlu/project_statistics_pb.js +418 -354
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
- package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
- package/api/ondewo/nlu/server_statistics_pb.js +91 -81
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
- package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
- package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
- package/api/ondewo/nlu/session_pb.js +13885 -6673
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
- package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
- package/api/ondewo/nlu/user_pb.d.ts +325 -345
- package/api/ondewo/nlu/user_pb.js +2312 -1948
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
- package/api/ondewo/nlu/utility_pb.d.ts +535 -588
- package/api/ondewo/nlu/utility_pb.js +3348 -2814
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
- package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
- package/api/ondewo/nlu/webhook_pb.js +718 -599
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
- package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
- package/api/ondewo/qa/qa_pb.d.ts +220 -235
- package/api/ondewo/qa/qa_pb.js +1452 -1222
- package/package.json +1 -1
- 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
|
-
|
|
5
|
-
|
|
6
|
+
getValue(): number;
|
|
7
|
+
setValue(value: number): StatResponse;
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
export type AsObject = {
|
|
19
|
+
value: number,
|
|
20
|
+
}
|
|
19
21
|
}
|
|
20
22
|
|
|
21
|
-
export enum SortingMode {
|
|
22
|
-
|
|
23
|
-
|
|
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
|
|
33
|
-
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
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
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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
|
-
|
|
126
|
-
|
|
127
|
-
|
|
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
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
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
|
-
|
|
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
|
|
158
|
-
|
|
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
|
-
|
|
166
|
-
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
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
|
+
|