@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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -490
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
- package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
- package/api/ondewo/nlu/agent_pb.js +9062 -10483
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
- package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
- package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
- package/api/ondewo/nlu/common_pb.d.ts +15 -17
- package/api/ondewo/nlu/common_pb.js +83 -93
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
- package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +889 -1042
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
- package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
- package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
- package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
- package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
- package/api/ondewo/nlu/intent_pb.js +9502 -10692
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
- package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
- package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
- package/api/ondewo/nlu/operations_pb.d.ts +189 -182
- package/api/ondewo/nlu/operations_pb.js +843 -1004
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
- package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
- package/api/ondewo/nlu/project_role_pb.js +796 -963
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
- package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
- package/api/ondewo/nlu/project_statistics_pb.js +354 -418
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
- package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
- package/api/ondewo/nlu/server_statistics_pb.js +81 -91
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
- package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
- package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
- package/api/ondewo/nlu/session_pb.js +5285 -6536
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
- package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
- package/api/ondewo/nlu/user_pb.d.ts +345 -325
- package/api/ondewo/nlu/user_pb.js +1948 -2312
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
- package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
- package/api/ondewo/nlu/utility_pb.d.ts +588 -535
- package/api/ondewo/nlu/utility_pb.js +2814 -3348
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
- package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
- package/api/ondewo/nlu/webhook_pb.js +599 -718
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
- package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
- package/api/ondewo/qa/qa_pb.d.ts +235 -220
- package/api/ondewo/qa/qa_pb.js +1222 -1452
- package/package.json +1 -1
- package/public-api.d.ts +4 -34
|
@@ -4,162 +4,150 @@ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty
|
|
|
4
4
|
import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
|
|
5
5
|
import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb';
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
export class EntityTypesClient {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
callback: (err: grpcWeb.RpcError,
|
|
87
|
-
response: ondewo_nlu_entity_type_pb.BatchDeleteEntitiesResponse) => void
|
|
88
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.BatchDeleteEntitiesResponse>;
|
|
89
|
-
|
|
90
|
-
listEntities(
|
|
91
|
-
request: ondewo_nlu_entity_type_pb.ListEntitiesRequest,
|
|
92
|
-
metadata: grpcWeb.Metadata | undefined,
|
|
93
|
-
callback: (err: grpcWeb.RpcError,
|
|
94
|
-
response: ondewo_nlu_entity_type_pb.ListEntitiesResponse) => void
|
|
95
|
-
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.ListEntitiesResponse>;
|
|
96
|
-
|
|
8
|
+
constructor(
|
|
9
|
+
hostname: string,
|
|
10
|
+
credentials?: null | { [index: string]: string },
|
|
11
|
+
options?: null | { [index: string]: any }
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
listEntityTypes(
|
|
15
|
+
request: ondewo_nlu_entity_type_pb.ListEntityTypesRequest,
|
|
16
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
17
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.ListEntityTypesResponse) => void
|
|
18
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.ListEntityTypesResponse>;
|
|
19
|
+
|
|
20
|
+
getEntityType(
|
|
21
|
+
request: ondewo_nlu_entity_type_pb.GetEntityTypeRequest,
|
|
22
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
23
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.EntityType) => void
|
|
24
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.EntityType>;
|
|
25
|
+
|
|
26
|
+
createEntityType(
|
|
27
|
+
request: ondewo_nlu_entity_type_pb.CreateEntityTypeRequest,
|
|
28
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
29
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.EntityType) => void
|
|
30
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.EntityType>;
|
|
31
|
+
|
|
32
|
+
updateEntityType(
|
|
33
|
+
request: ondewo_nlu_entity_type_pb.UpdateEntityTypeRequest,
|
|
34
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
35
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.EntityType) => void
|
|
36
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.EntityType>;
|
|
37
|
+
|
|
38
|
+
deleteEntityType(
|
|
39
|
+
request: ondewo_nlu_entity_type_pb.DeleteEntityTypeRequest,
|
|
40
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
41
|
+
callback: (err: grpcWeb.RpcError, response: google_protobuf_empty_pb.Empty) => void
|
|
42
|
+
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
43
|
+
|
|
44
|
+
batchUpdateEntityTypes(
|
|
45
|
+
request: ondewo_nlu_entity_type_pb.BatchUpdateEntityTypesRequest,
|
|
46
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
47
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_operations_pb.Operation) => void
|
|
48
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
|
|
49
|
+
|
|
50
|
+
batchDeleteEntityTypes(
|
|
51
|
+
request: ondewo_nlu_entity_type_pb.BatchDeleteEntityTypesRequest,
|
|
52
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
53
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_operations_pb.Operation) => void
|
|
54
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
|
|
55
|
+
|
|
56
|
+
batchCreateEntities(
|
|
57
|
+
request: ondewo_nlu_entity_type_pb.BatchCreateEntitiesRequest,
|
|
58
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
59
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.BatchEntitiesResponse) => void
|
|
60
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
61
|
+
|
|
62
|
+
batchUpdateEntities(
|
|
63
|
+
request: ondewo_nlu_entity_type_pb.BatchUpdateEntitiesRequest,
|
|
64
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
65
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.BatchEntitiesResponse) => void
|
|
66
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
67
|
+
|
|
68
|
+
batchGetEntities(
|
|
69
|
+
request: ondewo_nlu_entity_type_pb.BatchGetEntitiesRequest,
|
|
70
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
71
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.BatchEntitiesResponse) => void
|
|
72
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
73
|
+
|
|
74
|
+
batchDeleteEntities(
|
|
75
|
+
request: ondewo_nlu_entity_type_pb.BatchDeleteEntitiesRequest,
|
|
76
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
77
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.BatchDeleteEntitiesResponse) => void
|
|
78
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.BatchDeleteEntitiesResponse>;
|
|
79
|
+
|
|
80
|
+
listEntities(
|
|
81
|
+
request: ondewo_nlu_entity_type_pb.ListEntitiesRequest,
|
|
82
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
83
|
+
callback: (err: grpcWeb.RpcError, response: ondewo_nlu_entity_type_pb.ListEntitiesResponse) => void
|
|
84
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_entity_type_pb.ListEntitiesResponse>;
|
|
97
85
|
}
|
|
98
86
|
|
|
99
87
|
export class EntityTypesPromiseClient {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
88
|
+
constructor(
|
|
89
|
+
hostname: string,
|
|
90
|
+
credentials?: null | { [index: string]: string },
|
|
91
|
+
options?: null | { [index: string]: any }
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
listEntityTypes(
|
|
95
|
+
request: ondewo_nlu_entity_type_pb.ListEntityTypesRequest,
|
|
96
|
+
metadata?: grpcWeb.Metadata
|
|
97
|
+
): Promise<ondewo_nlu_entity_type_pb.ListEntityTypesResponse>;
|
|
98
|
+
|
|
99
|
+
getEntityType(
|
|
100
|
+
request: ondewo_nlu_entity_type_pb.GetEntityTypeRequest,
|
|
101
|
+
metadata?: grpcWeb.Metadata
|
|
102
|
+
): Promise<ondewo_nlu_entity_type_pb.EntityType>;
|
|
103
|
+
|
|
104
|
+
createEntityType(
|
|
105
|
+
request: ondewo_nlu_entity_type_pb.CreateEntityTypeRequest,
|
|
106
|
+
metadata?: grpcWeb.Metadata
|
|
107
|
+
): Promise<ondewo_nlu_entity_type_pb.EntityType>;
|
|
108
|
+
|
|
109
|
+
updateEntityType(
|
|
110
|
+
request: ondewo_nlu_entity_type_pb.UpdateEntityTypeRequest,
|
|
111
|
+
metadata?: grpcWeb.Metadata
|
|
112
|
+
): Promise<ondewo_nlu_entity_type_pb.EntityType>;
|
|
113
|
+
|
|
114
|
+
deleteEntityType(
|
|
115
|
+
request: ondewo_nlu_entity_type_pb.DeleteEntityTypeRequest,
|
|
116
|
+
metadata?: grpcWeb.Metadata
|
|
117
|
+
): Promise<google_protobuf_empty_pb.Empty>;
|
|
118
|
+
|
|
119
|
+
batchUpdateEntityTypes(
|
|
120
|
+
request: ondewo_nlu_entity_type_pb.BatchUpdateEntityTypesRequest,
|
|
121
|
+
metadata?: grpcWeb.Metadata
|
|
122
|
+
): Promise<ondewo_nlu_operations_pb.Operation>;
|
|
123
|
+
|
|
124
|
+
batchDeleteEntityTypes(
|
|
125
|
+
request: ondewo_nlu_entity_type_pb.BatchDeleteEntityTypesRequest,
|
|
126
|
+
metadata?: grpcWeb.Metadata
|
|
127
|
+
): Promise<ondewo_nlu_operations_pb.Operation>;
|
|
128
|
+
|
|
129
|
+
batchCreateEntities(
|
|
130
|
+
request: ondewo_nlu_entity_type_pb.BatchCreateEntitiesRequest,
|
|
131
|
+
metadata?: grpcWeb.Metadata
|
|
132
|
+
): Promise<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
133
|
+
|
|
134
|
+
batchUpdateEntities(
|
|
135
|
+
request: ondewo_nlu_entity_type_pb.BatchUpdateEntitiesRequest,
|
|
136
|
+
metadata?: grpcWeb.Metadata
|
|
137
|
+
): Promise<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
138
|
+
|
|
139
|
+
batchGetEntities(
|
|
140
|
+
request: ondewo_nlu_entity_type_pb.BatchGetEntitiesRequest,
|
|
141
|
+
metadata?: grpcWeb.Metadata
|
|
142
|
+
): Promise<ondewo_nlu_entity_type_pb.BatchEntitiesResponse>;
|
|
143
|
+
|
|
144
|
+
batchDeleteEntities(
|
|
145
|
+
request: ondewo_nlu_entity_type_pb.BatchDeleteEntitiesRequest,
|
|
146
|
+
metadata?: grpcWeb.Metadata
|
|
147
|
+
): Promise<ondewo_nlu_entity_type_pb.BatchDeleteEntitiesResponse>;
|
|
148
|
+
|
|
149
|
+
listEntities(
|
|
150
|
+
request: ondewo_nlu_entity_type_pb.ListEntitiesRequest,
|
|
151
|
+
metadata?: grpcWeb.Metadata
|
|
152
|
+
): Promise<ondewo_nlu_entity_type_pb.ListEntitiesResponse>;
|
|
164
153
|
}
|
|
165
|
-
|