@ondewo/nlu-client-typescript 4.0.0 → 4.1.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 +450 -490
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
  3. package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
  4. package/api/ondewo/nlu/agent_pb.js +9062 -10483
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
  8. package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +889 -1042
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
  43. package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
  44. package/api/ondewo/nlu/session_pb.js +5285 -6536
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -2,114 +2,106 @@ import * as grpcWeb from 'grpc-web';
2
2
 
3
3
  import * as ondewo_nlu_utility_pb from '../../ondewo/nlu/utility_pb';
4
4
 
5
-
6
5
  export class UtilitiesClient {
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
-
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>;
67
59
  }
68
60
 
69
61
  export class UtilitiesPromiseClient {
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
-
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>;
114
107
  }
115
-