@ondewo/nlu-client-typescript 3.5.2 → 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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -478
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1143 -1213
- package/api/ondewo/nlu/agent_pb.d.ts +1965 -1672
- package/api/ondewo/nlu/agent_pb.js +9401 -10036
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
- package/api/ondewo/nlu/aiservices_pb.d.ts +746 -671
- package/api/ondewo/nlu/aiservices_pb.js +3648 -4383
- package/api/ondewo/nlu/common_pb.d.ts +15 -17
- package/api/ondewo/nlu/common_pb.js +83 -93
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
- package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +892 -1045
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
- package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
- package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
- package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
- package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
- package/api/ondewo/nlu/intent_pb.js +9502 -10692
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
- package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
- package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
- package/api/ondewo/nlu/operations_pb.d.ts +189 -182
- package/api/ondewo/nlu/operations_pb.js +843 -1004
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
- package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
- package/api/ondewo/nlu/project_role_pb.js +796 -963
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
- package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
- package/api/ondewo/nlu/project_statistics_pb.js +354 -418
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
- package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
- package/api/ondewo/nlu/server_statistics_pb.js +81 -91
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
- package/api/ondewo/nlu/session_grpc_web_pb.js +409 -460
- package/api/ondewo/nlu/session_pb.d.ts +1132 -867
- package/api/ondewo/nlu/session_pb.js +5960 -5662
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
- package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
- package/api/ondewo/nlu/user_pb.d.ts +345 -325
- package/api/ondewo/nlu/user_pb.js +1948 -2312
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
- package/api/ondewo/nlu/utility_pb.d.ts +588 -535
- package/api/ondewo/nlu/utility_pb.js +2814 -3348
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
- package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
- package/api/ondewo/nlu/webhook_pb.js +599 -718
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
- package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
- package/api/ondewo/qa/qa_pb.d.ts +235 -220
- package/api/ondewo/qa/qa_pb.js +1222 -1452
- package/package.json +1 -1
- 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
|
-
|
|
7
|
-
|
|
4
|
+
getValue(): number;
|
|
5
|
+
setValue(value: number): StatResponse;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
export type AsObject = {
|
|
17
|
+
value: number;
|
|
18
|
+
};
|
|
21
19
|
}
|
|
22
20
|
|
|
23
|
-
export enum SortingMode {
|
|
24
|
-
|
|
25
|
-
|
|
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 =
|
|
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
|
-
|
|
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
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
proto.ondewo.nlu.StatResponse.prototype.toObject = function(opt_includeInstance) {
|
|
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
|
+
* 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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
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
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
176
|
-
|
|
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
|
-
|
|
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
|
-
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|