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