@ondewo/csi-client-angular 2.3.1 → 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/api/ondewo/nlu/agent.pb.d.ts +2016 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +176 -0
- package/api/ondewo/nlu/operations.pb.d.ts +4 -4
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +3873 -1
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +334 -4
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +5 -5
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +3 -3
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2015/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -1
- package/fesm2020/ondewo-csi-client-angular.mjs +4258 -56
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -241,6 +241,94 @@ export declare class AgentsClient {
|
|
|
241
241
|
* @returns Observable<GrpcEvent<thisProto.PlatformMapping>>
|
|
242
242
|
*/
|
|
243
243
|
setPlatformMapping: (requestData: thisProto.PlatformMapping, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.PlatformMapping>>;
|
|
244
|
+
/**
|
|
245
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchEntityType
|
|
246
|
+
*
|
|
247
|
+
* @param requestMessage Request message
|
|
248
|
+
* @param requestMetadata Request metadata
|
|
249
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseEntityType>>
|
|
250
|
+
*/
|
|
251
|
+
getFullTextSearchEntityType: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseEntityType>>;
|
|
252
|
+
/**
|
|
253
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchEntity
|
|
254
|
+
*
|
|
255
|
+
* @param requestMessage Request message
|
|
256
|
+
* @param requestMetadata Request metadata
|
|
257
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseEntity>>
|
|
258
|
+
*/
|
|
259
|
+
getFullTextSearchEntity: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseEntity>>;
|
|
260
|
+
/**
|
|
261
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchEntitySynonym
|
|
262
|
+
*
|
|
263
|
+
* @param requestMessage Request message
|
|
264
|
+
* @param requestMetadata Request metadata
|
|
265
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseEntitySynonym>>
|
|
266
|
+
*/
|
|
267
|
+
getFullTextSearchEntitySynonym: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseEntitySynonym>>;
|
|
268
|
+
/**
|
|
269
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntent
|
|
270
|
+
*
|
|
271
|
+
* @param requestMessage Request message
|
|
272
|
+
* @param requestMetadata Request metadata
|
|
273
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntent>>
|
|
274
|
+
*/
|
|
275
|
+
getFullTextSearchIntent: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntent>>;
|
|
276
|
+
/**
|
|
277
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentContextIn
|
|
278
|
+
*
|
|
279
|
+
* @param requestMessage Request message
|
|
280
|
+
* @param requestMetadata Request metadata
|
|
281
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentContextIn>>
|
|
282
|
+
*/
|
|
283
|
+
getFullTextSearchIntentContextIn: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentContextIn>>;
|
|
284
|
+
/**
|
|
285
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentContextOut
|
|
286
|
+
*
|
|
287
|
+
* @param requestMessage Request message
|
|
288
|
+
* @param requestMetadata Request metadata
|
|
289
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentContextOut>>
|
|
290
|
+
*/
|
|
291
|
+
getFullTextSearchIntentContextOut: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentContextOut>>;
|
|
292
|
+
/**
|
|
293
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentUsersays
|
|
294
|
+
*
|
|
295
|
+
* @param requestMessage Request message
|
|
296
|
+
* @param requestMetadata Request metadata
|
|
297
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentUsersays>>
|
|
298
|
+
*/
|
|
299
|
+
getFullTextSearchIntentUsersays: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentUsersays>>;
|
|
300
|
+
/**
|
|
301
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentTags
|
|
302
|
+
*
|
|
303
|
+
* @param requestMessage Request message
|
|
304
|
+
* @param requestMetadata Request metadata
|
|
305
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentTags>>
|
|
306
|
+
*/
|
|
307
|
+
getFullTextSearchIntentTags: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentTags>>;
|
|
308
|
+
/**
|
|
309
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentResponse
|
|
310
|
+
*
|
|
311
|
+
* @param requestMessage Request message
|
|
312
|
+
* @param requestMetadata Request metadata
|
|
313
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentResponse>>
|
|
314
|
+
*/
|
|
315
|
+
getFullTextSearchIntentResponse: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentResponse>>;
|
|
316
|
+
/**
|
|
317
|
+
* Unary call: /ondewo.nlu.Agents/GetFullTextSearchIntentParameters
|
|
318
|
+
*
|
|
319
|
+
* @param requestMessage Request message
|
|
320
|
+
* @param requestMetadata Request metadata
|
|
321
|
+
* @returns Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentParameters>>
|
|
322
|
+
*/
|
|
323
|
+
getFullTextSearchIntentParameters: (requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.FullTextSearchResponseIntentParameters>>;
|
|
324
|
+
/**
|
|
325
|
+
* Unary call: /ondewo.nlu.Agents/ReindexAgent
|
|
326
|
+
*
|
|
327
|
+
* @param requestMessage Request message
|
|
328
|
+
* @param requestMetadata Request metadata
|
|
329
|
+
* @returns Observable<GrpcEvent<ondewoNlu005.Operation>>
|
|
330
|
+
*/
|
|
331
|
+
reindexAgent: (requestData: thisProto.ReindexAgentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu005.Operation>>;
|
|
244
332
|
};
|
|
245
333
|
constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
|
|
246
334
|
/**
|
|
@@ -467,6 +555,94 @@ export declare class AgentsClient {
|
|
|
467
555
|
* @returns Observable<thisProto.PlatformMapping>
|
|
468
556
|
*/
|
|
469
557
|
setPlatformMapping(requestData: thisProto.PlatformMapping, requestMetadata?: GrpcMetadata): Observable<thisProto.PlatformMapping>;
|
|
558
|
+
/**
|
|
559
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchEntityType
|
|
560
|
+
*
|
|
561
|
+
* @param requestMessage Request message
|
|
562
|
+
* @param requestMetadata Request metadata
|
|
563
|
+
* @returns Observable<thisProto.FullTextSearchResponseEntityType>
|
|
564
|
+
*/
|
|
565
|
+
getFullTextSearchEntityType(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseEntityType>;
|
|
566
|
+
/**
|
|
567
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchEntity
|
|
568
|
+
*
|
|
569
|
+
* @param requestMessage Request message
|
|
570
|
+
* @param requestMetadata Request metadata
|
|
571
|
+
* @returns Observable<thisProto.FullTextSearchResponseEntity>
|
|
572
|
+
*/
|
|
573
|
+
getFullTextSearchEntity(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseEntity>;
|
|
574
|
+
/**
|
|
575
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchEntitySynonym
|
|
576
|
+
*
|
|
577
|
+
* @param requestMessage Request message
|
|
578
|
+
* @param requestMetadata Request metadata
|
|
579
|
+
* @returns Observable<thisProto.FullTextSearchResponseEntitySynonym>
|
|
580
|
+
*/
|
|
581
|
+
getFullTextSearchEntitySynonym(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseEntitySynonym>;
|
|
582
|
+
/**
|
|
583
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntent
|
|
584
|
+
*
|
|
585
|
+
* @param requestMessage Request message
|
|
586
|
+
* @param requestMetadata Request metadata
|
|
587
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntent>
|
|
588
|
+
*/
|
|
589
|
+
getFullTextSearchIntent(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntent>;
|
|
590
|
+
/**
|
|
591
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentContextIn
|
|
592
|
+
*
|
|
593
|
+
* @param requestMessage Request message
|
|
594
|
+
* @param requestMetadata Request metadata
|
|
595
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentContextIn>
|
|
596
|
+
*/
|
|
597
|
+
getFullTextSearchIntentContextIn(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentContextIn>;
|
|
598
|
+
/**
|
|
599
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentContextOut
|
|
600
|
+
*
|
|
601
|
+
* @param requestMessage Request message
|
|
602
|
+
* @param requestMetadata Request metadata
|
|
603
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentContextOut>
|
|
604
|
+
*/
|
|
605
|
+
getFullTextSearchIntentContextOut(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentContextOut>;
|
|
606
|
+
/**
|
|
607
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentUsersays
|
|
608
|
+
*
|
|
609
|
+
* @param requestMessage Request message
|
|
610
|
+
* @param requestMetadata Request metadata
|
|
611
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentUsersays>
|
|
612
|
+
*/
|
|
613
|
+
getFullTextSearchIntentUsersays(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentUsersays>;
|
|
614
|
+
/**
|
|
615
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentTags
|
|
616
|
+
*
|
|
617
|
+
* @param requestMessage Request message
|
|
618
|
+
* @param requestMetadata Request metadata
|
|
619
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentTags>
|
|
620
|
+
*/
|
|
621
|
+
getFullTextSearchIntentTags(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentTags>;
|
|
622
|
+
/**
|
|
623
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentResponse
|
|
624
|
+
*
|
|
625
|
+
* @param requestMessage Request message
|
|
626
|
+
* @param requestMetadata Request metadata
|
|
627
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentResponse>
|
|
628
|
+
*/
|
|
629
|
+
getFullTextSearchIntentResponse(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Unary call @/ondewo.nlu.Agents/GetFullTextSearchIntentParameters
|
|
632
|
+
*
|
|
633
|
+
* @param requestMessage Request message
|
|
634
|
+
* @param requestMetadata Request metadata
|
|
635
|
+
* @returns Observable<thisProto.FullTextSearchResponseIntentParameters>
|
|
636
|
+
*/
|
|
637
|
+
getFullTextSearchIntentParameters(requestData: thisProto.FullTextSearchRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.FullTextSearchResponseIntentParameters>;
|
|
638
|
+
/**
|
|
639
|
+
* Unary call @/ondewo.nlu.Agents/ReindexAgent
|
|
640
|
+
*
|
|
641
|
+
* @param requestMessage Request message
|
|
642
|
+
* @param requestMetadata Request metadata
|
|
643
|
+
* @returns Observable<ondewoNlu005.Operation>
|
|
644
|
+
*/
|
|
645
|
+
reindexAgent(requestData: thisProto.ReindexAgentRequest, requestMetadata?: GrpcMetadata): Observable<ondewoNlu005.Operation>;
|
|
470
646
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgentsClient, [{ optional: true; }, null, null]>;
|
|
471
647
|
static ɵprov: i0.ɵɵInjectableDeclaration<AgentsClient>;
|
|
472
648
|
}
|
|
@@ -44,8 +44,8 @@ export declare class Operation implements GrpcMessage {
|
|
|
44
44
|
constructor(_value?: RecursivePartial<Operation.AsObject>);
|
|
45
45
|
get name(): string | undefined;
|
|
46
46
|
set name(value: string | undefined);
|
|
47
|
-
get metadata():
|
|
48
|
-
set metadata(value:
|
|
47
|
+
get metadata(): ondewoNlu007.OperationMetadata | undefined;
|
|
48
|
+
set metadata(value: ondewoNlu007.OperationMetadata | undefined);
|
|
49
49
|
get done(): boolean | undefined;
|
|
50
50
|
set done(value: boolean | undefined);
|
|
51
51
|
get error(): googleRpc006.Status | undefined;
|
|
@@ -79,7 +79,7 @@ export declare module Operation {
|
|
|
79
79
|
*/
|
|
80
80
|
interface AsObject {
|
|
81
81
|
name?: string;
|
|
82
|
-
metadata?:
|
|
82
|
+
metadata?: ondewoNlu007.OperationMetadata.AsObject;
|
|
83
83
|
done?: boolean;
|
|
84
84
|
error?: googleRpc006.Status.AsObject;
|
|
85
85
|
response?: googleProtobuf002.Any.AsObject;
|
|
@@ -89,7 +89,7 @@ export declare module Operation {
|
|
|
89
89
|
*/
|
|
90
90
|
interface AsProtobufJSON {
|
|
91
91
|
name?: string;
|
|
92
|
-
metadata?:
|
|
92
|
+
metadata?: ondewoNlu007.OperationMetadata.AsProtobufJSON | null;
|
|
93
93
|
done?: boolean;
|
|
94
94
|
error?: googleRpc006.Status.AsProtobufJSON | null;
|
|
95
95
|
response?: googleProtobuf002.Any.AsProtobufJSON | null;
|
|
@@ -298,9 +298,9 @@ export class ConversationsClient {
|
|
|
298
298
|
.pipe(throwStatusErrors(), takeMessages());
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
ConversationsClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
302
|
-
ConversationsClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
301
|
+
ConversationsClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ConversationsClient, deps: [{ token: GRPC_CONVERSATIONS_CLIENT_SETTINGS, optional: true }, { token: GRPC_CLIENT_FACTORY }, { token: i1.GrpcHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
302
|
+
ConversationsClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ConversationsClient, providedIn: 'any' });
|
|
303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ConversationsClient, decorators: [{
|
|
304
304
|
type: Injectable,
|
|
305
305
|
args: [{ providedIn: 'any' }]
|
|
306
306
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|