@ondewo/csi-client-angular 2.3.1
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 +1 -0
- package/api/google/api/http.pb.d.ts +275 -0
- package/api/google/rpc/status.pb.d.ts +82 -0
- package/api/google/type/latlng.pb.d.ts +76 -0
- package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
- package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
- package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
- package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
- package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
- package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
- package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/common.pb.d.ts +75 -0
- package/api/ondewo/nlu/context.pb.d.ts +756 -0
- package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
- package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
- package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
- package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
- package/api/ondewo/nlu/operations.pb.d.ts +578 -0
- package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
- package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
- package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
- package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
- package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
- package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
- package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
- package/api/ondewo/nlu/session.pb.d.ts +2892 -0
- package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
- package/api/ondewo/nlu/user.pb.d.ts +1577 -0
- package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
- package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
- package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
- package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
- package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
- package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
- package/esm2020/api/google/api/annotations.pb.mjs +2 -0
- package/esm2020/api/google/api/http.pb.mjs +524 -0
- package/esm2020/api/google/rpc/status.pb.mjs +138 -0
- package/esm2020/api/google/type/latlng.pb.mjs +119 -0
- package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
- package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
- package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
- package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
- package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
- package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
- package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
- package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
- package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
- package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
- package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
- package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
- package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
- package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
- package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
- package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
- package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
- package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
- package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
- package/esm2020/ondewo-csi-client-angular.mjs +5 -0
- package/esm2020/public-api.mjs +55 -0
- package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
- package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/ondewo-csi-api/README.md +91 -0
- package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/google/api/README.md +5 -0
- package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/google/appengine/README.md +12 -0
- package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/google/container/README.md +0 -0
- package/ondewo-csi-api/google/datastore/README.md +0 -0
- package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/google/example/library/README.md +4 -0
- package/ondewo-csi-api/google/firestore/README.md +0 -0
- package/ondewo-csi-api/google/genomics/README.md +14 -0
- package/ondewo-csi-api/google/iam/README.md +14 -0
- package/ondewo-csi-api/google/logging/README.md +3 -0
- package/ondewo-csi-api/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/google/rpc/README.md +5 -0
- package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/google/type/README.md +16 -0
- package/ondewo-csi-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
- package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
- package/package.json +49 -0
- package/public-api.d.ts +54 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Specific GrpcClientSettings for AiServices.
|
|
4
|
+
* Use it only if your default settings are not set or the service requires other settings.
|
|
5
|
+
*/
|
|
6
|
+
export declare const GRPC_AI_SERVICES_CLIENT_SETTINGS: InjectionToken<any>;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { GrpcClientFactory, GrpcEvent, GrpcMetadata } from '@ngx-grpc/common';
|
|
2
|
+
import { GrpcHandler } from '@ngx-grpc/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as thisProto from './aiservices.pb';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Service client implementation for ondewo.nlu.AiServices
|
|
8
|
+
*/
|
|
9
|
+
export declare class AiServicesClient {
|
|
10
|
+
private handler;
|
|
11
|
+
private client;
|
|
12
|
+
/**
|
|
13
|
+
* Raw RPC implementation for each service client method.
|
|
14
|
+
* The raw methods provide more control on the incoming data and events. E.g. they can be useful to read status `OK` metadata.
|
|
15
|
+
* Attention: these methods do not throw errors when non-zero status codes are received.
|
|
16
|
+
*/
|
|
17
|
+
$raw: {
|
|
18
|
+
/**
|
|
19
|
+
* Unary call: /ondewo.nlu.AiServices/ExtractEntities
|
|
20
|
+
*
|
|
21
|
+
* @param requestMessage Request message
|
|
22
|
+
* @param requestMetadata Request metadata
|
|
23
|
+
* @returns Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>
|
|
24
|
+
*/
|
|
25
|
+
extractEntities: (requestData: thisProto.ExtractEntitiesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>;
|
|
26
|
+
/**
|
|
27
|
+
* Unary call: /ondewo.nlu.AiServices/GenerateUserSays
|
|
28
|
+
*
|
|
29
|
+
* @param requestMessage Request message
|
|
30
|
+
* @param requestMetadata Request metadata
|
|
31
|
+
* @returns Observable<GrpcEvent<thisProto.GenerateUserSaysResponse>>
|
|
32
|
+
*/
|
|
33
|
+
generateUserSays: (requestData: thisProto.GenerateUserSaysRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GenerateUserSaysResponse>>;
|
|
34
|
+
/**
|
|
35
|
+
* Unary call: /ondewo.nlu.AiServices/GenerateResponses
|
|
36
|
+
*
|
|
37
|
+
* @param requestMessage Request message
|
|
38
|
+
* @param requestMetadata Request metadata
|
|
39
|
+
* @returns Observable<GrpcEvent<thisProto.GenerateResponsesResponse>>
|
|
40
|
+
*/
|
|
41
|
+
generateResponses: (requestData: thisProto.GenerateResponsesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GenerateResponsesResponse>>;
|
|
42
|
+
/**
|
|
43
|
+
* Unary call: /ondewo.nlu.AiServices/GetAlternativeSentences
|
|
44
|
+
*
|
|
45
|
+
* @param requestMessage Request message
|
|
46
|
+
* @param requestMetadata Request metadata
|
|
47
|
+
* @returns Observable<GrpcEvent<thisProto.GetAlternativeSentencesResponse>>
|
|
48
|
+
*/
|
|
49
|
+
getAlternativeSentences: (requestData: thisProto.GetAlternativeSentencesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GetAlternativeSentencesResponse>>;
|
|
50
|
+
/**
|
|
51
|
+
* Unary call: /ondewo.nlu.AiServices/GetAlternativeTrainingPhrases
|
|
52
|
+
*
|
|
53
|
+
* @param requestMessage Request message
|
|
54
|
+
* @param requestMetadata Request metadata
|
|
55
|
+
* @returns Observable<GrpcEvent<thisProto.GetAlternativeTrainingPhrasesResponse>>
|
|
56
|
+
*/
|
|
57
|
+
getAlternativeTrainingPhrases: (requestData: thisProto.GetAlternativeTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GetAlternativeTrainingPhrasesResponse>>;
|
|
58
|
+
/**
|
|
59
|
+
* Unary call: /ondewo.nlu.AiServices/GetSynonyms
|
|
60
|
+
*
|
|
61
|
+
* @param requestMessage Request message
|
|
62
|
+
* @param requestMetadata Request metadata
|
|
63
|
+
* @returns Observable<GrpcEvent<thisProto.GetSynonymsResponse>>
|
|
64
|
+
*/
|
|
65
|
+
getSynonyms: (requestData: thisProto.GetSynonymsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GetSynonymsResponse>>;
|
|
66
|
+
/**
|
|
67
|
+
* Unary call: /ondewo.nlu.AiServices/ClassifyIntents
|
|
68
|
+
*
|
|
69
|
+
* @param requestMessage Request message
|
|
70
|
+
* @param requestMetadata Request metadata
|
|
71
|
+
* @returns Observable<GrpcEvent<thisProto.ClassifyIntentsResponse>>
|
|
72
|
+
*/
|
|
73
|
+
classifyIntents: (requestData: thisProto.ClassifyIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ClassifyIntentsResponse>>;
|
|
74
|
+
/**
|
|
75
|
+
* Unary call: /ondewo.nlu.AiServices/ExtractEntitiesFuzzy
|
|
76
|
+
*
|
|
77
|
+
* @param requestMessage Request message
|
|
78
|
+
* @param requestMetadata Request metadata
|
|
79
|
+
* @returns Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>
|
|
80
|
+
*/
|
|
81
|
+
extractEntitiesFuzzy: (requestData: thisProto.ExtractEntitiesFuzzyRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ExtractEntitiesResponse>>;
|
|
82
|
+
};
|
|
83
|
+
constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
|
|
84
|
+
/**
|
|
85
|
+
* Unary call @/ondewo.nlu.AiServices/ExtractEntities
|
|
86
|
+
*
|
|
87
|
+
* @param requestMessage Request message
|
|
88
|
+
* @param requestMetadata Request metadata
|
|
89
|
+
* @returns Observable<thisProto.ExtractEntitiesResponse>
|
|
90
|
+
*/
|
|
91
|
+
extractEntities(requestData: thisProto.ExtractEntitiesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ExtractEntitiesResponse>;
|
|
92
|
+
/**
|
|
93
|
+
* Unary call @/ondewo.nlu.AiServices/GenerateUserSays
|
|
94
|
+
*
|
|
95
|
+
* @param requestMessage Request message
|
|
96
|
+
* @param requestMetadata Request metadata
|
|
97
|
+
* @returns Observable<thisProto.GenerateUserSaysResponse>
|
|
98
|
+
*/
|
|
99
|
+
generateUserSays(requestData: thisProto.GenerateUserSaysRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GenerateUserSaysResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Unary call @/ondewo.nlu.AiServices/GenerateResponses
|
|
102
|
+
*
|
|
103
|
+
* @param requestMessage Request message
|
|
104
|
+
* @param requestMetadata Request metadata
|
|
105
|
+
* @returns Observable<thisProto.GenerateResponsesResponse>
|
|
106
|
+
*/
|
|
107
|
+
generateResponses(requestData: thisProto.GenerateResponsesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GenerateResponsesResponse>;
|
|
108
|
+
/**
|
|
109
|
+
* Unary call @/ondewo.nlu.AiServices/GetAlternativeSentences
|
|
110
|
+
*
|
|
111
|
+
* @param requestMessage Request message
|
|
112
|
+
* @param requestMetadata Request metadata
|
|
113
|
+
* @returns Observable<thisProto.GetAlternativeSentencesResponse>
|
|
114
|
+
*/
|
|
115
|
+
getAlternativeSentences(requestData: thisProto.GetAlternativeSentencesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GetAlternativeSentencesResponse>;
|
|
116
|
+
/**
|
|
117
|
+
* Unary call @/ondewo.nlu.AiServices/GetAlternativeTrainingPhrases
|
|
118
|
+
*
|
|
119
|
+
* @param requestMessage Request message
|
|
120
|
+
* @param requestMetadata Request metadata
|
|
121
|
+
* @returns Observable<thisProto.GetAlternativeTrainingPhrasesResponse>
|
|
122
|
+
*/
|
|
123
|
+
getAlternativeTrainingPhrases(requestData: thisProto.GetAlternativeTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GetAlternativeTrainingPhrasesResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* Unary call @/ondewo.nlu.AiServices/GetSynonyms
|
|
126
|
+
*
|
|
127
|
+
* @param requestMessage Request message
|
|
128
|
+
* @param requestMetadata Request metadata
|
|
129
|
+
* @returns Observable<thisProto.GetSynonymsResponse>
|
|
130
|
+
*/
|
|
131
|
+
getSynonyms(requestData: thisProto.GetSynonymsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GetSynonymsResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* Unary call @/ondewo.nlu.AiServices/ClassifyIntents
|
|
134
|
+
*
|
|
135
|
+
* @param requestMessage Request message
|
|
136
|
+
* @param requestMetadata Request metadata
|
|
137
|
+
* @returns Observable<thisProto.ClassifyIntentsResponse>
|
|
138
|
+
*/
|
|
139
|
+
classifyIntents(requestData: thisProto.ClassifyIntentsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ClassifyIntentsResponse>;
|
|
140
|
+
/**
|
|
141
|
+
* Unary call @/ondewo.nlu.AiServices/ExtractEntitiesFuzzy
|
|
142
|
+
*
|
|
143
|
+
* @param requestMessage Request message
|
|
144
|
+
* @param requestMetadata Request metadata
|
|
145
|
+
* @returns Observable<thisProto.ExtractEntitiesResponse>
|
|
146
|
+
*/
|
|
147
|
+
extractEntitiesFuzzy(requestData: thisProto.ExtractEntitiesFuzzyRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ExtractEntitiesResponse>;
|
|
148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiServicesClient, [{ optional: true; }, null, null]>;
|
|
149
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AiServicesClient>;
|
|
150
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
|
+
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
+
export declare enum SortingMode {
|
|
4
|
+
ASCENDING = 0,
|
|
5
|
+
DESCENDING = 1
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Message implementation for ondewo.nlu.StatResponse
|
|
9
|
+
*/
|
|
10
|
+
export declare class StatResponse implements GrpcMessage {
|
|
11
|
+
static id: string;
|
|
12
|
+
/**
|
|
13
|
+
* Deserialize binary data to message
|
|
14
|
+
* @param instance message instance
|
|
15
|
+
*/
|
|
16
|
+
static deserializeBinary(bytes: ByteSource): StatResponse;
|
|
17
|
+
/**
|
|
18
|
+
* Check all the properties and set default protobuf values if necessary
|
|
19
|
+
* @param _instance message instance
|
|
20
|
+
*/
|
|
21
|
+
static refineValues(_instance: StatResponse): void;
|
|
22
|
+
/**
|
|
23
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
24
|
+
* @param _instance message instance
|
|
25
|
+
* @param _reader binary reader instance
|
|
26
|
+
*/
|
|
27
|
+
static deserializeBinaryFromReader(_instance: StatResponse, _reader: BinaryReader): void;
|
|
28
|
+
/**
|
|
29
|
+
* Serializes a message to binary format using provided binary reader
|
|
30
|
+
* @param _instance message instance
|
|
31
|
+
* @param _writer binary writer instance
|
|
32
|
+
*/
|
|
33
|
+
static serializeBinaryToWriter(_instance: StatResponse, _writer: BinaryWriter): void;
|
|
34
|
+
private _value?;
|
|
35
|
+
/**
|
|
36
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
37
|
+
* @param _value initial values object or instance of StatResponse to deeply clone from
|
|
38
|
+
*/
|
|
39
|
+
constructor(_value?: RecursivePartial<StatResponse.AsObject>);
|
|
40
|
+
get value(): number | undefined;
|
|
41
|
+
set value(value: number | undefined);
|
|
42
|
+
/**
|
|
43
|
+
* Serialize message to binary data
|
|
44
|
+
* @param instance message instance
|
|
45
|
+
*/
|
|
46
|
+
serializeBinary(): any;
|
|
47
|
+
/**
|
|
48
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
49
|
+
*/
|
|
50
|
+
toObject(): StatResponse.AsObject;
|
|
51
|
+
/**
|
|
52
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
53
|
+
*/
|
|
54
|
+
toJSON(): StatResponse.AsObject;
|
|
55
|
+
/**
|
|
56
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
57
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
58
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
59
|
+
*/
|
|
60
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): StatResponse.AsProtobufJSON;
|
|
61
|
+
}
|
|
62
|
+
export declare module StatResponse {
|
|
63
|
+
/**
|
|
64
|
+
* Standard JavaScript object representation for StatResponse
|
|
65
|
+
*/
|
|
66
|
+
interface AsObject {
|
|
67
|
+
value?: number;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Protobuf JSON representation for StatResponse
|
|
71
|
+
*/
|
|
72
|
+
interface AsProtobufJSON {
|
|
73
|
+
value?: number;
|
|
74
|
+
}
|
|
75
|
+
}
|