@ondewo/nlu-client-typescript 4.0.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/session_grpc_web_pb.d.ts +156 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +793 -0
- package/api/ondewo/nlu/session_pb.d.ts +700 -4
- package/api/ondewo/nlu/session_pb.js +10575 -4614
- package/package.json +1 -1
- package/public-api.d.ts +26 -26
|
@@ -65,6 +65,97 @@ export class SessionsClient {
|
|
|
65
65
|
response: ondewo_nlu_session_pb.ListSessionLabelsResponse) => void
|
|
66
66
|
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListSessionLabelsResponse>;
|
|
67
67
|
|
|
68
|
+
listLanguageCodesOfAllSessions(
|
|
69
|
+
request: ondewo_nlu_session_pb.ListLanguageCodesOfAllSessionsRequest,
|
|
70
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
71
|
+
callback: (err: grpcWeb.RpcError,
|
|
72
|
+
response: ondewo_nlu_session_pb.ListLanguageCodesResponse) => void
|
|
73
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListLanguageCodesResponse>;
|
|
74
|
+
|
|
75
|
+
listMatchedIntentsOfAllSessions(
|
|
76
|
+
request: ondewo_nlu_session_pb.ListMatchedIntentsOfAllSessionsRequest,
|
|
77
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
78
|
+
callback: (err: grpcWeb.RpcError,
|
|
79
|
+
response: ondewo_nlu_session_pb.ListMatchedIntentsResponse) => void
|
|
80
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListMatchedIntentsResponse>;
|
|
81
|
+
|
|
82
|
+
listMatchedEntityTypesOfAllSessions(
|
|
83
|
+
request: ondewo_nlu_session_pb.ListMatchedEntityTypesOfAllSessionsRequest,
|
|
84
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
85
|
+
callback: (err: grpcWeb.RpcError,
|
|
86
|
+
response: ondewo_nlu_session_pb.ListMatchedEntityTypesResponse) => void
|
|
87
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListMatchedEntityTypesResponse>;
|
|
88
|
+
|
|
89
|
+
listUserIdsOfAllSessions(
|
|
90
|
+
request: ondewo_nlu_session_pb.ListUserIdsOfAllSessionsRequest,
|
|
91
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
92
|
+
callback: (err: grpcWeb.RpcError,
|
|
93
|
+
response: ondewo_nlu_session_pb.ListUserIdsResponse) => void
|
|
94
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListUserIdsResponse>;
|
|
95
|
+
|
|
96
|
+
listIdentifiedUserIdsOfAllSessions(
|
|
97
|
+
request: ondewo_nlu_session_pb.ListIdentifiedUserIdsOfAllSessionsRequest,
|
|
98
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
99
|
+
callback: (err: grpcWeb.RpcError,
|
|
100
|
+
response: ondewo_nlu_session_pb.ListIdentifiedUserIdsResponse) => void
|
|
101
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListIdentifiedUserIdsResponse>;
|
|
102
|
+
|
|
103
|
+
listTagsOfAllSessions(
|
|
104
|
+
request: ondewo_nlu_session_pb.ListTagsOfAllSessionsRequest,
|
|
105
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
106
|
+
callback: (err: grpcWeb.RpcError,
|
|
107
|
+
response: ondewo_nlu_session_pb.ListTagsResponse) => void
|
|
108
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListTagsResponse>;
|
|
109
|
+
|
|
110
|
+
listInputContextsOfAllSessions(
|
|
111
|
+
request: ondewo_nlu_session_pb.ListInputContextsOfAllSessionsRequest,
|
|
112
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
113
|
+
callback: (err: grpcWeb.RpcError,
|
|
114
|
+
response: ondewo_nlu_session_pb.ListInputContextsResponse) => void
|
|
115
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListInputContextsResponse>;
|
|
116
|
+
|
|
117
|
+
listOutputContextsOfAllSessions(
|
|
118
|
+
request: ondewo_nlu_session_pb.ListOutputContextsOfAllSessionsRequest,
|
|
119
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
120
|
+
callback: (err: grpcWeb.RpcError,
|
|
121
|
+
response: ondewo_nlu_session_pb.ListOutputContextsResponse) => void
|
|
122
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListOutputContextsResponse>;
|
|
123
|
+
|
|
124
|
+
listPlatformsOfAllSessions(
|
|
125
|
+
request: ondewo_nlu_session_pb.ListPlatformsOfAllSessionsRequest,
|
|
126
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
127
|
+
callback: (err: grpcWeb.RpcError,
|
|
128
|
+
response: ondewo_nlu_session_pb.ListPlatformsResponse) => void
|
|
129
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListPlatformsResponse>;
|
|
130
|
+
|
|
131
|
+
listAccountIdsOfAllSessions(
|
|
132
|
+
request: ondewo_nlu_session_pb.ListAccountIdsOfAllSessionsRequest,
|
|
133
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
134
|
+
callback: (err: grpcWeb.RpcError,
|
|
135
|
+
response: ondewo_nlu_session_pb.ListAccountIdsResponse) => void
|
|
136
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListAccountIdsResponse>;
|
|
137
|
+
|
|
138
|
+
listPropertyIdsOfAllSessions(
|
|
139
|
+
request: ondewo_nlu_session_pb.ListPropertyIdsOfAllSessionsRequest,
|
|
140
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
141
|
+
callback: (err: grpcWeb.RpcError,
|
|
142
|
+
response: ondewo_nlu_session_pb.ListPropertyIdsResponse) => void
|
|
143
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListPropertyIdsResponse>;
|
|
144
|
+
|
|
145
|
+
listDatastreamIdsOfAllSessions(
|
|
146
|
+
request: ondewo_nlu_session_pb.ListDatastreamIdsOfAllSessionsRequest,
|
|
147
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
148
|
+
callback: (err: grpcWeb.RpcError,
|
|
149
|
+
response: ondewo_nlu_session_pb.ListDatastreamIdsResponse) => void
|
|
150
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListDatastreamIdsResponse>;
|
|
151
|
+
|
|
152
|
+
listOriginIdsOfAllSessions(
|
|
153
|
+
request: ondewo_nlu_session_pb.ListOriginIdsOfAllSessionsRequest,
|
|
154
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
155
|
+
callback: (err: grpcWeb.RpcError,
|
|
156
|
+
response: ondewo_nlu_session_pb.ListOriginIdsResponse) => void
|
|
157
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_session_pb.ListOriginIdsResponse>;
|
|
158
|
+
|
|
68
159
|
addSessionLabels(
|
|
69
160
|
request: ondewo_nlu_session_pb.AddSessionLabelsRequest,
|
|
70
161
|
metadata: grpcWeb.Metadata | undefined,
|
|
@@ -154,6 +245,71 @@ export class SessionsPromiseClient {
|
|
|
154
245
|
metadata?: grpcWeb.Metadata
|
|
155
246
|
): Promise<ondewo_nlu_session_pb.ListSessionLabelsResponse>;
|
|
156
247
|
|
|
248
|
+
listLanguageCodesOfAllSessions(
|
|
249
|
+
request: ondewo_nlu_session_pb.ListLanguageCodesOfAllSessionsRequest,
|
|
250
|
+
metadata?: grpcWeb.Metadata
|
|
251
|
+
): Promise<ondewo_nlu_session_pb.ListLanguageCodesResponse>;
|
|
252
|
+
|
|
253
|
+
listMatchedIntentsOfAllSessions(
|
|
254
|
+
request: ondewo_nlu_session_pb.ListMatchedIntentsOfAllSessionsRequest,
|
|
255
|
+
metadata?: grpcWeb.Metadata
|
|
256
|
+
): Promise<ondewo_nlu_session_pb.ListMatchedIntentsResponse>;
|
|
257
|
+
|
|
258
|
+
listMatchedEntityTypesOfAllSessions(
|
|
259
|
+
request: ondewo_nlu_session_pb.ListMatchedEntityTypesOfAllSessionsRequest,
|
|
260
|
+
metadata?: grpcWeb.Metadata
|
|
261
|
+
): Promise<ondewo_nlu_session_pb.ListMatchedEntityTypesResponse>;
|
|
262
|
+
|
|
263
|
+
listUserIdsOfAllSessions(
|
|
264
|
+
request: ondewo_nlu_session_pb.ListUserIdsOfAllSessionsRequest,
|
|
265
|
+
metadata?: grpcWeb.Metadata
|
|
266
|
+
): Promise<ondewo_nlu_session_pb.ListUserIdsResponse>;
|
|
267
|
+
|
|
268
|
+
listIdentifiedUserIdsOfAllSessions(
|
|
269
|
+
request: ondewo_nlu_session_pb.ListIdentifiedUserIdsOfAllSessionsRequest,
|
|
270
|
+
metadata?: grpcWeb.Metadata
|
|
271
|
+
): Promise<ondewo_nlu_session_pb.ListIdentifiedUserIdsResponse>;
|
|
272
|
+
|
|
273
|
+
listTagsOfAllSessions(
|
|
274
|
+
request: ondewo_nlu_session_pb.ListTagsOfAllSessionsRequest,
|
|
275
|
+
metadata?: grpcWeb.Metadata
|
|
276
|
+
): Promise<ondewo_nlu_session_pb.ListTagsResponse>;
|
|
277
|
+
|
|
278
|
+
listInputContextsOfAllSessions(
|
|
279
|
+
request: ondewo_nlu_session_pb.ListInputContextsOfAllSessionsRequest,
|
|
280
|
+
metadata?: grpcWeb.Metadata
|
|
281
|
+
): Promise<ondewo_nlu_session_pb.ListInputContextsResponse>;
|
|
282
|
+
|
|
283
|
+
listOutputContextsOfAllSessions(
|
|
284
|
+
request: ondewo_nlu_session_pb.ListOutputContextsOfAllSessionsRequest,
|
|
285
|
+
metadata?: grpcWeb.Metadata
|
|
286
|
+
): Promise<ondewo_nlu_session_pb.ListOutputContextsResponse>;
|
|
287
|
+
|
|
288
|
+
listPlatformsOfAllSessions(
|
|
289
|
+
request: ondewo_nlu_session_pb.ListPlatformsOfAllSessionsRequest,
|
|
290
|
+
metadata?: grpcWeb.Metadata
|
|
291
|
+
): Promise<ondewo_nlu_session_pb.ListPlatformsResponse>;
|
|
292
|
+
|
|
293
|
+
listAccountIdsOfAllSessions(
|
|
294
|
+
request: ondewo_nlu_session_pb.ListAccountIdsOfAllSessionsRequest,
|
|
295
|
+
metadata?: grpcWeb.Metadata
|
|
296
|
+
): Promise<ondewo_nlu_session_pb.ListAccountIdsResponse>;
|
|
297
|
+
|
|
298
|
+
listPropertyIdsOfAllSessions(
|
|
299
|
+
request: ondewo_nlu_session_pb.ListPropertyIdsOfAllSessionsRequest,
|
|
300
|
+
metadata?: grpcWeb.Metadata
|
|
301
|
+
): Promise<ondewo_nlu_session_pb.ListPropertyIdsResponse>;
|
|
302
|
+
|
|
303
|
+
listDatastreamIdsOfAllSessions(
|
|
304
|
+
request: ondewo_nlu_session_pb.ListDatastreamIdsOfAllSessionsRequest,
|
|
305
|
+
metadata?: grpcWeb.Metadata
|
|
306
|
+
): Promise<ondewo_nlu_session_pb.ListDatastreamIdsResponse>;
|
|
307
|
+
|
|
308
|
+
listOriginIdsOfAllSessions(
|
|
309
|
+
request: ondewo_nlu_session_pb.ListOriginIdsOfAllSessionsRequest,
|
|
310
|
+
metadata?: grpcWeb.Metadata
|
|
311
|
+
): Promise<ondewo_nlu_session_pb.ListOriginIdsResponse>;
|
|
312
|
+
|
|
157
313
|
addSessionLabels(
|
|
158
314
|
request: ondewo_nlu_session_pb.AddSessionLabelsRequest,
|
|
159
315
|
metadata?: grpcWeb.Metadata
|