@ondewo/nlu-client-typescript 4.1.0 → 4.3.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 +1758 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10491 -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 +98 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
  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 +34 -4
@@ -1,4 +1,4 @@
1
- import * as jspb from 'google-protobuf';
1
+ import * as jspb from 'google-protobuf'
2
2
 
3
3
  import * as google_api_annotations_pb from '../../google/api/annotations_pb';
4
4
  import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
@@ -6,154 +6,150 @@ import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
6
6
  import * as ondewo_nlu_session_pb from '../../ondewo/nlu/session_pb';
7
7
  import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb';
8
8
 
9
+
9
10
  export class PingRequest extends jspb.Message {
10
- getSession(): string;
11
- setSession(value: string): PingRequest;
12
-
13
- serializeBinary(): Uint8Array;
14
- toObject(includeInstance?: boolean): PingRequest.AsObject;
15
- static toObject(includeInstance: boolean, msg: PingRequest): PingRequest.AsObject;
16
- static serializeBinaryToWriter(message: PingRequest, writer: jspb.BinaryWriter): void;
17
- static deserializeBinary(bytes: Uint8Array): PingRequest;
18
- static deserializeBinaryFromReader(message: PingRequest, reader: jspb.BinaryReader): PingRequest;
11
+ getSession(): string;
12
+ setSession(value: string): PingRequest;
13
+
14
+ serializeBinary(): Uint8Array;
15
+ toObject(includeInstance?: boolean): PingRequest.AsObject;
16
+ static toObject(includeInstance: boolean, msg: PingRequest): PingRequest.AsObject;
17
+ static serializeBinaryToWriter(message: PingRequest, writer: jspb.BinaryWriter): void;
18
+ static deserializeBinary(bytes: Uint8Array): PingRequest;
19
+ static deserializeBinaryFromReader(message: PingRequest, reader: jspb.BinaryReader): PingRequest;
19
20
  }
20
21
 
21
22
  export namespace PingRequest {
22
- export type AsObject = {
23
- session: string;
24
- };
23
+ export type AsObject = {
24
+ session: string,
25
+ }
25
26
  }
26
27
 
27
28
  export class WebhookRequest extends jspb.Message {
28
- getSession(): string;
29
- setSession(value: string): WebhookRequest;
30
-
31
- getResponseId(): string;
32
- setResponseId(value: string): WebhookRequest;
33
-
34
- getQueryResult(): ondewo_nlu_session_pb.QueryResult | undefined;
35
- setQueryResult(value?: ondewo_nlu_session_pb.QueryResult): WebhookRequest;
36
- hasQueryResult(): boolean;
37
- clearQueryResult(): WebhookRequest;
38
-
39
- getOriginalDetectIntentRequest(): OriginalDetectIntentRequest | undefined;
40
- setOriginalDetectIntentRequest(value?: OriginalDetectIntentRequest): WebhookRequest;
41
- hasOriginalDetectIntentRequest(): boolean;
42
- clearOriginalDetectIntentRequest(): WebhookRequest;
43
-
44
- getHeaders(): google_protobuf_struct_pb.Struct | undefined;
45
- setHeaders(value?: google_protobuf_struct_pb.Struct): WebhookRequest;
46
- hasHeaders(): boolean;
47
- clearHeaders(): WebhookRequest;
48
-
49
- serializeBinary(): Uint8Array;
50
- toObject(includeInstance?: boolean): WebhookRequest.AsObject;
51
- static toObject(includeInstance: boolean, msg: WebhookRequest): WebhookRequest.AsObject;
52
- static serializeBinaryToWriter(message: WebhookRequest, writer: jspb.BinaryWriter): void;
53
- static deserializeBinary(bytes: Uint8Array): WebhookRequest;
54
- static deserializeBinaryFromReader(message: WebhookRequest, reader: jspb.BinaryReader): WebhookRequest;
29
+ getSession(): string;
30
+ setSession(value: string): WebhookRequest;
31
+
32
+ getResponseId(): string;
33
+ setResponseId(value: string): WebhookRequest;
34
+
35
+ getQueryResult(): ondewo_nlu_session_pb.QueryResult | undefined;
36
+ setQueryResult(value?: ondewo_nlu_session_pb.QueryResult): WebhookRequest;
37
+ hasQueryResult(): boolean;
38
+ clearQueryResult(): WebhookRequest;
39
+
40
+ getOriginalDetectIntentRequest(): OriginalDetectIntentRequest | undefined;
41
+ setOriginalDetectIntentRequest(value?: OriginalDetectIntentRequest): WebhookRequest;
42
+ hasOriginalDetectIntentRequest(): boolean;
43
+ clearOriginalDetectIntentRequest(): WebhookRequest;
44
+
45
+ getHeaders(): google_protobuf_struct_pb.Struct | undefined;
46
+ setHeaders(value?: google_protobuf_struct_pb.Struct): WebhookRequest;
47
+ hasHeaders(): boolean;
48
+ clearHeaders(): WebhookRequest;
49
+
50
+ serializeBinary(): Uint8Array;
51
+ toObject(includeInstance?: boolean): WebhookRequest.AsObject;
52
+ static toObject(includeInstance: boolean, msg: WebhookRequest): WebhookRequest.AsObject;
53
+ static serializeBinaryToWriter(message: WebhookRequest, writer: jspb.BinaryWriter): void;
54
+ static deserializeBinary(bytes: Uint8Array): WebhookRequest;
55
+ static deserializeBinaryFromReader(message: WebhookRequest, reader: jspb.BinaryReader): WebhookRequest;
55
56
  }
56
57
 
57
58
  export namespace WebhookRequest {
58
- export type AsObject = {
59
- session: string;
60
- responseId: string;
61
- queryResult?: ondewo_nlu_session_pb.QueryResult.AsObject;
62
- originalDetectIntentRequest?: OriginalDetectIntentRequest.AsObject;
63
- headers?: google_protobuf_struct_pb.Struct.AsObject;
64
- };
59
+ export type AsObject = {
60
+ session: string,
61
+ responseId: string,
62
+ queryResult?: ondewo_nlu_session_pb.QueryResult.AsObject,
63
+ originalDetectIntentRequest?: OriginalDetectIntentRequest.AsObject,
64
+ headers?: google_protobuf_struct_pb.Struct.AsObject,
65
+ }
65
66
  }
66
67
 
67
68
  export class WebhookResponse extends jspb.Message {
68
- getFulfillmentText(): string;
69
- setFulfillmentText(value: string): WebhookResponse;
70
-
71
- getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
72
- setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): WebhookResponse;
73
- clearFulfillmentMessagesList(): WebhookResponse;
74
- addFulfillmentMessages(
75
- value?: ondewo_nlu_intent_pb.Intent.Message,
76
- index?: number
77
- ): ondewo_nlu_intent_pb.Intent.Message;
78
-
79
- getSource(): string;
80
- setSource(value: string): WebhookResponse;
81
-
82
- getPayload(): google_protobuf_struct_pb.Struct | undefined;
83
- setPayload(value?: google_protobuf_struct_pb.Struct): WebhookResponse;
84
- hasPayload(): boolean;
85
- clearPayload(): WebhookResponse;
86
-
87
- getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
88
- setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): WebhookResponse;
89
- clearOutputContextsList(): WebhookResponse;
90
- addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
91
-
92
- getFollowupEventInput(): ondewo_nlu_session_pb.EventInput | undefined;
93
- setFollowupEventInput(value?: ondewo_nlu_session_pb.EventInput): WebhookResponse;
94
- hasFollowupEventInput(): boolean;
95
- clearFollowupEventInput(): WebhookResponse;
96
-
97
- serializeBinary(): Uint8Array;
98
- toObject(includeInstance?: boolean): WebhookResponse.AsObject;
99
- static toObject(includeInstance: boolean, msg: WebhookResponse): WebhookResponse.AsObject;
100
- static serializeBinaryToWriter(message: WebhookResponse, writer: jspb.BinaryWriter): void;
101
- static deserializeBinary(bytes: Uint8Array): WebhookResponse;
102
- static deserializeBinaryFromReader(message: WebhookResponse, reader: jspb.BinaryReader): WebhookResponse;
69
+ getFulfillmentText(): string;
70
+ setFulfillmentText(value: string): WebhookResponse;
71
+
72
+ getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
73
+ setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): WebhookResponse;
74
+ clearFulfillmentMessagesList(): WebhookResponse;
75
+ addFulfillmentMessages(value?: ondewo_nlu_intent_pb.Intent.Message, index?: number): ondewo_nlu_intent_pb.Intent.Message;
76
+
77
+ getSource(): string;
78
+ setSource(value: string): WebhookResponse;
79
+
80
+ getPayload(): google_protobuf_struct_pb.Struct | undefined;
81
+ setPayload(value?: google_protobuf_struct_pb.Struct): WebhookResponse;
82
+ hasPayload(): boolean;
83
+ clearPayload(): WebhookResponse;
84
+
85
+ getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
86
+ setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): WebhookResponse;
87
+ clearOutputContextsList(): WebhookResponse;
88
+ addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
89
+
90
+ getFollowupEventInput(): ondewo_nlu_session_pb.EventInput | undefined;
91
+ setFollowupEventInput(value?: ondewo_nlu_session_pb.EventInput): WebhookResponse;
92
+ hasFollowupEventInput(): boolean;
93
+ clearFollowupEventInput(): WebhookResponse;
94
+
95
+ serializeBinary(): Uint8Array;
96
+ toObject(includeInstance?: boolean): WebhookResponse.AsObject;
97
+ static toObject(includeInstance: boolean, msg: WebhookResponse): WebhookResponse.AsObject;
98
+ static serializeBinaryToWriter(message: WebhookResponse, writer: jspb.BinaryWriter): void;
99
+ static deserializeBinary(bytes: Uint8Array): WebhookResponse;
100
+ static deserializeBinaryFromReader(message: WebhookResponse, reader: jspb.BinaryReader): WebhookResponse;
103
101
  }
104
102
 
105
103
  export namespace WebhookResponse {
106
- export type AsObject = {
107
- fulfillmentText: string;
108
- fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>;
109
- source: string;
110
- payload?: google_protobuf_struct_pb.Struct.AsObject;
111
- outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
112
- followupEventInput?: ondewo_nlu_session_pb.EventInput.AsObject;
113
- };
104
+ export type AsObject = {
105
+ fulfillmentText: string,
106
+ fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>,
107
+ source: string,
108
+ payload?: google_protobuf_struct_pb.Struct.AsObject,
109
+ outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
110
+ followupEventInput?: ondewo_nlu_session_pb.EventInput.AsObject,
111
+ }
114
112
  }
115
113
 
116
114
  export class OriginalDetectIntentRequest extends jspb.Message {
117
- getSource(): string;
118
- setSource(value: string): OriginalDetectIntentRequest;
119
-
120
- getPayload(): google_protobuf_struct_pb.Struct | undefined;
121
- setPayload(value?: google_protobuf_struct_pb.Struct): OriginalDetectIntentRequest;
122
- hasPayload(): boolean;
123
- clearPayload(): OriginalDetectIntentRequest;
124
-
125
- serializeBinary(): Uint8Array;
126
- toObject(includeInstance?: boolean): OriginalDetectIntentRequest.AsObject;
127
- static toObject(includeInstance: boolean, msg: OriginalDetectIntentRequest): OriginalDetectIntentRequest.AsObject;
128
- static serializeBinaryToWriter(message: OriginalDetectIntentRequest, writer: jspb.BinaryWriter): void;
129
- static deserializeBinary(bytes: Uint8Array): OriginalDetectIntentRequest;
130
- static deserializeBinaryFromReader(
131
- message: OriginalDetectIntentRequest,
132
- reader: jspb.BinaryReader
133
- ): OriginalDetectIntentRequest;
115
+ getSource(): string;
116
+ setSource(value: string): OriginalDetectIntentRequest;
117
+
118
+ getPayload(): google_protobuf_struct_pb.Struct | undefined;
119
+ setPayload(value?: google_protobuf_struct_pb.Struct): OriginalDetectIntentRequest;
120
+ hasPayload(): boolean;
121
+ clearPayload(): OriginalDetectIntentRequest;
122
+
123
+ serializeBinary(): Uint8Array;
124
+ toObject(includeInstance?: boolean): OriginalDetectIntentRequest.AsObject;
125
+ static toObject(includeInstance: boolean, msg: OriginalDetectIntentRequest): OriginalDetectIntentRequest.AsObject;
126
+ static serializeBinaryToWriter(message: OriginalDetectIntentRequest, writer: jspb.BinaryWriter): void;
127
+ static deserializeBinary(bytes: Uint8Array): OriginalDetectIntentRequest;
128
+ static deserializeBinaryFromReader(message: OriginalDetectIntentRequest, reader: jspb.BinaryReader): OriginalDetectIntentRequest;
134
129
  }
135
130
 
136
131
  export namespace OriginalDetectIntentRequest {
137
- export type AsObject = {
138
- source: string;
139
- payload?: google_protobuf_struct_pb.Struct.AsObject;
140
- };
132
+ export type AsObject = {
133
+ source: string,
134
+ payload?: google_protobuf_struct_pb.Struct.AsObject,
135
+ }
141
136
  }
142
137
 
143
138
  export class PingResponse extends jspb.Message {
144
- getIsReachable(): boolean;
145
- setIsReachable(value: boolean): PingResponse;
146
-
147
- serializeBinary(): Uint8Array;
148
- toObject(includeInstance?: boolean): PingResponse.AsObject;
149
- static toObject(includeInstance: boolean, msg: PingResponse): PingResponse.AsObject;
150
- static serializeBinaryToWriter(message: PingResponse, writer: jspb.BinaryWriter): void;
151
- static deserializeBinary(bytes: Uint8Array): PingResponse;
152
- static deserializeBinaryFromReader(message: PingResponse, reader: jspb.BinaryReader): PingResponse;
139
+ getIsReachable(): boolean;
140
+ setIsReachable(value: boolean): PingResponse;
141
+
142
+ serializeBinary(): Uint8Array;
143
+ toObject(includeInstance?: boolean): PingResponse.AsObject;
144
+ static toObject(includeInstance: boolean, msg: PingResponse): PingResponse.AsObject;
145
+ static serializeBinaryToWriter(message: PingResponse, writer: jspb.BinaryWriter): void;
146
+ static deserializeBinary(bytes: Uint8Array): PingResponse;
147
+ static deserializeBinaryFromReader(message: PingResponse, reader: jspb.BinaryReader): PingResponse;
153
148
  }
154
149
 
155
150
  export namespace PingResponse {
156
- export type AsObject = {
157
- isReachable: boolean;
158
- };
151
+ export type AsObject = {
152
+ isReachable: boolean,
153
+ }
159
154
  }
155
+