@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,708 +1,761 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
1
|
+
import * as jspb from 'google-protobuf';
|
|
2
2
|
|
|
3
3
|
import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
|
|
4
4
|
import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
export class ValidateRegexRequest extends jspb.Message {
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
getRegex(): string;
|
|
8
|
+
setRegex(value: string): ValidateRegexRequest;
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
serializeBinary(): Uint8Array;
|
|
11
|
+
toObject(includeInstance?: boolean): ValidateRegexRequest.AsObject;
|
|
12
|
+
static toObject(includeInstance: boolean, msg: ValidateRegexRequest): ValidateRegexRequest.AsObject;
|
|
13
|
+
static serializeBinaryToWriter(message: ValidateRegexRequest, writer: jspb.BinaryWriter): void;
|
|
14
|
+
static deserializeBinary(bytes: Uint8Array): ValidateRegexRequest;
|
|
15
|
+
static deserializeBinaryFromReader(message: ValidateRegexRequest, reader: jspb.BinaryReader): ValidateRegexRequest;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
export namespace ValidateRegexRequest {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
export type AsObject = {
|
|
20
|
+
regex: string;
|
|
21
|
+
};
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
export class ValidateRegexResponse extends jspb.Message {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
getErrorMessagesList(): Array<string>;
|
|
26
|
+
setErrorMessagesList(value: Array<string>): ValidateRegexResponse;
|
|
27
|
+
clearErrorMessagesList(): ValidateRegexResponse;
|
|
28
|
+
addErrorMessages(value: string, index?: number): ValidateRegexResponse;
|
|
30
29
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
serializeBinary(): Uint8Array;
|
|
31
|
+
toObject(includeInstance?: boolean): ValidateRegexResponse.AsObject;
|
|
32
|
+
static toObject(includeInstance: boolean, msg: ValidateRegexResponse): ValidateRegexResponse.AsObject;
|
|
33
|
+
static serializeBinaryToWriter(message: ValidateRegexResponse, writer: jspb.BinaryWriter): void;
|
|
34
|
+
static deserializeBinary(bytes: Uint8Array): ValidateRegexResponse;
|
|
35
|
+
static deserializeBinaryFromReader(message: ValidateRegexResponse, reader: jspb.BinaryReader): ValidateRegexResponse;
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
export namespace ValidateRegexResponse {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
export type AsObject = {
|
|
40
|
+
errorMessagesList: Array<string>;
|
|
41
|
+
};
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
export class ValidateEmbeddedRegexRequest extends jspb.Message {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
45
|
+
getEntityType(): ondewo_nlu_entity_type_pb.EntityType.Entity | undefined;
|
|
46
|
+
setEntityType(value?: ondewo_nlu_entity_type_pb.EntityType.Entity): ValidateEmbeddedRegexRequest;
|
|
47
|
+
hasEntityType(): boolean;
|
|
48
|
+
clearEntityType(): ValidateEmbeddedRegexRequest;
|
|
49
|
+
|
|
50
|
+
serializeBinary(): Uint8Array;
|
|
51
|
+
toObject(includeInstance?: boolean): ValidateEmbeddedRegexRequest.AsObject;
|
|
52
|
+
static toObject(includeInstance: boolean, msg: ValidateEmbeddedRegexRequest): ValidateEmbeddedRegexRequest.AsObject;
|
|
53
|
+
static serializeBinaryToWriter(message: ValidateEmbeddedRegexRequest, writer: jspb.BinaryWriter): void;
|
|
54
|
+
static deserializeBinary(bytes: Uint8Array): ValidateEmbeddedRegexRequest;
|
|
55
|
+
static deserializeBinaryFromReader(
|
|
56
|
+
message: ValidateEmbeddedRegexRequest,
|
|
57
|
+
reader: jspb.BinaryReader
|
|
58
|
+
): ValidateEmbeddedRegexRequest;
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
export namespace ValidateEmbeddedRegexRequest {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
export type AsObject = {
|
|
63
|
+
entityType?: ondewo_nlu_entity_type_pb.EntityType.Entity.AsObject;
|
|
64
|
+
};
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
export class ValidateEmbeddedRegexResponse extends jspb.Message {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
68
|
+
getErrorMessagesList(): Array<string>;
|
|
69
|
+
setErrorMessagesList(value: Array<string>): ValidateEmbeddedRegexResponse;
|
|
70
|
+
clearErrorMessagesList(): ValidateEmbeddedRegexResponse;
|
|
71
|
+
addErrorMessages(value: string, index?: number): ValidateEmbeddedRegexResponse;
|
|
72
|
+
|
|
73
|
+
serializeBinary(): Uint8Array;
|
|
74
|
+
toObject(includeInstance?: boolean): ValidateEmbeddedRegexResponse.AsObject;
|
|
75
|
+
static toObject(includeInstance: boolean, msg: ValidateEmbeddedRegexResponse): ValidateEmbeddedRegexResponse.AsObject;
|
|
76
|
+
static serializeBinaryToWriter(message: ValidateEmbeddedRegexResponse, writer: jspb.BinaryWriter): void;
|
|
77
|
+
static deserializeBinary(bytes: Uint8Array): ValidateEmbeddedRegexResponse;
|
|
78
|
+
static deserializeBinaryFromReader(
|
|
79
|
+
message: ValidateEmbeddedRegexResponse,
|
|
80
|
+
reader: jspb.BinaryReader
|
|
81
|
+
): ValidateEmbeddedRegexResponse;
|
|
77
82
|
}
|
|
78
83
|
|
|
79
84
|
export namespace ValidateEmbeddedRegexResponse {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
85
|
+
export type AsObject = {
|
|
86
|
+
errorMessagesList: Array<string>;
|
|
87
|
+
};
|
|
83
88
|
}
|
|
84
89
|
|
|
85
90
|
export class CleanAllIntentsRequest extends jspb.Message {
|
|
86
|
-
|
|
87
|
-
|
|
91
|
+
getParent(): string;
|
|
92
|
+
setParent(value: string): CleanAllIntentsRequest;
|
|
88
93
|
|
|
89
|
-
|
|
90
|
-
|
|
94
|
+
getLanguageCode(): string;
|
|
95
|
+
setLanguageCode(value: string): CleanAllIntentsRequest;
|
|
91
96
|
|
|
92
|
-
|
|
93
|
-
|
|
97
|
+
getSpecialCharacters(): string;
|
|
98
|
+
setSpecialCharacters(value: string): CleanAllIntentsRequest;
|
|
94
99
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
100
|
+
getSubstringWhiteListList(): Array<string>;
|
|
101
|
+
setSubstringWhiteListList(value: Array<string>): CleanAllIntentsRequest;
|
|
102
|
+
clearSubstringWhiteListList(): CleanAllIntentsRequest;
|
|
103
|
+
addSubstringWhiteList(value: string, index?: number): CleanAllIntentsRequest;
|
|
99
104
|
|
|
100
|
-
|
|
101
|
-
|
|
105
|
+
getDryRun(): boolean;
|
|
106
|
+
setDryRun(value: boolean): CleanAllIntentsRequest;
|
|
102
107
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
108
|
+
getTrainingPhraseCleanerOptions(): TrainingPhraseCleanerOptions | undefined;
|
|
109
|
+
setTrainingPhraseCleanerOptions(value?: TrainingPhraseCleanerOptions): CleanAllIntentsRequest;
|
|
110
|
+
hasTrainingPhraseCleanerOptions(): boolean;
|
|
111
|
+
clearTrainingPhraseCleanerOptions(): CleanAllIntentsRequest;
|
|
107
112
|
|
|
108
|
-
|
|
109
|
-
|
|
113
|
+
getReannotateEntitiesOptions(): ReannotateEntitiesOptions;
|
|
114
|
+
setReannotateEntitiesOptions(value: ReannotateEntitiesOptions): CleanAllIntentsRequest;
|
|
110
115
|
|
|
111
|
-
|
|
112
|
-
|
|
116
|
+
getNumberOfWorkers(): number;
|
|
117
|
+
setNumberOfWorkers(value: number): CleanAllIntentsRequest;
|
|
113
118
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
serializeBinary(): Uint8Array;
|
|
120
|
+
toObject(includeInstance?: boolean): CleanAllIntentsRequest.AsObject;
|
|
121
|
+
static toObject(includeInstance: boolean, msg: CleanAllIntentsRequest): CleanAllIntentsRequest.AsObject;
|
|
122
|
+
static serializeBinaryToWriter(message: CleanAllIntentsRequest, writer: jspb.BinaryWriter): void;
|
|
123
|
+
static deserializeBinary(bytes: Uint8Array): CleanAllIntentsRequest;
|
|
124
|
+
static deserializeBinaryFromReader(
|
|
125
|
+
message: CleanAllIntentsRequest,
|
|
126
|
+
reader: jspb.BinaryReader
|
|
127
|
+
): CleanAllIntentsRequest;
|
|
120
128
|
}
|
|
121
129
|
|
|
122
130
|
export namespace CleanAllIntentsRequest {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
export type AsObject = {
|
|
132
|
+
parent: string;
|
|
133
|
+
languageCode: string;
|
|
134
|
+
specialCharacters: string;
|
|
135
|
+
substringWhiteListList: Array<string>;
|
|
136
|
+
dryRun: boolean;
|
|
137
|
+
trainingPhraseCleanerOptions?: TrainingPhraseCleanerOptions.AsObject;
|
|
138
|
+
reannotateEntitiesOptions: ReannotateEntitiesOptions;
|
|
139
|
+
numberOfWorkers: number;
|
|
140
|
+
};
|
|
133
141
|
}
|
|
134
142
|
|
|
135
143
|
export class CleanAllIntentsResponse extends jspb.Message {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
144
|
+
getCleanedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
|
|
145
|
+
setCleanedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): CleanAllIntentsResponse;
|
|
146
|
+
clearCleanedIntentsList(): CleanAllIntentsResponse;
|
|
147
|
+
addCleanedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
|
|
148
|
+
|
|
149
|
+
getIntentUpdateListList(): Array<IntentUpdate>;
|
|
150
|
+
setIntentUpdateListList(value: Array<IntentUpdate>): CleanAllIntentsResponse;
|
|
151
|
+
clearIntentUpdateListList(): CleanAllIntentsResponse;
|
|
152
|
+
addIntentUpdateList(value?: IntentUpdate, index?: number): IntentUpdate;
|
|
153
|
+
|
|
154
|
+
serializeBinary(): Uint8Array;
|
|
155
|
+
toObject(includeInstance?: boolean): CleanAllIntentsResponse.AsObject;
|
|
156
|
+
static toObject(includeInstance: boolean, msg: CleanAllIntentsResponse): CleanAllIntentsResponse.AsObject;
|
|
157
|
+
static serializeBinaryToWriter(message: CleanAllIntentsResponse, writer: jspb.BinaryWriter): void;
|
|
158
|
+
static deserializeBinary(bytes: Uint8Array): CleanAllIntentsResponse;
|
|
159
|
+
static deserializeBinaryFromReader(
|
|
160
|
+
message: CleanAllIntentsResponse,
|
|
161
|
+
reader: jspb.BinaryReader
|
|
162
|
+
): CleanAllIntentsResponse;
|
|
152
163
|
}
|
|
153
164
|
|
|
154
165
|
export namespace CleanAllIntentsResponse {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
166
|
+
export type AsObject = {
|
|
167
|
+
cleanedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>;
|
|
168
|
+
intentUpdateListList: Array<IntentUpdate.AsObject>;
|
|
169
|
+
};
|
|
159
170
|
}
|
|
160
171
|
|
|
161
172
|
export class CleanIntentRequest extends jspb.Message {
|
|
162
|
-
|
|
163
|
-
|
|
173
|
+
getParent(): string;
|
|
174
|
+
setParent(value: string): CleanIntentRequest;
|
|
164
175
|
|
|
165
|
-
|
|
166
|
-
|
|
176
|
+
getIntentName(): string;
|
|
177
|
+
setIntentName(value: string): CleanIntentRequest;
|
|
167
178
|
|
|
168
|
-
|
|
169
|
-
|
|
179
|
+
getLanguageCode(): string;
|
|
180
|
+
setLanguageCode(value: string): CleanIntentRequest;
|
|
170
181
|
|
|
171
|
-
|
|
172
|
-
|
|
182
|
+
getSpecialCharacters(): string;
|
|
183
|
+
setSpecialCharacters(value: string): CleanIntentRequest;
|
|
173
184
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
185
|
+
getSubstringWhiteListList(): Array<string>;
|
|
186
|
+
setSubstringWhiteListList(value: Array<string>): CleanIntentRequest;
|
|
187
|
+
clearSubstringWhiteListList(): CleanIntentRequest;
|
|
188
|
+
addSubstringWhiteList(value: string, index?: number): CleanIntentRequest;
|
|
178
189
|
|
|
179
|
-
|
|
180
|
-
|
|
190
|
+
getDryRun(): boolean;
|
|
191
|
+
setDryRun(value: boolean): CleanIntentRequest;
|
|
181
192
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
193
|
+
getTrainingPhraseCleanerOptions(): TrainingPhraseCleanerOptions | undefined;
|
|
194
|
+
setTrainingPhraseCleanerOptions(value?: TrainingPhraseCleanerOptions): CleanIntentRequest;
|
|
195
|
+
hasTrainingPhraseCleanerOptions(): boolean;
|
|
196
|
+
clearTrainingPhraseCleanerOptions(): CleanIntentRequest;
|
|
186
197
|
|
|
187
|
-
|
|
188
|
-
|
|
198
|
+
getReannotateEntitiesOptions(): ReannotateEntitiesOptions;
|
|
199
|
+
setReannotateEntitiesOptions(value: ReannotateEntitiesOptions): CleanIntentRequest;
|
|
189
200
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
201
|
+
serializeBinary(): Uint8Array;
|
|
202
|
+
toObject(includeInstance?: boolean): CleanIntentRequest.AsObject;
|
|
203
|
+
static toObject(includeInstance: boolean, msg: CleanIntentRequest): CleanIntentRequest.AsObject;
|
|
204
|
+
static serializeBinaryToWriter(message: CleanIntentRequest, writer: jspb.BinaryWriter): void;
|
|
205
|
+
static deserializeBinary(bytes: Uint8Array): CleanIntentRequest;
|
|
206
|
+
static deserializeBinaryFromReader(message: CleanIntentRequest, reader: jspb.BinaryReader): CleanIntentRequest;
|
|
196
207
|
}
|
|
197
208
|
|
|
198
209
|
export namespace CleanIntentRequest {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
210
|
+
export type AsObject = {
|
|
211
|
+
parent: string;
|
|
212
|
+
intentName: string;
|
|
213
|
+
languageCode: string;
|
|
214
|
+
specialCharacters: string;
|
|
215
|
+
substringWhiteListList: Array<string>;
|
|
216
|
+
dryRun: boolean;
|
|
217
|
+
trainingPhraseCleanerOptions?: TrainingPhraseCleanerOptions.AsObject;
|
|
218
|
+
reannotateEntitiesOptions: ReannotateEntitiesOptions;
|
|
219
|
+
};
|
|
209
220
|
}
|
|
210
221
|
|
|
211
222
|
export class CleanIntentResponse extends jspb.Message {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
223
|
+
getCleanedIntent(): ondewo_nlu_intent_pb.Intent | undefined;
|
|
224
|
+
setCleanedIntent(value?: ondewo_nlu_intent_pb.Intent): CleanIntentResponse;
|
|
225
|
+
hasCleanedIntent(): boolean;
|
|
226
|
+
clearCleanedIntent(): CleanIntentResponse;
|
|
216
227
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
228
|
+
getIntentUpdate(): IntentUpdate | undefined;
|
|
229
|
+
setIntentUpdate(value?: IntentUpdate): CleanIntentResponse;
|
|
230
|
+
hasIntentUpdate(): boolean;
|
|
231
|
+
clearIntentUpdate(): CleanIntentResponse;
|
|
221
232
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
233
|
+
serializeBinary(): Uint8Array;
|
|
234
|
+
toObject(includeInstance?: boolean): CleanIntentResponse.AsObject;
|
|
235
|
+
static toObject(includeInstance: boolean, msg: CleanIntentResponse): CleanIntentResponse.AsObject;
|
|
236
|
+
static serializeBinaryToWriter(message: CleanIntentResponse, writer: jspb.BinaryWriter): void;
|
|
237
|
+
static deserializeBinary(bytes: Uint8Array): CleanIntentResponse;
|
|
238
|
+
static deserializeBinaryFromReader(message: CleanIntentResponse, reader: jspb.BinaryReader): CleanIntentResponse;
|
|
228
239
|
}
|
|
229
240
|
|
|
230
241
|
export namespace CleanIntentResponse {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
242
|
+
export type AsObject = {
|
|
243
|
+
cleanedIntent?: ondewo_nlu_intent_pb.Intent.AsObject;
|
|
244
|
+
intentUpdate?: IntentUpdate.AsObject;
|
|
245
|
+
};
|
|
235
246
|
}
|
|
236
247
|
|
|
237
248
|
export class TrainingPhraseCleanerOptions extends jspb.Message {
|
|
238
|
-
|
|
239
|
-
|
|
249
|
+
getDeleteRepeatedWhitespaces(): boolean;
|
|
250
|
+
setDeleteRepeatedWhitespaces(value: boolean): TrainingPhraseCleanerOptions;
|
|
240
251
|
|
|
241
|
-
|
|
242
|
-
|
|
252
|
+
getDeleteLeadingSpecialCharacters(): boolean;
|
|
253
|
+
setDeleteLeadingSpecialCharacters(value: boolean): TrainingPhraseCleanerOptions;
|
|
243
254
|
|
|
244
|
-
|
|
245
|
-
|
|
255
|
+
getDeleteTrailingSpecialCharacters(): boolean;
|
|
256
|
+
setDeleteTrailingSpecialCharacters(value: boolean): TrainingPhraseCleanerOptions;
|
|
246
257
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
258
|
+
serializeBinary(): Uint8Array;
|
|
259
|
+
toObject(includeInstance?: boolean): TrainingPhraseCleanerOptions.AsObject;
|
|
260
|
+
static toObject(includeInstance: boolean, msg: TrainingPhraseCleanerOptions): TrainingPhraseCleanerOptions.AsObject;
|
|
261
|
+
static serializeBinaryToWriter(message: TrainingPhraseCleanerOptions, writer: jspb.BinaryWriter): void;
|
|
262
|
+
static deserializeBinary(bytes: Uint8Array): TrainingPhraseCleanerOptions;
|
|
263
|
+
static deserializeBinaryFromReader(
|
|
264
|
+
message: TrainingPhraseCleanerOptions,
|
|
265
|
+
reader: jspb.BinaryReader
|
|
266
|
+
): TrainingPhraseCleanerOptions;
|
|
253
267
|
}
|
|
254
268
|
|
|
255
269
|
export namespace TrainingPhraseCleanerOptions {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
270
|
+
export type AsObject = {
|
|
271
|
+
deleteRepeatedWhitespaces: boolean;
|
|
272
|
+
deleteLeadingSpecialCharacters: boolean;
|
|
273
|
+
deleteTrailingSpecialCharacters: boolean;
|
|
274
|
+
};
|
|
261
275
|
}
|
|
262
276
|
|
|
263
277
|
export class StringUpdate extends jspb.Message {
|
|
264
|
-
|
|
265
|
-
|
|
278
|
+
getNew(): string;
|
|
279
|
+
setNew(value: string): StringUpdate;
|
|
266
280
|
|
|
267
|
-
|
|
268
|
-
|
|
281
|
+
getOld(): string;
|
|
282
|
+
setOld(value: string): StringUpdate;
|
|
269
283
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
284
|
+
serializeBinary(): Uint8Array;
|
|
285
|
+
toObject(includeInstance?: boolean): StringUpdate.AsObject;
|
|
286
|
+
static toObject(includeInstance: boolean, msg: StringUpdate): StringUpdate.AsObject;
|
|
287
|
+
static serializeBinaryToWriter(message: StringUpdate, writer: jspb.BinaryWriter): void;
|
|
288
|
+
static deserializeBinary(bytes: Uint8Array): StringUpdate;
|
|
289
|
+
static deserializeBinaryFromReader(message: StringUpdate, reader: jspb.BinaryReader): StringUpdate;
|
|
276
290
|
}
|
|
277
291
|
|
|
278
292
|
export namespace StringUpdate {
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
293
|
+
export type AsObject = {
|
|
294
|
+
pb_new: string;
|
|
295
|
+
old: string;
|
|
296
|
+
};
|
|
283
297
|
}
|
|
284
298
|
|
|
285
299
|
export class IntentUpdate extends jspb.Message {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
300
|
+
getIntentDisplayName(): string;
|
|
301
|
+
setIntentDisplayName(value: string): IntentUpdate;
|
|
302
|
+
|
|
303
|
+
getTrainingPhraseUpdateListList(): Array<IntentUpdate.TrainingPhraseUpdate>;
|
|
304
|
+
setTrainingPhraseUpdateListList(value: Array<IntentUpdate.TrainingPhraseUpdate>): IntentUpdate;
|
|
305
|
+
clearTrainingPhraseUpdateListList(): IntentUpdate;
|
|
306
|
+
addTrainingPhraseUpdateList(
|
|
307
|
+
value?: IntentUpdate.TrainingPhraseUpdate,
|
|
308
|
+
index?: number
|
|
309
|
+
): IntentUpdate.TrainingPhraseUpdate;
|
|
310
|
+
|
|
311
|
+
getDeletedParametersList(): Array<string>;
|
|
312
|
+
setDeletedParametersList(value: Array<string>): IntentUpdate;
|
|
313
|
+
clearDeletedParametersList(): IntentUpdate;
|
|
314
|
+
addDeletedParameters(value: string, index?: number): IntentUpdate;
|
|
315
|
+
|
|
316
|
+
serializeBinary(): Uint8Array;
|
|
317
|
+
toObject(includeInstance?: boolean): IntentUpdate.AsObject;
|
|
318
|
+
static toObject(includeInstance: boolean, msg: IntentUpdate): IntentUpdate.AsObject;
|
|
319
|
+
static serializeBinaryToWriter(message: IntentUpdate, writer: jspb.BinaryWriter): void;
|
|
320
|
+
static deserializeBinary(bytes: Uint8Array): IntentUpdate;
|
|
321
|
+
static deserializeBinaryFromReader(message: IntentUpdate, reader: jspb.BinaryReader): IntentUpdate;
|
|
305
322
|
}
|
|
306
323
|
|
|
307
324
|
export namespace IntentUpdate {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
325
|
+
export type AsObject = {
|
|
326
|
+
intentDisplayName: string;
|
|
327
|
+
trainingPhraseUpdateListList: Array<IntentUpdate.TrainingPhraseUpdate.AsObject>;
|
|
328
|
+
deletedParametersList: Array<string>;
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
export class TrainingPhraseUpdate extends jspb.Message {
|
|
332
|
+
getTrainingPhraseUpdate(): StringUpdate | undefined;
|
|
333
|
+
setTrainingPhraseUpdate(value?: StringUpdate): TrainingPhraseUpdate;
|
|
334
|
+
hasTrainingPhraseUpdate(): boolean;
|
|
335
|
+
clearTrainingPhraseUpdate(): TrainingPhraseUpdate;
|
|
336
|
+
|
|
337
|
+
getEntityUpdatesList(): Array<StringUpdate>;
|
|
338
|
+
setEntityUpdatesList(value: Array<StringUpdate>): TrainingPhraseUpdate;
|
|
339
|
+
clearEntityUpdatesList(): TrainingPhraseUpdate;
|
|
340
|
+
addEntityUpdates(value?: StringUpdate, index?: number): StringUpdate;
|
|
341
|
+
|
|
342
|
+
getEntitiesReannotatedList(): Array<string>;
|
|
343
|
+
setEntitiesReannotatedList(value: Array<string>): TrainingPhraseUpdate;
|
|
344
|
+
clearEntitiesReannotatedList(): TrainingPhraseUpdate;
|
|
345
|
+
addEntitiesReannotated(value: string, index?: number): TrainingPhraseUpdate;
|
|
346
|
+
|
|
347
|
+
getContainsUpdateVariable(): boolean;
|
|
348
|
+
setContainsUpdateVariable(value: boolean): TrainingPhraseUpdate;
|
|
349
|
+
|
|
350
|
+
serializeBinary(): Uint8Array;
|
|
351
|
+
toObject(includeInstance?: boolean): TrainingPhraseUpdate.AsObject;
|
|
352
|
+
static toObject(includeInstance: boolean, msg: TrainingPhraseUpdate): TrainingPhraseUpdate.AsObject;
|
|
353
|
+
static serializeBinaryToWriter(message: TrainingPhraseUpdate, writer: jspb.BinaryWriter): void;
|
|
354
|
+
static deserializeBinary(bytes: Uint8Array): TrainingPhraseUpdate;
|
|
355
|
+
static deserializeBinaryFromReader(message: TrainingPhraseUpdate, reader: jspb.BinaryReader): TrainingPhraseUpdate;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export namespace TrainingPhraseUpdate {
|
|
359
|
+
export type AsObject = {
|
|
360
|
+
trainingPhraseUpdate?: StringUpdate.AsObject;
|
|
361
|
+
entityUpdatesList: Array<StringUpdate.AsObject>;
|
|
362
|
+
entitiesReannotatedList: Array<string>;
|
|
363
|
+
containsUpdateVariable: boolean;
|
|
364
|
+
};
|
|
365
|
+
}
|
|
350
366
|
}
|
|
351
367
|
|
|
352
368
|
export class EntityTypeUpdate extends jspb.Message {
|
|
353
|
-
|
|
354
|
-
|
|
369
|
+
getEntityTypeName(): string;
|
|
370
|
+
setEntityTypeName(value: string): EntityTypeUpdate;
|
|
355
371
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
372
|
+
getValuesUpdateListList(): Array<EntityTypeUpdate.EntityUpdate>;
|
|
373
|
+
setValuesUpdateListList(value: Array<EntityTypeUpdate.EntityUpdate>): EntityTypeUpdate;
|
|
374
|
+
clearValuesUpdateListList(): EntityTypeUpdate;
|
|
375
|
+
addValuesUpdateList(value?: EntityTypeUpdate.EntityUpdate, index?: number): EntityTypeUpdate.EntityUpdate;
|
|
360
376
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
377
|
+
serializeBinary(): Uint8Array;
|
|
378
|
+
toObject(includeInstance?: boolean): EntityTypeUpdate.AsObject;
|
|
379
|
+
static toObject(includeInstance: boolean, msg: EntityTypeUpdate): EntityTypeUpdate.AsObject;
|
|
380
|
+
static serializeBinaryToWriter(message: EntityTypeUpdate, writer: jspb.BinaryWriter): void;
|
|
381
|
+
static deserializeBinary(bytes: Uint8Array): EntityTypeUpdate;
|
|
382
|
+
static deserializeBinaryFromReader(message: EntityTypeUpdate, reader: jspb.BinaryReader): EntityTypeUpdate;
|
|
367
383
|
}
|
|
368
384
|
|
|
369
385
|
export namespace EntityTypeUpdate {
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
386
|
+
export type AsObject = {
|
|
387
|
+
entityTypeName: string;
|
|
388
|
+
valuesUpdateListList: Array<EntityTypeUpdate.EntityUpdate.AsObject>;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
export class EntityUpdate extends jspb.Message {
|
|
392
|
+
getEntityValueUpdate(): StringUpdate | undefined;
|
|
393
|
+
setEntityValueUpdate(value?: StringUpdate): EntityUpdate;
|
|
394
|
+
hasEntityValueUpdate(): boolean;
|
|
395
|
+
clearEntityValueUpdate(): EntityUpdate;
|
|
396
|
+
|
|
397
|
+
getEntitySynonymUpdatesList(): Array<StringUpdate>;
|
|
398
|
+
setEntitySynonymUpdatesList(value: Array<StringUpdate>): EntityUpdate;
|
|
399
|
+
clearEntitySynonymUpdatesList(): EntityUpdate;
|
|
400
|
+
addEntitySynonymUpdates(value?: StringUpdate, index?: number): StringUpdate;
|
|
401
|
+
|
|
402
|
+
serializeBinary(): Uint8Array;
|
|
403
|
+
toObject(includeInstance?: boolean): EntityUpdate.AsObject;
|
|
404
|
+
static toObject(includeInstance: boolean, msg: EntityUpdate): EntityUpdate.AsObject;
|
|
405
|
+
static serializeBinaryToWriter(message: EntityUpdate, writer: jspb.BinaryWriter): void;
|
|
406
|
+
static deserializeBinary(bytes: Uint8Array): EntityUpdate;
|
|
407
|
+
static deserializeBinaryFromReader(message: EntityUpdate, reader: jspb.BinaryReader): EntityUpdate;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export namespace EntityUpdate {
|
|
411
|
+
export type AsObject = {
|
|
412
|
+
entityValueUpdate?: StringUpdate.AsObject;
|
|
413
|
+
entitySynonymUpdatesList: Array<StringUpdate.AsObject>;
|
|
414
|
+
};
|
|
415
|
+
}
|
|
401
416
|
}
|
|
402
417
|
|
|
403
418
|
export class CleanAllEntityTypesRequest extends jspb.Message {
|
|
404
|
-
|
|
405
|
-
|
|
419
|
+
getParent(): string;
|
|
420
|
+
setParent(value: string): CleanAllEntityTypesRequest;
|
|
406
421
|
|
|
407
|
-
|
|
408
|
-
|
|
422
|
+
getLanguageCode(): string;
|
|
423
|
+
setLanguageCode(value: string): CleanAllEntityTypesRequest;
|
|
409
424
|
|
|
410
|
-
|
|
411
|
-
|
|
425
|
+
getSpecialCharacters(): string;
|
|
426
|
+
setSpecialCharacters(value: string): CleanAllEntityTypesRequest;
|
|
412
427
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
428
|
+
getSubstringWhiteListList(): Array<string>;
|
|
429
|
+
setSubstringWhiteListList(value: Array<string>): CleanAllEntityTypesRequest;
|
|
430
|
+
clearSubstringWhiteListList(): CleanAllEntityTypesRequest;
|
|
431
|
+
addSubstringWhiteList(value: string, index?: number): CleanAllEntityTypesRequest;
|
|
417
432
|
|
|
418
|
-
|
|
419
|
-
|
|
433
|
+
getMaxEntityCountUpdate(): number;
|
|
434
|
+
setMaxEntityCountUpdate(value: number): CleanAllEntityTypesRequest;
|
|
420
435
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
436
|
+
getForbiddenEntityTypePatternsList(): Array<string>;
|
|
437
|
+
setForbiddenEntityTypePatternsList(value: Array<string>): CleanAllEntityTypesRequest;
|
|
438
|
+
clearForbiddenEntityTypePatternsList(): CleanAllEntityTypesRequest;
|
|
439
|
+
addForbiddenEntityTypePatterns(value: string, index?: number): CleanAllEntityTypesRequest;
|
|
425
440
|
|
|
426
|
-
|
|
427
|
-
|
|
441
|
+
getDryRun(): boolean;
|
|
442
|
+
setDryRun(value: boolean): CleanAllEntityTypesRequest;
|
|
428
443
|
|
|
429
|
-
|
|
430
|
-
|
|
444
|
+
getNumberOfWorkers(): number;
|
|
445
|
+
setNumberOfWorkers(value: number): CleanAllEntityTypesRequest;
|
|
431
446
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
447
|
+
serializeBinary(): Uint8Array;
|
|
448
|
+
toObject(includeInstance?: boolean): CleanAllEntityTypesRequest.AsObject;
|
|
449
|
+
static toObject(includeInstance: boolean, msg: CleanAllEntityTypesRequest): CleanAllEntityTypesRequest.AsObject;
|
|
450
|
+
static serializeBinaryToWriter(message: CleanAllEntityTypesRequest, writer: jspb.BinaryWriter): void;
|
|
451
|
+
static deserializeBinary(bytes: Uint8Array): CleanAllEntityTypesRequest;
|
|
452
|
+
static deserializeBinaryFromReader(
|
|
453
|
+
message: CleanAllEntityTypesRequest,
|
|
454
|
+
reader: jspb.BinaryReader
|
|
455
|
+
): CleanAllEntityTypesRequest;
|
|
438
456
|
}
|
|
439
457
|
|
|
440
458
|
export namespace CleanAllEntityTypesRequest {
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
459
|
+
export type AsObject = {
|
|
460
|
+
parent: string;
|
|
461
|
+
languageCode: string;
|
|
462
|
+
specialCharacters: string;
|
|
463
|
+
substringWhiteListList: Array<string>;
|
|
464
|
+
maxEntityCountUpdate: number;
|
|
465
|
+
forbiddenEntityTypePatternsList: Array<string>;
|
|
466
|
+
dryRun: boolean;
|
|
467
|
+
numberOfWorkers: number;
|
|
468
|
+
};
|
|
451
469
|
}
|
|
452
470
|
|
|
453
471
|
export class CleanAllEntityTypesResponse extends jspb.Message {
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
472
|
+
getCleanedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
|
|
473
|
+
setCleanedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): CleanAllEntityTypesResponse;
|
|
474
|
+
clearCleanedEntityTypesList(): CleanAllEntityTypesResponse;
|
|
475
|
+
addCleanedEntityTypes(
|
|
476
|
+
value?: ondewo_nlu_entity_type_pb.EntityType,
|
|
477
|
+
index?: number
|
|
478
|
+
): ondewo_nlu_entity_type_pb.EntityType;
|
|
479
|
+
|
|
480
|
+
getDeletedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
|
|
481
|
+
setDeletedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): CleanAllEntityTypesResponse;
|
|
482
|
+
clearDeletedEntityTypesList(): CleanAllEntityTypesResponse;
|
|
483
|
+
addDeletedEntityTypes(
|
|
484
|
+
value?: ondewo_nlu_entity_type_pb.EntityType,
|
|
485
|
+
index?: number
|
|
486
|
+
): ondewo_nlu_entity_type_pb.EntityType;
|
|
487
|
+
|
|
488
|
+
getEntityTypeUpdatesList(): Array<EntityTypeUpdate>;
|
|
489
|
+
setEntityTypeUpdatesList(value: Array<EntityTypeUpdate>): CleanAllEntityTypesResponse;
|
|
490
|
+
clearEntityTypeUpdatesList(): CleanAllEntityTypesResponse;
|
|
491
|
+
addEntityTypeUpdates(value?: EntityTypeUpdate, index?: number): EntityTypeUpdate;
|
|
492
|
+
|
|
493
|
+
getEntityTypeDeletionsList(): Array<EntityTypeUpdate>;
|
|
494
|
+
setEntityTypeDeletionsList(value: Array<EntityTypeUpdate>): CleanAllEntityTypesResponse;
|
|
495
|
+
clearEntityTypeDeletionsList(): CleanAllEntityTypesResponse;
|
|
496
|
+
addEntityTypeDeletions(value?: EntityTypeUpdate, index?: number): EntityTypeUpdate;
|
|
497
|
+
|
|
498
|
+
serializeBinary(): Uint8Array;
|
|
499
|
+
toObject(includeInstance?: boolean): CleanAllEntityTypesResponse.AsObject;
|
|
500
|
+
static toObject(includeInstance: boolean, msg: CleanAllEntityTypesResponse): CleanAllEntityTypesResponse.AsObject;
|
|
501
|
+
static serializeBinaryToWriter(message: CleanAllEntityTypesResponse, writer: jspb.BinaryWriter): void;
|
|
502
|
+
static deserializeBinary(bytes: Uint8Array): CleanAllEntityTypesResponse;
|
|
503
|
+
static deserializeBinaryFromReader(
|
|
504
|
+
message: CleanAllEntityTypesResponse,
|
|
505
|
+
reader: jspb.BinaryReader
|
|
506
|
+
): CleanAllEntityTypesResponse;
|
|
480
507
|
}
|
|
481
508
|
|
|
482
509
|
export namespace CleanAllEntityTypesResponse {
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
510
|
+
export type AsObject = {
|
|
511
|
+
cleanedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>;
|
|
512
|
+
deletedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>;
|
|
513
|
+
entityTypeUpdatesList: Array<EntityTypeUpdate.AsObject>;
|
|
514
|
+
entityTypeDeletionsList: Array<EntityTypeUpdate.AsObject>;
|
|
515
|
+
};
|
|
489
516
|
}
|
|
490
517
|
|
|
491
518
|
export class CleanEntityTypeRequest extends jspb.Message {
|
|
492
|
-
|
|
493
|
-
|
|
519
|
+
getParent(): string;
|
|
520
|
+
setParent(value: string): CleanEntityTypeRequest;
|
|
494
521
|
|
|
495
|
-
|
|
496
|
-
|
|
522
|
+
getEntityTypeName(): string;
|
|
523
|
+
setEntityTypeName(value: string): CleanEntityTypeRequest;
|
|
497
524
|
|
|
498
|
-
|
|
499
|
-
|
|
525
|
+
getLanguageCode(): string;
|
|
526
|
+
setLanguageCode(value: string): CleanEntityTypeRequest;
|
|
500
527
|
|
|
501
|
-
|
|
502
|
-
|
|
528
|
+
getSpecialCharacters(): string;
|
|
529
|
+
setSpecialCharacters(value: string): CleanEntityTypeRequest;
|
|
503
530
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
531
|
+
getSubstringWhiteListList(): Array<string>;
|
|
532
|
+
setSubstringWhiteListList(value: Array<string>): CleanEntityTypeRequest;
|
|
533
|
+
clearSubstringWhiteListList(): CleanEntityTypeRequest;
|
|
534
|
+
addSubstringWhiteList(value: string, index?: number): CleanEntityTypeRequest;
|
|
508
535
|
|
|
509
|
-
|
|
510
|
-
|
|
536
|
+
getMaxEntityCountUpdate(): number;
|
|
537
|
+
setMaxEntityCountUpdate(value: number): CleanEntityTypeRequest;
|
|
511
538
|
|
|
512
|
-
|
|
513
|
-
|
|
539
|
+
getDryRun(): boolean;
|
|
540
|
+
setDryRun(value: boolean): CleanEntityTypeRequest;
|
|
514
541
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
542
|
+
serializeBinary(): Uint8Array;
|
|
543
|
+
toObject(includeInstance?: boolean): CleanEntityTypeRequest.AsObject;
|
|
544
|
+
static toObject(includeInstance: boolean, msg: CleanEntityTypeRequest): CleanEntityTypeRequest.AsObject;
|
|
545
|
+
static serializeBinaryToWriter(message: CleanEntityTypeRequest, writer: jspb.BinaryWriter): void;
|
|
546
|
+
static deserializeBinary(bytes: Uint8Array): CleanEntityTypeRequest;
|
|
547
|
+
static deserializeBinaryFromReader(
|
|
548
|
+
message: CleanEntityTypeRequest,
|
|
549
|
+
reader: jspb.BinaryReader
|
|
550
|
+
): CleanEntityTypeRequest;
|
|
521
551
|
}
|
|
522
552
|
|
|
523
553
|
export namespace CleanEntityTypeRequest {
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
554
|
+
export type AsObject = {
|
|
555
|
+
parent: string;
|
|
556
|
+
entityTypeName: string;
|
|
557
|
+
languageCode: string;
|
|
558
|
+
specialCharacters: string;
|
|
559
|
+
substringWhiteListList: Array<string>;
|
|
560
|
+
maxEntityCountUpdate: number;
|
|
561
|
+
dryRun: boolean;
|
|
562
|
+
};
|
|
533
563
|
}
|
|
534
564
|
|
|
535
565
|
export class CleanEntityTypeResponse extends jspb.Message {
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
566
|
+
getCleanedEntityType(): ondewo_nlu_entity_type_pb.EntityType | undefined;
|
|
567
|
+
setCleanedEntityType(value?: ondewo_nlu_entity_type_pb.EntityType): CleanEntityTypeResponse;
|
|
568
|
+
hasCleanedEntityType(): boolean;
|
|
569
|
+
clearCleanedEntityType(): CleanEntityTypeResponse;
|
|
570
|
+
|
|
571
|
+
getEntityTypeUpdate(): EntityTypeUpdate | undefined;
|
|
572
|
+
setEntityTypeUpdate(value?: EntityTypeUpdate): CleanEntityTypeResponse;
|
|
573
|
+
hasEntityTypeUpdate(): boolean;
|
|
574
|
+
clearEntityTypeUpdate(): CleanEntityTypeResponse;
|
|
575
|
+
|
|
576
|
+
serializeBinary(): Uint8Array;
|
|
577
|
+
toObject(includeInstance?: boolean): CleanEntityTypeResponse.AsObject;
|
|
578
|
+
static toObject(includeInstance: boolean, msg: CleanEntityTypeResponse): CleanEntityTypeResponse.AsObject;
|
|
579
|
+
static serializeBinaryToWriter(message: CleanEntityTypeResponse, writer: jspb.BinaryWriter): void;
|
|
580
|
+
static deserializeBinary(bytes: Uint8Array): CleanEntityTypeResponse;
|
|
581
|
+
static deserializeBinaryFromReader(
|
|
582
|
+
message: CleanEntityTypeResponse,
|
|
583
|
+
reader: jspb.BinaryReader
|
|
584
|
+
): CleanEntityTypeResponse;
|
|
552
585
|
}
|
|
553
586
|
|
|
554
587
|
export namespace CleanEntityTypeResponse {
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
588
|
+
export type AsObject = {
|
|
589
|
+
cleanedEntityType?: ondewo_nlu_entity_type_pb.EntityType.AsObject;
|
|
590
|
+
entityTypeUpdate?: EntityTypeUpdate.AsObject;
|
|
591
|
+
};
|
|
559
592
|
}
|
|
560
593
|
|
|
561
594
|
export class AddTrainingPhrasesRequest extends jspb.Message {
|
|
562
|
-
|
|
563
|
-
|
|
595
|
+
getParent(): string;
|
|
596
|
+
setParent(value: string): AddTrainingPhrasesRequest;
|
|
564
597
|
|
|
565
|
-
|
|
566
|
-
|
|
598
|
+
getLanguageCode(): string;
|
|
599
|
+
setLanguageCode(value: string): AddTrainingPhrasesRequest;
|
|
567
600
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
601
|
+
getTrainingPhraseListList(): Array<AddTrainingPhrasesRequest.TrainingPhraseForIntent>;
|
|
602
|
+
setTrainingPhraseListList(value: Array<AddTrainingPhrasesRequest.TrainingPhraseForIntent>): AddTrainingPhrasesRequest;
|
|
603
|
+
clearTrainingPhraseListList(): AddTrainingPhrasesRequest;
|
|
604
|
+
addTrainingPhraseList(
|
|
605
|
+
value?: AddTrainingPhrasesRequest.TrainingPhraseForIntent,
|
|
606
|
+
index?: number
|
|
607
|
+
): AddTrainingPhrasesRequest.TrainingPhraseForIntent;
|
|
572
608
|
|
|
573
|
-
|
|
574
|
-
|
|
609
|
+
getExtractEntities(): boolean;
|
|
610
|
+
setExtractEntities(value: boolean): AddTrainingPhrasesRequest;
|
|
575
611
|
|
|
576
|
-
|
|
577
|
-
|
|
612
|
+
getSpecialCharacters(): string;
|
|
613
|
+
setSpecialCharacters(value: string): AddTrainingPhrasesRequest;
|
|
578
614
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
615
|
+
getTrainingPhraseCleanerOptions(): TrainingPhraseCleanerOptions | undefined;
|
|
616
|
+
setTrainingPhraseCleanerOptions(value?: TrainingPhraseCleanerOptions): AddTrainingPhrasesRequest;
|
|
617
|
+
hasTrainingPhraseCleanerOptions(): boolean;
|
|
618
|
+
clearTrainingPhraseCleanerOptions(): AddTrainingPhrasesRequest;
|
|
583
619
|
|
|
584
|
-
|
|
585
|
-
|
|
620
|
+
getNumberOfWorkers(): number;
|
|
621
|
+
setNumberOfWorkers(value: number): AddTrainingPhrasesRequest;
|
|
586
622
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
623
|
+
serializeBinary(): Uint8Array;
|
|
624
|
+
toObject(includeInstance?: boolean): AddTrainingPhrasesRequest.AsObject;
|
|
625
|
+
static toObject(includeInstance: boolean, msg: AddTrainingPhrasesRequest): AddTrainingPhrasesRequest.AsObject;
|
|
626
|
+
static serializeBinaryToWriter(message: AddTrainingPhrasesRequest, writer: jspb.BinaryWriter): void;
|
|
627
|
+
static deserializeBinary(bytes: Uint8Array): AddTrainingPhrasesRequest;
|
|
628
|
+
static deserializeBinaryFromReader(
|
|
629
|
+
message: AddTrainingPhrasesRequest,
|
|
630
|
+
reader: jspb.BinaryReader
|
|
631
|
+
): AddTrainingPhrasesRequest;
|
|
593
632
|
}
|
|
594
633
|
|
|
595
634
|
export namespace AddTrainingPhrasesRequest {
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
635
|
+
export type AsObject = {
|
|
636
|
+
parent: string;
|
|
637
|
+
languageCode: string;
|
|
638
|
+
trainingPhraseListList: Array<AddTrainingPhrasesRequest.TrainingPhraseForIntent.AsObject>;
|
|
639
|
+
extractEntities: boolean;
|
|
640
|
+
specialCharacters: string;
|
|
641
|
+
trainingPhraseCleanerOptions?: TrainingPhraseCleanerOptions.AsObject;
|
|
642
|
+
numberOfWorkers: number;
|
|
643
|
+
};
|
|
644
|
+
|
|
645
|
+
export class TrainingPhraseForIntent extends jspb.Message {
|
|
646
|
+
getTrainingPhrase(): string;
|
|
647
|
+
setTrainingPhrase(value: string): TrainingPhraseForIntent;
|
|
648
|
+
|
|
649
|
+
getIntentDisplayName(): string;
|
|
650
|
+
setIntentDisplayName(value: string): TrainingPhraseForIntent;
|
|
651
|
+
|
|
652
|
+
getEntitiesList(): Array<ondewo_nlu_intent_pb.Intent.TrainingPhrase.Entity>;
|
|
653
|
+
setEntitiesList(value: Array<ondewo_nlu_intent_pb.Intent.TrainingPhrase.Entity>): TrainingPhraseForIntent;
|
|
654
|
+
clearEntitiesList(): TrainingPhraseForIntent;
|
|
655
|
+
addEntities(
|
|
656
|
+
value?: ondewo_nlu_intent_pb.Intent.TrainingPhrase.Entity,
|
|
657
|
+
index?: number
|
|
658
|
+
): ondewo_nlu_intent_pb.Intent.TrainingPhrase.Entity;
|
|
659
|
+
|
|
660
|
+
serializeBinary(): Uint8Array;
|
|
661
|
+
toObject(includeInstance?: boolean): TrainingPhraseForIntent.AsObject;
|
|
662
|
+
static toObject(includeInstance: boolean, msg: TrainingPhraseForIntent): TrainingPhraseForIntent.AsObject;
|
|
663
|
+
static serializeBinaryToWriter(message: TrainingPhraseForIntent, writer: jspb.BinaryWriter): void;
|
|
664
|
+
static deserializeBinary(bytes: Uint8Array): TrainingPhraseForIntent;
|
|
665
|
+
static deserializeBinaryFromReader(
|
|
666
|
+
message: TrainingPhraseForIntent,
|
|
667
|
+
reader: jspb.BinaryReader
|
|
668
|
+
): TrainingPhraseForIntent;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export namespace TrainingPhraseForIntent {
|
|
672
|
+
export type AsObject = {
|
|
673
|
+
trainingPhrase: string;
|
|
674
|
+
intentDisplayName: string;
|
|
675
|
+
entitiesList: Array<ondewo_nlu_intent_pb.Intent.TrainingPhrase.Entity.AsObject>;
|
|
676
|
+
};
|
|
677
|
+
}
|
|
634
678
|
}
|
|
635
679
|
|
|
636
680
|
export class AddTrainingPhrasesResponse extends jspb.Message {
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
681
|
+
getErrorMessagesList(): Array<string>;
|
|
682
|
+
setErrorMessagesList(value: Array<string>): AddTrainingPhrasesResponse;
|
|
683
|
+
clearErrorMessagesList(): AddTrainingPhrasesResponse;
|
|
684
|
+
addErrorMessages(value: string, index?: number): AddTrainingPhrasesResponse;
|
|
685
|
+
|
|
686
|
+
serializeBinary(): Uint8Array;
|
|
687
|
+
toObject(includeInstance?: boolean): AddTrainingPhrasesResponse.AsObject;
|
|
688
|
+
static toObject(includeInstance: boolean, msg: AddTrainingPhrasesResponse): AddTrainingPhrasesResponse.AsObject;
|
|
689
|
+
static serializeBinaryToWriter(message: AddTrainingPhrasesResponse, writer: jspb.BinaryWriter): void;
|
|
690
|
+
static deserializeBinary(bytes: Uint8Array): AddTrainingPhrasesResponse;
|
|
691
|
+
static deserializeBinaryFromReader(
|
|
692
|
+
message: AddTrainingPhrasesResponse,
|
|
693
|
+
reader: jspb.BinaryReader
|
|
694
|
+
): AddTrainingPhrasesResponse;
|
|
648
695
|
}
|
|
649
696
|
|
|
650
697
|
export namespace AddTrainingPhrasesResponse {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
698
|
+
export type AsObject = {
|
|
699
|
+
errorMessagesList: Array<string>;
|
|
700
|
+
};
|
|
654
701
|
}
|
|
655
702
|
|
|
656
703
|
export class AddTrainingPhrasesFromCSVRequest extends jspb.Message {
|
|
657
|
-
|
|
658
|
-
|
|
704
|
+
getParent(): string;
|
|
705
|
+
setParent(value: string): AddTrainingPhrasesFromCSVRequest;
|
|
659
706
|
|
|
660
|
-
|
|
661
|
-
|
|
707
|
+
getLanguageCode(): string;
|
|
708
|
+
setLanguageCode(value: string): AddTrainingPhrasesFromCSVRequest;
|
|
662
709
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
710
|
+
getCsvContents(): Uint8Array | string;
|
|
711
|
+
getCsvContents_asU8(): Uint8Array;
|
|
712
|
+
getCsvContents_asB64(): string;
|
|
713
|
+
setCsvContents(value: Uint8Array | string): AddTrainingPhrasesFromCSVRequest;
|
|
667
714
|
|
|
668
|
-
|
|
669
|
-
|
|
715
|
+
getExtractEntities(): boolean;
|
|
716
|
+
setExtractEntities(value: boolean): AddTrainingPhrasesFromCSVRequest;
|
|
670
717
|
|
|
671
|
-
|
|
672
|
-
|
|
718
|
+
getSpecialCharacters(): string;
|
|
719
|
+
setSpecialCharacters(value: string): AddTrainingPhrasesFromCSVRequest;
|
|
673
720
|
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
721
|
+
getTrainingPhraseCleanerOptions(): TrainingPhraseCleanerOptions | undefined;
|
|
722
|
+
setTrainingPhraseCleanerOptions(value?: TrainingPhraseCleanerOptions): AddTrainingPhrasesFromCSVRequest;
|
|
723
|
+
hasTrainingPhraseCleanerOptions(): boolean;
|
|
724
|
+
clearTrainingPhraseCleanerOptions(): AddTrainingPhrasesFromCSVRequest;
|
|
678
725
|
|
|
679
|
-
|
|
680
|
-
|
|
726
|
+
getNumberOfWorkers(): number;
|
|
727
|
+
setNumberOfWorkers(value: number): AddTrainingPhrasesFromCSVRequest;
|
|
681
728
|
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
729
|
+
serializeBinary(): Uint8Array;
|
|
730
|
+
toObject(includeInstance?: boolean): AddTrainingPhrasesFromCSVRequest.AsObject;
|
|
731
|
+
static toObject(
|
|
732
|
+
includeInstance: boolean,
|
|
733
|
+
msg: AddTrainingPhrasesFromCSVRequest
|
|
734
|
+
): AddTrainingPhrasesFromCSVRequest.AsObject;
|
|
735
|
+
static serializeBinaryToWriter(message: AddTrainingPhrasesFromCSVRequest, writer: jspb.BinaryWriter): void;
|
|
736
|
+
static deserializeBinary(bytes: Uint8Array): AddTrainingPhrasesFromCSVRequest;
|
|
737
|
+
static deserializeBinaryFromReader(
|
|
738
|
+
message: AddTrainingPhrasesFromCSVRequest,
|
|
739
|
+
reader: jspb.BinaryReader
|
|
740
|
+
): AddTrainingPhrasesFromCSVRequest;
|
|
688
741
|
}
|
|
689
742
|
|
|
690
743
|
export namespace AddTrainingPhrasesFromCSVRequest {
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
export enum ReannotateEntitiesOptions {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
744
|
+
export type AsObject = {
|
|
745
|
+
parent: string;
|
|
746
|
+
languageCode: string;
|
|
747
|
+
csvContents: Uint8Array | string;
|
|
748
|
+
extractEntities: boolean;
|
|
749
|
+
specialCharacters: string;
|
|
750
|
+
trainingPhraseCleanerOptions?: TrainingPhraseCleanerOptions.AsObject;
|
|
751
|
+
numberOfWorkers: number;
|
|
752
|
+
};
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export enum ReannotateEntitiesOptions {
|
|
756
|
+
REANNOTATE_NEVER = 0,
|
|
757
|
+
REANNOTATE_ALWAYS = 1,
|
|
758
|
+
REANNOTATE_IF_EMPTY = 2,
|
|
759
|
+
REANNOTATE_AFTER_DELETION = 3,
|
|
760
|
+
REANNOTATE_IF_EMPTY_OR_AFTER_DELETION = 4
|
|
708
761
|
}
|