@ondewo/nlu-client-typescript 3.0.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/LICENSE +191 -0
- package/README.md +27 -0
- package/api/google/api/annotations_pb.d.ts +6 -0
- package/api/google/api/annotations_pb.js +48 -0
- package/api/google/protobuf/any_pb.d.ts +28 -0
- package/api/google/protobuf/any_pb.js +275 -0
- package/api/google/protobuf/empty_pb.d.ts +18 -0
- package/api/google/protobuf/empty_pb.js +141 -0
- package/api/google/protobuf/field_mask_pb.d.ts +24 -0
- package/api/google/protobuf/field_mask_pb.js +196 -0
- package/api/google/protobuf/struct_pb.d.ts +99 -0
- package/api/google/protobuf/struct_pb.js +948 -0
- package/api/google/protobuf/timestamp_pb.d.ts +26 -0
- package/api/google/protobuf/timestamp_pb.js +236 -0
- package/api/google/rpc/status_pb.d.ts +33 -0
- package/api/google/rpc/status_pb.js +262 -0
- package/api/google/type/latlng_pb.d.ts +26 -0
- package/api/google/type/latlng_pb.js +200 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +489 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +2476 -0
- package/api/ondewo/nlu/agent_pb.d.ts +2079 -0
- package/api/ondewo/nlu/agent_pb.js +16648 -0
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +115 -0
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +569 -0
- package/api/ondewo/nlu/aiservices_pb.d.ts +933 -0
- package/api/ondewo/nlu/aiservices_pb.js +7601 -0
- package/api/ondewo/nlu/common_pb.d.ts +26 -0
- package/api/ondewo/nlu/common_pb.js +179 -0
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +92 -0
- package/api/ondewo/nlu/context_grpc_web_pb.js +447 -0
- package/api/ondewo/nlu/context_pb.d.ts +218 -0
- package/api/ondewo/nlu/context_pb.js +1788 -0
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +165 -0
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +817 -0
- package/api/ondewo/nlu/entity_type_pb.d.ts +756 -0
- package/api/ondewo/nlu/entity_type_pb.js +5970 -0
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +345 -0
- package/api/ondewo/nlu/intent_grpc_web_pb.js +1738 -0
- package/api/ondewo/nlu/intent_pb.d.ts +2344 -0
- package/api/ondewo/nlu/intent_pb.js +18784 -0
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +112 -0
- package/api/ondewo/nlu/operation_metadata_pb.js +740 -0
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +68 -0
- package/api/ondewo/nlu/operations_grpc_web_pb.js +331 -0
- package/api/ondewo/nlu/operations_pb.d.ts +236 -0
- package/api/ondewo/nlu/operations_pb.js +1826 -0
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +80 -0
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +386 -0
- package/api/ondewo/nlu/project_role_pb.d.ts +220 -0
- package/api/ondewo/nlu/project_role_pb.js +1713 -0
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +116 -0
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +571 -0
- package/api/ondewo/nlu/project_statistics_pb.d.ts +92 -0
- package/api/ondewo/nlu/project_statistics_pb.js +724 -0
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +57 -0
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +264 -0
- package/api/ondewo/nlu/server_statistics_pb.d.ts +25 -0
- package/api/ondewo/nlu/server_statistics_pb.js +176 -0
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +176 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +884 -0
- package/api/ondewo/nlu/session_pb.d.ts +1192 -0
- package/api/ondewo/nlu/session_pb.js +9762 -0
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +200 -0
- package/api/ondewo/nlu/user_grpc_web_pb.js +998 -0
- package/api/ondewo/nlu/user_pb.d.ts +489 -0
- package/api/ondewo/nlu/user_pb.js +4057 -0
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +115 -0
- package/api/ondewo/nlu/utility_grpc_web_pb.js +567 -0
- package/api/ondewo/nlu/utility_pb.d.ts +708 -0
- package/api/ondewo/nlu/utility_pb.js +5914 -0
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +55 -0
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +268 -0
- package/api/ondewo/nlu/webhook_pb.d.ts +155 -0
- package/api/ondewo/nlu/webhook_pb.js +1267 -0
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +104 -0
- package/api/ondewo/qa/qa_grpc_web_pb.js +508 -0
- package/api/ondewo/qa/qa_pb.d.ts +304 -0
- package/api/ondewo/qa/qa_pb.js +2553 -0
- package/package.json +18 -0
- package/public-api.d.ts +38 -0
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
import * as grpcWeb from 'grpc-web';
|
|
2
|
+
|
|
3
|
+
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
|
|
4
|
+
import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
|
|
5
|
+
import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export class IntentsClient {
|
|
9
|
+
constructor (hostname: string,
|
|
10
|
+
credentials?: null | { [index: string]: string; },
|
|
11
|
+
options?: null | { [index: string]: any; });
|
|
12
|
+
|
|
13
|
+
listIntents(
|
|
14
|
+
request: ondewo_nlu_intent_pb.ListIntentsRequest,
|
|
15
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
16
|
+
callback: (err: grpcWeb.RpcError,
|
|
17
|
+
response: ondewo_nlu_intent_pb.ListIntentsResponse) => void
|
|
18
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.ListIntentsResponse>;
|
|
19
|
+
|
|
20
|
+
getIntent(
|
|
21
|
+
request: ondewo_nlu_intent_pb.GetIntentRequest,
|
|
22
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
23
|
+
callback: (err: grpcWeb.RpcError,
|
|
24
|
+
response: ondewo_nlu_intent_pb.Intent) => void
|
|
25
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.Intent>;
|
|
26
|
+
|
|
27
|
+
createIntent(
|
|
28
|
+
request: ondewo_nlu_intent_pb.CreateIntentRequest,
|
|
29
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
30
|
+
callback: (err: grpcWeb.RpcError,
|
|
31
|
+
response: ondewo_nlu_intent_pb.Intent) => void
|
|
32
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.Intent>;
|
|
33
|
+
|
|
34
|
+
updateIntent(
|
|
35
|
+
request: ondewo_nlu_intent_pb.UpdateIntentRequest,
|
|
36
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
37
|
+
callback: (err: grpcWeb.RpcError,
|
|
38
|
+
response: ondewo_nlu_intent_pb.Intent) => void
|
|
39
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.Intent>;
|
|
40
|
+
|
|
41
|
+
deleteIntent(
|
|
42
|
+
request: ondewo_nlu_intent_pb.DeleteIntentRequest,
|
|
43
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
44
|
+
callback: (err: grpcWeb.RpcError,
|
|
45
|
+
response: google_protobuf_empty_pb.Empty) => void
|
|
46
|
+
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
47
|
+
|
|
48
|
+
batchUpdateIntents(
|
|
49
|
+
request: ondewo_nlu_intent_pb.BatchUpdateIntentsRequest,
|
|
50
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
51
|
+
callback: (err: grpcWeb.RpcError,
|
|
52
|
+
response: ondewo_nlu_operations_pb.Operation) => void
|
|
53
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
|
|
54
|
+
|
|
55
|
+
batchDeleteIntents(
|
|
56
|
+
request: ondewo_nlu_intent_pb.BatchDeleteIntentsRequest,
|
|
57
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
58
|
+
callback: (err: grpcWeb.RpcError,
|
|
59
|
+
response: ondewo_nlu_operations_pb.Operation) => void
|
|
60
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
|
|
61
|
+
|
|
62
|
+
tagIntent(
|
|
63
|
+
request: ondewo_nlu_intent_pb.IntentTagRequest,
|
|
64
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
65
|
+
callback: (err: grpcWeb.RpcError,
|
|
66
|
+
response: google_protobuf_empty_pb.Empty) => void
|
|
67
|
+
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
68
|
+
|
|
69
|
+
deleteIntentTag(
|
|
70
|
+
request: ondewo_nlu_intent_pb.IntentTagRequest,
|
|
71
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
72
|
+
callback: (err: grpcWeb.RpcError,
|
|
73
|
+
response: google_protobuf_empty_pb.Empty) => void
|
|
74
|
+
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
75
|
+
|
|
76
|
+
getIntentTags(
|
|
77
|
+
request: ondewo_nlu_intent_pb.GetIntentTagsRequest,
|
|
78
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
79
|
+
callback: (err: grpcWeb.RpcError,
|
|
80
|
+
response: ondewo_nlu_intent_pb.GetIntentTagsResponse) => void
|
|
81
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.GetIntentTagsResponse>;
|
|
82
|
+
|
|
83
|
+
getAllIntentTags(
|
|
84
|
+
request: ondewo_nlu_intent_pb.GetAllIntentTagsRequest,
|
|
85
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
86
|
+
callback: (err: grpcWeb.RpcError,
|
|
87
|
+
response: ondewo_nlu_intent_pb.GetIntentTagsResponse) => void
|
|
88
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.GetIntentTagsResponse>;
|
|
89
|
+
|
|
90
|
+
batchCreateTrainingPhrases(
|
|
91
|
+
request: ondewo_nlu_intent_pb.BatchCreateTrainingPhrasesRequest,
|
|
92
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
93
|
+
callback: (err: grpcWeb.RpcError,
|
|
94
|
+
response: ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse) => void
|
|
95
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
96
|
+
|
|
97
|
+
batchGetTrainingPhrases(
|
|
98
|
+
request: ondewo_nlu_intent_pb.BatchGetTrainingPhrasesRequest,
|
|
99
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
100
|
+
callback: (err: grpcWeb.RpcError,
|
|
101
|
+
response: ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse) => void
|
|
102
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
103
|
+
|
|
104
|
+
batchUpdateTrainingPhrases(
|
|
105
|
+
request: ondewo_nlu_intent_pb.BatchUpdateTrainingPhrasesRequest,
|
|
106
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
107
|
+
callback: (err: grpcWeb.RpcError,
|
|
108
|
+
response: ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse) => void
|
|
109
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
110
|
+
|
|
111
|
+
batchDeleteTrainingPhrases(
|
|
112
|
+
request: ondewo_nlu_intent_pb.BatchDeleteTrainingPhrasesRequest,
|
|
113
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
114
|
+
callback: (err: grpcWeb.RpcError,
|
|
115
|
+
response: ondewo_nlu_intent_pb.BatchDeleteTrainingPhrasesResponse) => void
|
|
116
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchDeleteTrainingPhrasesResponse>;
|
|
117
|
+
|
|
118
|
+
listTrainingPhrases(
|
|
119
|
+
request: ondewo_nlu_intent_pb.ListTrainingPhrasesRequest,
|
|
120
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
121
|
+
callback: (err: grpcWeb.RpcError,
|
|
122
|
+
response: ondewo_nlu_intent_pb.ListTrainingPhrasesResponse) => void
|
|
123
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.ListTrainingPhrasesResponse>;
|
|
124
|
+
|
|
125
|
+
batchCreateResponseMessages(
|
|
126
|
+
request: ondewo_nlu_intent_pb.BatchCreateResponseMessagesRequest,
|
|
127
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
128
|
+
callback: (err: grpcWeb.RpcError,
|
|
129
|
+
response: ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse) => void
|
|
130
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
131
|
+
|
|
132
|
+
batchGetResponseMessages(
|
|
133
|
+
request: ondewo_nlu_intent_pb.BatchGetResponseMessagesRequest,
|
|
134
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
135
|
+
callback: (err: grpcWeb.RpcError,
|
|
136
|
+
response: ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse) => void
|
|
137
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
138
|
+
|
|
139
|
+
batchUpdateResponseMessages(
|
|
140
|
+
request: ondewo_nlu_intent_pb.BatchUpdateResponseMessagesRequest,
|
|
141
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
142
|
+
callback: (err: grpcWeb.RpcError,
|
|
143
|
+
response: ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse) => void
|
|
144
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
145
|
+
|
|
146
|
+
batchDeleteResponseMessages(
|
|
147
|
+
request: ondewo_nlu_intent_pb.BatchDeleteResponseMessagesRequest,
|
|
148
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
149
|
+
callback: (err: grpcWeb.RpcError,
|
|
150
|
+
response: ondewo_nlu_intent_pb.BatchDeleteResponseMessagesResponse) => void
|
|
151
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchDeleteResponseMessagesResponse>;
|
|
152
|
+
|
|
153
|
+
listResponseMessages(
|
|
154
|
+
request: ondewo_nlu_intent_pb.ListResponseMessagesRequest,
|
|
155
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
156
|
+
callback: (err: grpcWeb.RpcError,
|
|
157
|
+
response: ondewo_nlu_intent_pb.ListResponseMessagesResponse) => void
|
|
158
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.ListResponseMessagesResponse>;
|
|
159
|
+
|
|
160
|
+
batchCreateParameters(
|
|
161
|
+
request: ondewo_nlu_intent_pb.BatchCreateParametersRequest,
|
|
162
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
163
|
+
callback: (err: grpcWeb.RpcError,
|
|
164
|
+
response: ondewo_nlu_intent_pb.BatchParametersStatusResponse) => void
|
|
165
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
166
|
+
|
|
167
|
+
batchGetParameters(
|
|
168
|
+
request: ondewo_nlu_intent_pb.BatchGetParametersRequest,
|
|
169
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
170
|
+
callback: (err: grpcWeb.RpcError,
|
|
171
|
+
response: ondewo_nlu_intent_pb.BatchParametersStatusResponse) => void
|
|
172
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
173
|
+
|
|
174
|
+
batchUpdateParameters(
|
|
175
|
+
request: ondewo_nlu_intent_pb.BatchUpdateParametersRequest,
|
|
176
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
177
|
+
callback: (err: grpcWeb.RpcError,
|
|
178
|
+
response: ondewo_nlu_intent_pb.BatchParametersStatusResponse) => void
|
|
179
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
180
|
+
|
|
181
|
+
batchDeleteParameters(
|
|
182
|
+
request: ondewo_nlu_intent_pb.BatchDeleteParametersRequest,
|
|
183
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
184
|
+
callback: (err: grpcWeb.RpcError,
|
|
185
|
+
response: ondewo_nlu_intent_pb.BatchDeleteParametersResponse) => void
|
|
186
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.BatchDeleteParametersResponse>;
|
|
187
|
+
|
|
188
|
+
listParameters(
|
|
189
|
+
request: ondewo_nlu_intent_pb.ListParametersRequest,
|
|
190
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
191
|
+
callback: (err: grpcWeb.RpcError,
|
|
192
|
+
response: ondewo_nlu_intent_pb.ListParametersResponse) => void
|
|
193
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.ListParametersResponse>;
|
|
194
|
+
|
|
195
|
+
listTrainingPhrasesofIntentsWithEnrichment(
|
|
196
|
+
request: ondewo_nlu_intent_pb.ListTrainingPhrasesofIntentsWithEnrichmentRequest,
|
|
197
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
198
|
+
callback: (err: grpcWeb.RpcError,
|
|
199
|
+
response: ondewo_nlu_intent_pb.ListTrainingPhrasesofIntentsWithEnrichmentResponse) => void
|
|
200
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_intent_pb.ListTrainingPhrasesofIntentsWithEnrichmentResponse>;
|
|
201
|
+
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export class IntentsPromiseClient {
|
|
205
|
+
constructor (hostname: string,
|
|
206
|
+
credentials?: null | { [index: string]: string; },
|
|
207
|
+
options?: null | { [index: string]: any; });
|
|
208
|
+
|
|
209
|
+
listIntents(
|
|
210
|
+
request: ondewo_nlu_intent_pb.ListIntentsRequest,
|
|
211
|
+
metadata?: grpcWeb.Metadata
|
|
212
|
+
): Promise<ondewo_nlu_intent_pb.ListIntentsResponse>;
|
|
213
|
+
|
|
214
|
+
getIntent(
|
|
215
|
+
request: ondewo_nlu_intent_pb.GetIntentRequest,
|
|
216
|
+
metadata?: grpcWeb.Metadata
|
|
217
|
+
): Promise<ondewo_nlu_intent_pb.Intent>;
|
|
218
|
+
|
|
219
|
+
createIntent(
|
|
220
|
+
request: ondewo_nlu_intent_pb.CreateIntentRequest,
|
|
221
|
+
metadata?: grpcWeb.Metadata
|
|
222
|
+
): Promise<ondewo_nlu_intent_pb.Intent>;
|
|
223
|
+
|
|
224
|
+
updateIntent(
|
|
225
|
+
request: ondewo_nlu_intent_pb.UpdateIntentRequest,
|
|
226
|
+
metadata?: grpcWeb.Metadata
|
|
227
|
+
): Promise<ondewo_nlu_intent_pb.Intent>;
|
|
228
|
+
|
|
229
|
+
deleteIntent(
|
|
230
|
+
request: ondewo_nlu_intent_pb.DeleteIntentRequest,
|
|
231
|
+
metadata?: grpcWeb.Metadata
|
|
232
|
+
): Promise<google_protobuf_empty_pb.Empty>;
|
|
233
|
+
|
|
234
|
+
batchUpdateIntents(
|
|
235
|
+
request: ondewo_nlu_intent_pb.BatchUpdateIntentsRequest,
|
|
236
|
+
metadata?: grpcWeb.Metadata
|
|
237
|
+
): Promise<ondewo_nlu_operations_pb.Operation>;
|
|
238
|
+
|
|
239
|
+
batchDeleteIntents(
|
|
240
|
+
request: ondewo_nlu_intent_pb.BatchDeleteIntentsRequest,
|
|
241
|
+
metadata?: grpcWeb.Metadata
|
|
242
|
+
): Promise<ondewo_nlu_operations_pb.Operation>;
|
|
243
|
+
|
|
244
|
+
tagIntent(
|
|
245
|
+
request: ondewo_nlu_intent_pb.IntentTagRequest,
|
|
246
|
+
metadata?: grpcWeb.Metadata
|
|
247
|
+
): Promise<google_protobuf_empty_pb.Empty>;
|
|
248
|
+
|
|
249
|
+
deleteIntentTag(
|
|
250
|
+
request: ondewo_nlu_intent_pb.IntentTagRequest,
|
|
251
|
+
metadata?: grpcWeb.Metadata
|
|
252
|
+
): Promise<google_protobuf_empty_pb.Empty>;
|
|
253
|
+
|
|
254
|
+
getIntentTags(
|
|
255
|
+
request: ondewo_nlu_intent_pb.GetIntentTagsRequest,
|
|
256
|
+
metadata?: grpcWeb.Metadata
|
|
257
|
+
): Promise<ondewo_nlu_intent_pb.GetIntentTagsResponse>;
|
|
258
|
+
|
|
259
|
+
getAllIntentTags(
|
|
260
|
+
request: ondewo_nlu_intent_pb.GetAllIntentTagsRequest,
|
|
261
|
+
metadata?: grpcWeb.Metadata
|
|
262
|
+
): Promise<ondewo_nlu_intent_pb.GetIntentTagsResponse>;
|
|
263
|
+
|
|
264
|
+
batchCreateTrainingPhrases(
|
|
265
|
+
request: ondewo_nlu_intent_pb.BatchCreateTrainingPhrasesRequest,
|
|
266
|
+
metadata?: grpcWeb.Metadata
|
|
267
|
+
): Promise<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
268
|
+
|
|
269
|
+
batchGetTrainingPhrases(
|
|
270
|
+
request: ondewo_nlu_intent_pb.BatchGetTrainingPhrasesRequest,
|
|
271
|
+
metadata?: grpcWeb.Metadata
|
|
272
|
+
): Promise<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
273
|
+
|
|
274
|
+
batchUpdateTrainingPhrases(
|
|
275
|
+
request: ondewo_nlu_intent_pb.BatchUpdateTrainingPhrasesRequest,
|
|
276
|
+
metadata?: grpcWeb.Metadata
|
|
277
|
+
): Promise<ondewo_nlu_intent_pb.BatchTrainingPhrasesStatusResponse>;
|
|
278
|
+
|
|
279
|
+
batchDeleteTrainingPhrases(
|
|
280
|
+
request: ondewo_nlu_intent_pb.BatchDeleteTrainingPhrasesRequest,
|
|
281
|
+
metadata?: grpcWeb.Metadata
|
|
282
|
+
): Promise<ondewo_nlu_intent_pb.BatchDeleteTrainingPhrasesResponse>;
|
|
283
|
+
|
|
284
|
+
listTrainingPhrases(
|
|
285
|
+
request: ondewo_nlu_intent_pb.ListTrainingPhrasesRequest,
|
|
286
|
+
metadata?: grpcWeb.Metadata
|
|
287
|
+
): Promise<ondewo_nlu_intent_pb.ListTrainingPhrasesResponse>;
|
|
288
|
+
|
|
289
|
+
batchCreateResponseMessages(
|
|
290
|
+
request: ondewo_nlu_intent_pb.BatchCreateResponseMessagesRequest,
|
|
291
|
+
metadata?: grpcWeb.Metadata
|
|
292
|
+
): Promise<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
293
|
+
|
|
294
|
+
batchGetResponseMessages(
|
|
295
|
+
request: ondewo_nlu_intent_pb.BatchGetResponseMessagesRequest,
|
|
296
|
+
metadata?: grpcWeb.Metadata
|
|
297
|
+
): Promise<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
298
|
+
|
|
299
|
+
batchUpdateResponseMessages(
|
|
300
|
+
request: ondewo_nlu_intent_pb.BatchUpdateResponseMessagesRequest,
|
|
301
|
+
metadata?: grpcWeb.Metadata
|
|
302
|
+
): Promise<ondewo_nlu_intent_pb.BatchResponseMessagesStatusResponse>;
|
|
303
|
+
|
|
304
|
+
batchDeleteResponseMessages(
|
|
305
|
+
request: ondewo_nlu_intent_pb.BatchDeleteResponseMessagesRequest,
|
|
306
|
+
metadata?: grpcWeb.Metadata
|
|
307
|
+
): Promise<ondewo_nlu_intent_pb.BatchDeleteResponseMessagesResponse>;
|
|
308
|
+
|
|
309
|
+
listResponseMessages(
|
|
310
|
+
request: ondewo_nlu_intent_pb.ListResponseMessagesRequest,
|
|
311
|
+
metadata?: grpcWeb.Metadata
|
|
312
|
+
): Promise<ondewo_nlu_intent_pb.ListResponseMessagesResponse>;
|
|
313
|
+
|
|
314
|
+
batchCreateParameters(
|
|
315
|
+
request: ondewo_nlu_intent_pb.BatchCreateParametersRequest,
|
|
316
|
+
metadata?: grpcWeb.Metadata
|
|
317
|
+
): Promise<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
318
|
+
|
|
319
|
+
batchGetParameters(
|
|
320
|
+
request: ondewo_nlu_intent_pb.BatchGetParametersRequest,
|
|
321
|
+
metadata?: grpcWeb.Metadata
|
|
322
|
+
): Promise<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
323
|
+
|
|
324
|
+
batchUpdateParameters(
|
|
325
|
+
request: ondewo_nlu_intent_pb.BatchUpdateParametersRequest,
|
|
326
|
+
metadata?: grpcWeb.Metadata
|
|
327
|
+
): Promise<ondewo_nlu_intent_pb.BatchParametersStatusResponse>;
|
|
328
|
+
|
|
329
|
+
batchDeleteParameters(
|
|
330
|
+
request: ondewo_nlu_intent_pb.BatchDeleteParametersRequest,
|
|
331
|
+
metadata?: grpcWeb.Metadata
|
|
332
|
+
): Promise<ondewo_nlu_intent_pb.BatchDeleteParametersResponse>;
|
|
333
|
+
|
|
334
|
+
listParameters(
|
|
335
|
+
request: ondewo_nlu_intent_pb.ListParametersRequest,
|
|
336
|
+
metadata?: grpcWeb.Metadata
|
|
337
|
+
): Promise<ondewo_nlu_intent_pb.ListParametersResponse>;
|
|
338
|
+
|
|
339
|
+
listTrainingPhrasesofIntentsWithEnrichment(
|
|
340
|
+
request: ondewo_nlu_intent_pb.ListTrainingPhrasesofIntentsWithEnrichmentRequest,
|
|
341
|
+
metadata?: grpcWeb.Metadata
|
|
342
|
+
): Promise<ondewo_nlu_intent_pb.ListTrainingPhrasesofIntentsWithEnrichmentResponse>;
|
|
343
|
+
|
|
344
|
+
}
|
|
345
|
+
|