@ondewo/nlu-client-typescript 4.1.0 → 4.2.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 +1751 -1939
- package/api/ondewo/nlu/agent_pb.js +10484 -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 +88 -86
- package/api/ondewo/nlu/operation_metadata_pb.js +412 -321
- 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 +30 -0
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
2
|
|
|
3
3
|
import * as google_api_annotations_pb from '../../google/api/annotations_pb';
|
|
4
4
|
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
|
|
5
5
|
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
export class Context extends jspb.Message {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
getName(): string;
|
|
10
|
+
setName(value: string): Context;
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
getLifespanCount(): number;
|
|
13
|
+
setLifespanCount(value: number): Context;
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
getParametersMap(): jspb.Map<string, Context.Parameter>;
|
|
16
|
+
clearParametersMap(): Context;
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
getLifespanTime(): number;
|
|
19
|
+
setLifespanTime(value: number): Context;
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
serializeBinary(): Uint8Array;
|
|
22
|
+
toObject(includeInstance?: boolean): Context.AsObject;
|
|
23
|
+
static toObject(includeInstance: boolean, msg: Context): Context.AsObject;
|
|
24
|
+
static serializeBinaryToWriter(message: Context, writer: jspb.BinaryWriter): void;
|
|
25
|
+
static deserializeBinary(bytes: Uint8Array): Context;
|
|
26
|
+
static deserializeBinaryFromReader(message: Context, reader: jspb.BinaryReader): Context;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
export namespace Context {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
30
|
+
export type AsObject = {
|
|
31
|
+
name: string,
|
|
32
|
+
lifespanCount: number,
|
|
33
|
+
parametersMap: Array<[string, Context.Parameter.AsObject]>,
|
|
34
|
+
lifespanTime: number,
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export class Parameter extends jspb.Message {
|
|
38
|
+
getName(): string;
|
|
39
|
+
setName(value: string): Parameter;
|
|
40
|
+
|
|
41
|
+
getDisplayName(): string;
|
|
42
|
+
setDisplayName(value: string): Parameter;
|
|
43
|
+
|
|
44
|
+
getValue(): string;
|
|
45
|
+
setValue(value: string): Parameter;
|
|
46
|
+
|
|
47
|
+
getValueOriginal(): string;
|
|
48
|
+
setValueOriginal(value: string): Parameter;
|
|
49
|
+
|
|
50
|
+
serializeBinary(): Uint8Array;
|
|
51
|
+
toObject(includeInstance?: boolean): Parameter.AsObject;
|
|
52
|
+
static toObject(includeInstance: boolean, msg: Parameter): Parameter.AsObject;
|
|
53
|
+
static serializeBinaryToWriter(message: Parameter, writer: jspb.BinaryWriter): void;
|
|
54
|
+
static deserializeBinary(bytes: Uint8Array): Parameter;
|
|
55
|
+
static deserializeBinaryFromReader(message: Parameter, reader: jspb.BinaryReader): Parameter;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export namespace Parameter {
|
|
59
|
+
export type AsObject = {
|
|
60
|
+
name: string,
|
|
61
|
+
displayName: string,
|
|
62
|
+
value: string,
|
|
63
|
+
valueOriginal: string,
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
export class ListContextsRequest extends jspb.Message {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
getSessionId(): string;
|
|
71
|
+
setSessionId(value: string): ListContextsRequest;
|
|
70
72
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
+
getPageToken(): string;
|
|
74
|
+
setPageToken(value: string): ListContextsRequest;
|
|
73
75
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
76
|
+
serializeBinary(): Uint8Array;
|
|
77
|
+
toObject(includeInstance?: boolean): ListContextsRequest.AsObject;
|
|
78
|
+
static toObject(includeInstance: boolean, msg: ListContextsRequest): ListContextsRequest.AsObject;
|
|
79
|
+
static serializeBinaryToWriter(message: ListContextsRequest, writer: jspb.BinaryWriter): void;
|
|
80
|
+
static deserializeBinary(bytes: Uint8Array): ListContextsRequest;
|
|
81
|
+
static deserializeBinaryFromReader(message: ListContextsRequest, reader: jspb.BinaryReader): ListContextsRequest;
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
export namespace ListContextsRequest {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
export type AsObject = {
|
|
86
|
+
sessionId: string,
|
|
87
|
+
pageToken: string,
|
|
88
|
+
}
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
export class ListContextsResponse extends jspb.Message {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
getContextsList(): Array<Context>;
|
|
93
|
+
setContextsList(value: Array<Context>): ListContextsResponse;
|
|
94
|
+
clearContextsList(): ListContextsResponse;
|
|
95
|
+
addContexts(value?: Context, index?: number): Context;
|
|
94
96
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
+
getNextPageToken(): string;
|
|
98
|
+
setNextPageToken(value: string): ListContextsResponse;
|
|
97
99
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
serializeBinary(): Uint8Array;
|
|
101
|
+
toObject(includeInstance?: boolean): ListContextsResponse.AsObject;
|
|
102
|
+
static toObject(includeInstance: boolean, msg: ListContextsResponse): ListContextsResponse.AsObject;
|
|
103
|
+
static serializeBinaryToWriter(message: ListContextsResponse, writer: jspb.BinaryWriter): void;
|
|
104
|
+
static deserializeBinary(bytes: Uint8Array): ListContextsResponse;
|
|
105
|
+
static deserializeBinaryFromReader(message: ListContextsResponse, reader: jspb.BinaryReader): ListContextsResponse;
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
export namespace ListContextsResponse {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
export type AsObject = {
|
|
110
|
+
contextsList: Array<Context.AsObject>,
|
|
111
|
+
nextPageToken: string,
|
|
112
|
+
}
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
export class GetContextRequest extends jspb.Message {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
+
getName(): string;
|
|
117
|
+
setName(value: string): GetContextRequest;
|
|
116
118
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
serializeBinary(): Uint8Array;
|
|
120
|
+
toObject(includeInstance?: boolean): GetContextRequest.AsObject;
|
|
121
|
+
static toObject(includeInstance: boolean, msg: GetContextRequest): GetContextRequest.AsObject;
|
|
122
|
+
static serializeBinaryToWriter(message: GetContextRequest, writer: jspb.BinaryWriter): void;
|
|
123
|
+
static deserializeBinary(bytes: Uint8Array): GetContextRequest;
|
|
124
|
+
static deserializeBinaryFromReader(message: GetContextRequest, reader: jspb.BinaryReader): GetContextRequest;
|
|
123
125
|
}
|
|
124
126
|
|
|
125
127
|
export namespace GetContextRequest {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
export type AsObject = {
|
|
129
|
+
name: string,
|
|
130
|
+
}
|
|
129
131
|
}
|
|
130
132
|
|
|
131
133
|
export class CreateContextRequest extends jspb.Message {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
+
getSessionId(): string;
|
|
135
|
+
setSessionId(value: string): CreateContextRequest;
|
|
134
136
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
getContext(): Context | undefined;
|
|
138
|
+
setContext(value?: Context): CreateContextRequest;
|
|
139
|
+
hasContext(): boolean;
|
|
140
|
+
clearContext(): CreateContextRequest;
|
|
139
141
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
142
|
+
serializeBinary(): Uint8Array;
|
|
143
|
+
toObject(includeInstance?: boolean): CreateContextRequest.AsObject;
|
|
144
|
+
static toObject(includeInstance: boolean, msg: CreateContextRequest): CreateContextRequest.AsObject;
|
|
145
|
+
static serializeBinaryToWriter(message: CreateContextRequest, writer: jspb.BinaryWriter): void;
|
|
146
|
+
static deserializeBinary(bytes: Uint8Array): CreateContextRequest;
|
|
147
|
+
static deserializeBinaryFromReader(message: CreateContextRequest, reader: jspb.BinaryReader): CreateContextRequest;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
export namespace CreateContextRequest {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
export type AsObject = {
|
|
152
|
+
sessionId: string,
|
|
153
|
+
context?: Context.AsObject,
|
|
154
|
+
}
|
|
153
155
|
}
|
|
154
156
|
|
|
155
157
|
export class UpdateContextRequest extends jspb.Message {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
getContext(): Context | undefined;
|
|
159
|
+
setContext(value?: Context): UpdateContextRequest;
|
|
160
|
+
hasContext(): boolean;
|
|
161
|
+
clearContext(): UpdateContextRequest;
|
|
160
162
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
getUpdateMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
164
|
+
setUpdateMask(value?: google_protobuf_field_mask_pb.FieldMask): UpdateContextRequest;
|
|
165
|
+
hasUpdateMask(): boolean;
|
|
166
|
+
clearUpdateMask(): UpdateContextRequest;
|
|
165
167
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
168
|
+
serializeBinary(): Uint8Array;
|
|
169
|
+
toObject(includeInstance?: boolean): UpdateContextRequest.AsObject;
|
|
170
|
+
static toObject(includeInstance: boolean, msg: UpdateContextRequest): UpdateContextRequest.AsObject;
|
|
171
|
+
static serializeBinaryToWriter(message: UpdateContextRequest, writer: jspb.BinaryWriter): void;
|
|
172
|
+
static deserializeBinary(bytes: Uint8Array): UpdateContextRequest;
|
|
173
|
+
static deserializeBinaryFromReader(message: UpdateContextRequest, reader: jspb.BinaryReader): UpdateContextRequest;
|
|
172
174
|
}
|
|
173
175
|
|
|
174
176
|
export namespace UpdateContextRequest {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
export type AsObject = {
|
|
178
|
+
context?: Context.AsObject,
|
|
179
|
+
updateMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
180
|
+
}
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
export class DeleteContextRequest extends jspb.Message {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
+
getName(): string;
|
|
185
|
+
setName(value: string): DeleteContextRequest;
|
|
184
186
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
187
|
+
serializeBinary(): Uint8Array;
|
|
188
|
+
toObject(includeInstance?: boolean): DeleteContextRequest.AsObject;
|
|
189
|
+
static toObject(includeInstance: boolean, msg: DeleteContextRequest): DeleteContextRequest.AsObject;
|
|
190
|
+
static serializeBinaryToWriter(message: DeleteContextRequest, writer: jspb.BinaryWriter): void;
|
|
191
|
+
static deserializeBinary(bytes: Uint8Array): DeleteContextRequest;
|
|
192
|
+
static deserializeBinaryFromReader(message: DeleteContextRequest, reader: jspb.BinaryReader): DeleteContextRequest;
|
|
191
193
|
}
|
|
192
194
|
|
|
193
195
|
export namespace DeleteContextRequest {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
196
|
+
export type AsObject = {
|
|
197
|
+
name: string,
|
|
198
|
+
}
|
|
197
199
|
}
|
|
198
200
|
|
|
199
201
|
export class DeleteAllContextsRequest extends jspb.Message {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
+
getSessionId(): string;
|
|
203
|
+
setSessionId(value: string): DeleteAllContextsRequest;
|
|
202
204
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
message: DeleteAllContextsRequest,
|
|
210
|
-
reader: jspb.BinaryReader
|
|
211
|
-
): DeleteAllContextsRequest;
|
|
205
|
+
serializeBinary(): Uint8Array;
|
|
206
|
+
toObject(includeInstance?: boolean): DeleteAllContextsRequest.AsObject;
|
|
207
|
+
static toObject(includeInstance: boolean, msg: DeleteAllContextsRequest): DeleteAllContextsRequest.AsObject;
|
|
208
|
+
static serializeBinaryToWriter(message: DeleteAllContextsRequest, writer: jspb.BinaryWriter): void;
|
|
209
|
+
static deserializeBinary(bytes: Uint8Array): DeleteAllContextsRequest;
|
|
210
|
+
static deserializeBinaryFromReader(message: DeleteAllContextsRequest, reader: jspb.BinaryReader): DeleteAllContextsRequest;
|
|
212
211
|
}
|
|
213
212
|
|
|
214
213
|
export namespace DeleteAllContextsRequest {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
214
|
+
export type AsObject = {
|
|
215
|
+
sessionId: string,
|
|
216
|
+
}
|
|
218
217
|
}
|
|
218
|
+
|