@ondewo/nlu-client-typescript 4.1.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.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
  3. package/api/ondewo/nlu/agent_pb.d.ts +1751 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10484 -9063
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
  8. package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
  9. package/api/ondewo/nlu/common_pb.d.ts +17 -15
  10. package/api/ondewo/nlu/common_pb.js +93 -83
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +1042 -889
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
  18. package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
  21. package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
  22. package/api/ondewo/nlu/intent_pb.js +10692 -9502
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +88 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +412 -321
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
  27. package/api/ondewo/nlu/operations_pb.d.ts +182 -189
  28. package/api/ondewo/nlu/operations_pb.js +1004 -843
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
  31. package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
  32. package/api/ondewo/nlu/project_role_pb.js +963 -796
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
  36. package/api/ondewo/nlu/project_statistics_pb.js +418 -354
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
  40. package/api/ondewo/nlu/server_statistics_pb.js +91 -81
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
  43. package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
  44. package/api/ondewo/nlu/session_pb.js +13885 -6673
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
  47. package/api/ondewo/nlu/user_pb.d.ts +325 -345
  48. package/api/ondewo/nlu/user_pb.js +2312 -1948
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
  51. package/api/ondewo/nlu/utility_pb.d.ts +535 -588
  52. package/api/ondewo/nlu/utility_pb.js +3348 -2814
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
  55. package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
  56. package/api/ondewo/nlu/webhook_pb.js +718 -599
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
  59. package/api/ondewo/qa/qa_pb.d.ts +220 -235
  60. package/api/ondewo/qa/qa_pb.js +1452 -1222
  61. package/package.json +1 -1
  62. package/public-api.d.ts +30 -0
@@ -2,106 +2,114 @@ import * as grpcWeb from 'grpc-web';
2
2
 
3
3
  import * as ondewo_nlu_utility_pb from '../../ondewo/nlu/utility_pb';
4
4
 
5
+
5
6
  export class UtilitiesClient {
6
- constructor(
7
- hostname: string,
8
- credentials?: null | { [index: string]: string },
9
- options?: null | { [index: string]: any }
10
- );
11
-
12
- validateRegex(
13
- request: ondewo_nlu_utility_pb.ValidateRegexRequest,
14
- metadata: grpcWeb.Metadata | undefined,
15
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.ValidateRegexResponse) => void
16
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.ValidateRegexResponse>;
17
-
18
- validateEmbeddedRegex(
19
- request: ondewo_nlu_utility_pb.ValidateEmbeddedRegexRequest,
20
- metadata: grpcWeb.Metadata | undefined,
21
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse) => void
22
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse>;
23
-
24
- cleanAllIntents(
25
- request: ondewo_nlu_utility_pb.CleanAllIntentsRequest,
26
- metadata: grpcWeb.Metadata | undefined,
27
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.CleanAllIntentsResponse) => void
28
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanAllIntentsResponse>;
29
-
30
- cleanIntent(
31
- request: ondewo_nlu_utility_pb.CleanIntentRequest,
32
- metadata: grpcWeb.Metadata | undefined,
33
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.CleanIntentResponse) => void
34
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanIntentResponse>;
35
-
36
- cleanAllEntityTypes(
37
- request: ondewo_nlu_utility_pb.CleanAllEntityTypesRequest,
38
- metadata: grpcWeb.Metadata | undefined,
39
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.CleanAllEntityTypesResponse) => void
40
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanAllEntityTypesResponse>;
41
-
42
- cleanEntityType(
43
- request: ondewo_nlu_utility_pb.CleanEntityTypeRequest,
44
- metadata: grpcWeb.Metadata | undefined,
45
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.CleanEntityTypeResponse) => void
46
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanEntityTypeResponse>;
47
-
48
- addTrainingPhrases(
49
- request: ondewo_nlu_utility_pb.AddTrainingPhrasesRequest,
50
- metadata: grpcWeb.Metadata | undefined,
51
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.AddTrainingPhrasesResponse) => void
52
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
53
-
54
- addTrainingPhrasesFromCSV(
55
- request: ondewo_nlu_utility_pb.AddTrainingPhrasesFromCSVRequest,
56
- metadata: grpcWeb.Metadata | undefined,
57
- callback: (err: grpcWeb.RpcError, response: ondewo_nlu_utility_pb.AddTrainingPhrasesResponse) => void
58
- ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
7
+ constructor (hostname: string,
8
+ credentials?: null | { [index: string]: string; },
9
+ options?: null | { [index: string]: any; });
10
+
11
+ validateRegex(
12
+ request: ondewo_nlu_utility_pb.ValidateRegexRequest,
13
+ metadata: grpcWeb.Metadata | undefined,
14
+ callback: (err: grpcWeb.RpcError,
15
+ response: ondewo_nlu_utility_pb.ValidateRegexResponse) => void
16
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.ValidateRegexResponse>;
17
+
18
+ validateEmbeddedRegex(
19
+ request: ondewo_nlu_utility_pb.ValidateEmbeddedRegexRequest,
20
+ metadata: grpcWeb.Metadata | undefined,
21
+ callback: (err: grpcWeb.RpcError,
22
+ response: ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse) => void
23
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse>;
24
+
25
+ cleanAllIntents(
26
+ request: ondewo_nlu_utility_pb.CleanAllIntentsRequest,
27
+ metadata: grpcWeb.Metadata | undefined,
28
+ callback: (err: grpcWeb.RpcError,
29
+ response: ondewo_nlu_utility_pb.CleanAllIntentsResponse) => void
30
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanAllIntentsResponse>;
31
+
32
+ cleanIntent(
33
+ request: ondewo_nlu_utility_pb.CleanIntentRequest,
34
+ metadata: grpcWeb.Metadata | undefined,
35
+ callback: (err: grpcWeb.RpcError,
36
+ response: ondewo_nlu_utility_pb.CleanIntentResponse) => void
37
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanIntentResponse>;
38
+
39
+ cleanAllEntityTypes(
40
+ request: ondewo_nlu_utility_pb.CleanAllEntityTypesRequest,
41
+ metadata: grpcWeb.Metadata | undefined,
42
+ callback: (err: grpcWeb.RpcError,
43
+ response: ondewo_nlu_utility_pb.CleanAllEntityTypesResponse) => void
44
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanAllEntityTypesResponse>;
45
+
46
+ cleanEntityType(
47
+ request: ondewo_nlu_utility_pb.CleanEntityTypeRequest,
48
+ metadata: grpcWeb.Metadata | undefined,
49
+ callback: (err: grpcWeb.RpcError,
50
+ response: ondewo_nlu_utility_pb.CleanEntityTypeResponse) => void
51
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.CleanEntityTypeResponse>;
52
+
53
+ addTrainingPhrases(
54
+ request: ondewo_nlu_utility_pb.AddTrainingPhrasesRequest,
55
+ metadata: grpcWeb.Metadata | undefined,
56
+ callback: (err: grpcWeb.RpcError,
57
+ response: ondewo_nlu_utility_pb.AddTrainingPhrasesResponse) => void
58
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
59
+
60
+ addTrainingPhrasesFromCSV(
61
+ request: ondewo_nlu_utility_pb.AddTrainingPhrasesFromCSVRequest,
62
+ metadata: grpcWeb.Metadata | undefined,
63
+ callback: (err: grpcWeb.RpcError,
64
+ response: ondewo_nlu_utility_pb.AddTrainingPhrasesResponse) => void
65
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
66
+
59
67
  }
60
68
 
61
69
  export class UtilitiesPromiseClient {
62
- constructor(
63
- hostname: string,
64
- credentials?: null | { [index: string]: string },
65
- options?: null | { [index: string]: any }
66
- );
67
-
68
- validateRegex(
69
- request: ondewo_nlu_utility_pb.ValidateRegexRequest,
70
- metadata?: grpcWeb.Metadata
71
- ): Promise<ondewo_nlu_utility_pb.ValidateRegexResponse>;
72
-
73
- validateEmbeddedRegex(
74
- request: ondewo_nlu_utility_pb.ValidateEmbeddedRegexRequest,
75
- metadata?: grpcWeb.Metadata
76
- ): Promise<ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse>;
77
-
78
- cleanAllIntents(
79
- request: ondewo_nlu_utility_pb.CleanAllIntentsRequest,
80
- metadata?: grpcWeb.Metadata
81
- ): Promise<ondewo_nlu_utility_pb.CleanAllIntentsResponse>;
82
-
83
- cleanIntent(
84
- request: ondewo_nlu_utility_pb.CleanIntentRequest,
85
- metadata?: grpcWeb.Metadata
86
- ): Promise<ondewo_nlu_utility_pb.CleanIntentResponse>;
87
-
88
- cleanAllEntityTypes(
89
- request: ondewo_nlu_utility_pb.CleanAllEntityTypesRequest,
90
- metadata?: grpcWeb.Metadata
91
- ): Promise<ondewo_nlu_utility_pb.CleanAllEntityTypesResponse>;
92
-
93
- cleanEntityType(
94
- request: ondewo_nlu_utility_pb.CleanEntityTypeRequest,
95
- metadata?: grpcWeb.Metadata
96
- ): Promise<ondewo_nlu_utility_pb.CleanEntityTypeResponse>;
97
-
98
- addTrainingPhrases(
99
- request: ondewo_nlu_utility_pb.AddTrainingPhrasesRequest,
100
- metadata?: grpcWeb.Metadata
101
- ): Promise<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
102
-
103
- addTrainingPhrasesFromCSV(
104
- request: ondewo_nlu_utility_pb.AddTrainingPhrasesFromCSVRequest,
105
- metadata?: grpcWeb.Metadata
106
- ): Promise<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
70
+ constructor (hostname: string,
71
+ credentials?: null | { [index: string]: string; },
72
+ options?: null | { [index: string]: any; });
73
+
74
+ validateRegex(
75
+ request: ondewo_nlu_utility_pb.ValidateRegexRequest,
76
+ metadata?: grpcWeb.Metadata
77
+ ): Promise<ondewo_nlu_utility_pb.ValidateRegexResponse>;
78
+
79
+ validateEmbeddedRegex(
80
+ request: ondewo_nlu_utility_pb.ValidateEmbeddedRegexRequest,
81
+ metadata?: grpcWeb.Metadata
82
+ ): Promise<ondewo_nlu_utility_pb.ValidateEmbeddedRegexResponse>;
83
+
84
+ cleanAllIntents(
85
+ request: ondewo_nlu_utility_pb.CleanAllIntentsRequest,
86
+ metadata?: grpcWeb.Metadata
87
+ ): Promise<ondewo_nlu_utility_pb.CleanAllIntentsResponse>;
88
+
89
+ cleanIntent(
90
+ request: ondewo_nlu_utility_pb.CleanIntentRequest,
91
+ metadata?: grpcWeb.Metadata
92
+ ): Promise<ondewo_nlu_utility_pb.CleanIntentResponse>;
93
+
94
+ cleanAllEntityTypes(
95
+ request: ondewo_nlu_utility_pb.CleanAllEntityTypesRequest,
96
+ metadata?: grpcWeb.Metadata
97
+ ): Promise<ondewo_nlu_utility_pb.CleanAllEntityTypesResponse>;
98
+
99
+ cleanEntityType(
100
+ request: ondewo_nlu_utility_pb.CleanEntityTypeRequest,
101
+ metadata?: grpcWeb.Metadata
102
+ ): Promise<ondewo_nlu_utility_pb.CleanEntityTypeResponse>;
103
+
104
+ addTrainingPhrases(
105
+ request: ondewo_nlu_utility_pb.AddTrainingPhrasesRequest,
106
+ metadata?: grpcWeb.Metadata
107
+ ): Promise<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
108
+
109
+ addTrainingPhrasesFromCSV(
110
+ request: ondewo_nlu_utility_pb.AddTrainingPhrasesFromCSVRequest,
111
+ metadata?: grpcWeb.Metadata
112
+ ): Promise<ondewo_nlu_utility_pb.AddTrainingPhrasesResponse>;
113
+
107
114
  }
115
+