@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 google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
@@ -10,1464 +10,2105 @@ import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
10
10
  import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
11
11
  import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
12
12
 
13
+
13
14
  export class DetectIntentRequest extends jspb.Message {
14
- getSession(): string;
15
- setSession(value: string): DetectIntentRequest;
15
+ getSession(): string;
16
+ setSession(value: string): DetectIntentRequest;
16
17
 
17
- getQueryParams(): QueryParameters | undefined;
18
- setQueryParams(value?: QueryParameters): DetectIntentRequest;
19
- hasQueryParams(): boolean;
20
- clearQueryParams(): DetectIntentRequest;
18
+ getQueryParams(): QueryParameters | undefined;
19
+ setQueryParams(value?: QueryParameters): DetectIntentRequest;
20
+ hasQueryParams(): boolean;
21
+ clearQueryParams(): DetectIntentRequest;
21
22
 
22
- getQueryInput(): QueryInput | undefined;
23
- setQueryInput(value?: QueryInput): DetectIntentRequest;
24
- hasQueryInput(): boolean;
25
- clearQueryInput(): DetectIntentRequest;
23
+ getQueryInput(): QueryInput | undefined;
24
+ setQueryInput(value?: QueryInput): DetectIntentRequest;
25
+ hasQueryInput(): boolean;
26
+ clearQueryInput(): DetectIntentRequest;
26
27
 
27
- getInputAudio(): Uint8Array | string;
28
- getInputAudio_asU8(): Uint8Array;
29
- getInputAudio_asB64(): string;
30
- setInputAudio(value: Uint8Array | string): DetectIntentRequest;
28
+ getInputAudio(): Uint8Array | string;
29
+ getInputAudio_asU8(): Uint8Array;
30
+ getInputAudio_asB64(): string;
31
+ setInputAudio(value: Uint8Array | string): DetectIntentRequest;
31
32
 
32
- serializeBinary(): Uint8Array;
33
- toObject(includeInstance?: boolean): DetectIntentRequest.AsObject;
34
- static toObject(includeInstance: boolean, msg: DetectIntentRequest): DetectIntentRequest.AsObject;
35
- static serializeBinaryToWriter(message: DetectIntentRequest, writer: jspb.BinaryWriter): void;
36
- static deserializeBinary(bytes: Uint8Array): DetectIntentRequest;
37
- static deserializeBinaryFromReader(message: DetectIntentRequest, reader: jspb.BinaryReader): DetectIntentRequest;
33
+ serializeBinary(): Uint8Array;
34
+ toObject(includeInstance?: boolean): DetectIntentRequest.AsObject;
35
+ static toObject(includeInstance: boolean, msg: DetectIntentRequest): DetectIntentRequest.AsObject;
36
+ static serializeBinaryToWriter(message: DetectIntentRequest, writer: jspb.BinaryWriter): void;
37
+ static deserializeBinary(bytes: Uint8Array): DetectIntentRequest;
38
+ static deserializeBinaryFromReader(message: DetectIntentRequest, reader: jspb.BinaryReader): DetectIntentRequest;
38
39
  }
39
40
 
40
41
  export namespace DetectIntentRequest {
41
- export type AsObject = {
42
- session: string;
43
- queryParams?: QueryParameters.AsObject;
44
- queryInput?: QueryInput.AsObject;
45
- inputAudio: Uint8Array | string;
46
- };
42
+ export type AsObject = {
43
+ session: string,
44
+ queryParams?: QueryParameters.AsObject,
45
+ queryInput?: QueryInput.AsObject,
46
+ inputAudio: Uint8Array | string,
47
+ }
47
48
  }
48
49
 
49
50
  export class DetectIntentResponse extends jspb.Message {
50
- getResponseId(): string;
51
- setResponseId(value: string): DetectIntentResponse;
51
+ getResponseId(): string;
52
+ setResponseId(value: string): DetectIntentResponse;
52
53
 
53
- getQueryResult(): QueryResult | undefined;
54
- setQueryResult(value?: QueryResult): DetectIntentResponse;
55
- hasQueryResult(): boolean;
56
- clearQueryResult(): DetectIntentResponse;
54
+ getQueryResult(): QueryResult | undefined;
55
+ setQueryResult(value?: QueryResult): DetectIntentResponse;
56
+ hasQueryResult(): boolean;
57
+ clearQueryResult(): DetectIntentResponse;
57
58
 
58
- getWebhookStatus(): google_rpc_status_pb.Status | undefined;
59
- setWebhookStatus(value?: google_rpc_status_pb.Status): DetectIntentResponse;
60
- hasWebhookStatus(): boolean;
61
- clearWebhookStatus(): DetectIntentResponse;
59
+ getWebhookStatus(): google_rpc_status_pb.Status | undefined;
60
+ setWebhookStatus(value?: google_rpc_status_pb.Status): DetectIntentResponse;
61
+ hasWebhookStatus(): boolean;
62
+ clearWebhookStatus(): DetectIntentResponse;
62
63
 
63
- serializeBinary(): Uint8Array;
64
- toObject(includeInstance?: boolean): DetectIntentResponse.AsObject;
65
- static toObject(includeInstance: boolean, msg: DetectIntentResponse): DetectIntentResponse.AsObject;
66
- static serializeBinaryToWriter(message: DetectIntentResponse, writer: jspb.BinaryWriter): void;
67
- static deserializeBinary(bytes: Uint8Array): DetectIntentResponse;
68
- static deserializeBinaryFromReader(message: DetectIntentResponse, reader: jspb.BinaryReader): DetectIntentResponse;
64
+ serializeBinary(): Uint8Array;
65
+ toObject(includeInstance?: boolean): DetectIntentResponse.AsObject;
66
+ static toObject(includeInstance: boolean, msg: DetectIntentResponse): DetectIntentResponse.AsObject;
67
+ static serializeBinaryToWriter(message: DetectIntentResponse, writer: jspb.BinaryWriter): void;
68
+ static deserializeBinary(bytes: Uint8Array): DetectIntentResponse;
69
+ static deserializeBinaryFromReader(message: DetectIntentResponse, reader: jspb.BinaryReader): DetectIntentResponse;
69
70
  }
70
71
 
71
72
  export namespace DetectIntentResponse {
72
- export type AsObject = {
73
- responseId: string;
74
- queryResult?: QueryResult.AsObject;
75
- webhookStatus?: google_rpc_status_pb.Status.AsObject;
76
- };
73
+ export type AsObject = {
74
+ responseId: string,
75
+ queryResult?: QueryResult.AsObject,
76
+ webhookStatus?: google_rpc_status_pb.Status.AsObject,
77
+ }
77
78
  }
78
79
 
79
80
  export class QueryParameters extends jspb.Message {
80
- getTimeZone(): string;
81
- setTimeZone(value: string): QueryParameters;
81
+ getTimeZone(): string;
82
+ setTimeZone(value: string): QueryParameters;
83
+
84
+ getGeoLocation(): google_type_latlng_pb.LatLng | undefined;
85
+ setGeoLocation(value?: google_type_latlng_pb.LatLng): QueryParameters;
86
+ hasGeoLocation(): boolean;
87
+ clearGeoLocation(): QueryParameters;
88
+
89
+ getContextsList(): Array<ondewo_nlu_context_pb.Context>;
90
+ setContextsList(value: Array<ondewo_nlu_context_pb.Context>): QueryParameters;
91
+ clearContextsList(): QueryParameters;
92
+ addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
93
+
94
+ getResetContexts(): boolean;
95
+ setResetContexts(value: boolean): QueryParameters;
96
+
97
+ getPayload(): google_protobuf_struct_pb.Struct | undefined;
98
+ setPayload(value?: google_protobuf_struct_pb.Struct): QueryParameters;
99
+ hasPayload(): boolean;
100
+ clearPayload(): QueryParameters;
82
101
 
83
- getGeoLocation(): google_type_latlng_pb.LatLng | undefined;
84
- setGeoLocation(value?: google_type_latlng_pb.LatLng): QueryParameters;
85
- hasGeoLocation(): boolean;
86
- clearGeoLocation(): QueryParameters;
102
+ getLabelsList(): Array<string>;
103
+ setLabelsList(value: Array<string>): QueryParameters;
104
+ clearLabelsList(): QueryParameters;
105
+ addLabels(value: string, index?: number): QueryParameters;
87
106
 
88
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
89
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): QueryParameters;
90
- clearContextsList(): QueryParameters;
91
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
107
+ getPlatformsList(): Array<ondewo_nlu_intent_pb.Intent.Message.Platform>;
108
+ setPlatformsList(value: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>): QueryParameters;
109
+ clearPlatformsList(): QueryParameters;
110
+ addPlatforms(value: ondewo_nlu_intent_pb.Intent.Message.Platform, index?: number): QueryParameters;
92
111
 
93
- getResetContexts(): boolean;
94
- setResetContexts(value: boolean): QueryParameters;
112
+ getAccountId(): string;
113
+ setAccountId(value: string): QueryParameters;
95
114
 
96
- getPayload(): google_protobuf_struct_pb.Struct | undefined;
97
- setPayload(value?: google_protobuf_struct_pb.Struct): QueryParameters;
98
- hasPayload(): boolean;
99
- clearPayload(): QueryParameters;
115
+ getPropertyId(): string;
116
+ setPropertyId(value: string): QueryParameters;
100
117
 
101
- getLabelsList(): Array<string>;
102
- setLabelsList(value: Array<string>): QueryParameters;
103
- clearLabelsList(): QueryParameters;
104
- addLabels(value: string, index?: number): QueryParameters;
118
+ getDatastreamId(): string;
119
+ setDatastreamId(value: string): QueryParameters;
105
120
 
106
- serializeBinary(): Uint8Array;
107
- toObject(includeInstance?: boolean): QueryParameters.AsObject;
108
- static toObject(includeInstance: boolean, msg: QueryParameters): QueryParameters.AsObject;
109
- static serializeBinaryToWriter(message: QueryParameters, writer: jspb.BinaryWriter): void;
110
- static deserializeBinary(bytes: Uint8Array): QueryParameters;
111
- static deserializeBinaryFromReader(message: QueryParameters, reader: jspb.BinaryReader): QueryParameters;
121
+ getOriginId(): string;
122
+ setOriginId(value: string): QueryParameters;
123
+
124
+ getIdentifiedUserId(): string;
125
+ setIdentifiedUserId(value: string): QueryParameters;
126
+
127
+ serializeBinary(): Uint8Array;
128
+ toObject(includeInstance?: boolean): QueryParameters.AsObject;
129
+ static toObject(includeInstance: boolean, msg: QueryParameters): QueryParameters.AsObject;
130
+ static serializeBinaryToWriter(message: QueryParameters, writer: jspb.BinaryWriter): void;
131
+ static deserializeBinary(bytes: Uint8Array): QueryParameters;
132
+ static deserializeBinaryFromReader(message: QueryParameters, reader: jspb.BinaryReader): QueryParameters;
112
133
  }
113
134
 
114
135
  export namespace QueryParameters {
115
- export type AsObject = {
116
- timeZone: string;
117
- geoLocation?: google_type_latlng_pb.LatLng.AsObject;
118
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
119
- resetContexts: boolean;
120
- payload?: google_protobuf_struct_pb.Struct.AsObject;
121
- labelsList: Array<string>;
122
- };
136
+ export type AsObject = {
137
+ timeZone: string,
138
+ geoLocation?: google_type_latlng_pb.LatLng.AsObject,
139
+ contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
140
+ resetContexts: boolean,
141
+ payload?: google_protobuf_struct_pb.Struct.AsObject,
142
+ labelsList: Array<string>,
143
+ platformsList: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>,
144
+ accountId: string,
145
+ propertyId: string,
146
+ datastreamId: string,
147
+ originId: string,
148
+ identifiedUserId: string,
149
+ }
123
150
  }
124
151
 
125
152
  export class QueryInput extends jspb.Message {
126
- getAudioConfig(): InputAudioConfig | undefined;
127
- setAudioConfig(value?: InputAudioConfig): QueryInput;
128
- hasAudioConfig(): boolean;
129
- clearAudioConfig(): QueryInput;
153
+ getAudioConfig(): InputAudioConfig | undefined;
154
+ setAudioConfig(value?: InputAudioConfig): QueryInput;
155
+ hasAudioConfig(): boolean;
156
+ clearAudioConfig(): QueryInput;
130
157
 
131
- getText(): TextInput | undefined;
132
- setText(value?: TextInput): QueryInput;
133
- hasText(): boolean;
134
- clearText(): QueryInput;
158
+ getText(): TextInput | undefined;
159
+ setText(value?: TextInput): QueryInput;
160
+ hasText(): boolean;
161
+ clearText(): QueryInput;
135
162
 
136
- getEvent(): EventInput | undefined;
137
- setEvent(value?: EventInput): QueryInput;
138
- hasEvent(): boolean;
139
- clearEvent(): QueryInput;
163
+ getEvent(): EventInput | undefined;
164
+ setEvent(value?: EventInput): QueryInput;
165
+ hasEvent(): boolean;
166
+ clearEvent(): QueryInput;
140
167
 
141
- getInputCase(): QueryInput.InputCase;
168
+ getInputCase(): QueryInput.InputCase;
142
169
 
143
- serializeBinary(): Uint8Array;
144
- toObject(includeInstance?: boolean): QueryInput.AsObject;
145
- static toObject(includeInstance: boolean, msg: QueryInput): QueryInput.AsObject;
146
- static serializeBinaryToWriter(message: QueryInput, writer: jspb.BinaryWriter): void;
147
- static deserializeBinary(bytes: Uint8Array): QueryInput;
148
- static deserializeBinaryFromReader(message: QueryInput, reader: jspb.BinaryReader): QueryInput;
170
+ serializeBinary(): Uint8Array;
171
+ toObject(includeInstance?: boolean): QueryInput.AsObject;
172
+ static toObject(includeInstance: boolean, msg: QueryInput): QueryInput.AsObject;
173
+ static serializeBinaryToWriter(message: QueryInput, writer: jspb.BinaryWriter): void;
174
+ static deserializeBinary(bytes: Uint8Array): QueryInput;
175
+ static deserializeBinaryFromReader(message: QueryInput, reader: jspb.BinaryReader): QueryInput;
149
176
  }
150
177
 
151
178
  export namespace QueryInput {
152
- export type AsObject = {
153
- audioConfig?: InputAudioConfig.AsObject;
154
- text?: TextInput.AsObject;
155
- event?: EventInput.AsObject;
156
- };
179
+ export type AsObject = {
180
+ audioConfig?: InputAudioConfig.AsObject,
181
+ text?: TextInput.AsObject,
182
+ event?: EventInput.AsObject,
183
+ }
157
184
 
158
- export enum InputCase {
159
- INPUT_NOT_SET = 0,
160
- AUDIO_CONFIG = 1,
161
- TEXT = 2,
162
- EVENT = 3
163
- }
185
+ export enum InputCase {
186
+ INPUT_NOT_SET = 0,
187
+ AUDIO_CONFIG = 1,
188
+ TEXT = 2,
189
+ EVENT = 3,
190
+ }
164
191
  }
165
192
 
166
193
  export class QueryResult extends jspb.Message {
167
- getQueryText(): string;
168
- setQueryText(value: string): QueryResult;
194
+ getQueryText(): string;
195
+ setQueryText(value: string): QueryResult;
169
196
 
170
- getLanguageCode(): string;
171
- setLanguageCode(value: string): QueryResult;
197
+ getSpeechRecognitionConfidence(): number;
198
+ setSpeechRecognitionConfidence(value: number): QueryResult;
172
199
 
173
- getSpeechRecognitionConfidence(): number;
174
- setSpeechRecognitionConfidence(value: number): QueryResult;
200
+ getAction(): string;
201
+ setAction(value: string): QueryResult;
175
202
 
176
- getAction(): string;
177
- setAction(value: string): QueryResult;
203
+ getParameters(): google_protobuf_struct_pb.Struct | undefined;
204
+ setParameters(value?: google_protobuf_struct_pb.Struct): QueryResult;
205
+ hasParameters(): boolean;
206
+ clearParameters(): QueryResult;
178
207
 
179
- getParameters(): google_protobuf_struct_pb.Struct | undefined;
180
- setParameters(value?: google_protobuf_struct_pb.Struct): QueryResult;
181
- hasParameters(): boolean;
182
- clearParameters(): QueryResult;
208
+ getAllRequiredParamsPresent(): boolean;
209
+ setAllRequiredParamsPresent(value: boolean): QueryResult;
183
210
 
184
- getAllRequiredParamsPresent(): boolean;
185
- setAllRequiredParamsPresent(value: boolean): QueryResult;
211
+ getFulfillmentText(): string;
212
+ setFulfillmentText(value: string): QueryResult;
186
213
 
187
- getFulfillmentText(): string;
188
- setFulfillmentText(value: string): QueryResult;
214
+ getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
215
+ setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): QueryResult;
216
+ clearFulfillmentMessagesList(): QueryResult;
217
+ addFulfillmentMessages(value?: ondewo_nlu_intent_pb.Intent.Message, index?: number): ondewo_nlu_intent_pb.Intent.Message;
189
218
 
190
- getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
191
- setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): QueryResult;
192
- clearFulfillmentMessagesList(): QueryResult;
193
- addFulfillmentMessages(
194
- value?: ondewo_nlu_intent_pb.Intent.Message,
195
- index?: number
196
- ): ondewo_nlu_intent_pb.Intent.Message;
219
+ getWebhookSource(): string;
220
+ setWebhookSource(value: string): QueryResult;
197
221
 
198
- getWebhookSource(): string;
199
- setWebhookSource(value: string): QueryResult;
222
+ getWebhookPayload(): google_protobuf_struct_pb.Struct | undefined;
223
+ setWebhookPayload(value?: google_protobuf_struct_pb.Struct): QueryResult;
224
+ hasWebhookPayload(): boolean;
225
+ clearWebhookPayload(): QueryResult;
200
226
 
201
- getWebhookPayload(): google_protobuf_struct_pb.Struct | undefined;
202
- setWebhookPayload(value?: google_protobuf_struct_pb.Struct): QueryResult;
203
- hasWebhookPayload(): boolean;
204
- clearWebhookPayload(): QueryResult;
227
+ getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
228
+ setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): QueryResult;
229
+ clearOutputContextsList(): QueryResult;
230
+ addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
205
231
 
206
- getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
207
- setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): QueryResult;
208
- clearOutputContextsList(): QueryResult;
209
- addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
232
+ getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
233
+ setIntent(value?: ondewo_nlu_intent_pb.Intent): QueryResult;
234
+ hasIntent(): boolean;
235
+ clearIntent(): QueryResult;
210
236
 
211
- getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
212
- setIntent(value?: ondewo_nlu_intent_pb.Intent): QueryResult;
213
- hasIntent(): boolean;
214
- clearIntent(): QueryResult;
237
+ getIntentDetectionConfidence(): number;
238
+ setIntentDetectionConfidence(value: number): QueryResult;
215
239
 
216
- getIntentDetectionConfidence(): number;
217
- setIntentDetectionConfidence(value: number): QueryResult;
240
+ getQueryTextOriginal(): string;
241
+ setQueryTextOriginal(value: string): QueryResult;
218
242
 
219
- getDiagnosticInfo(): google_protobuf_struct_pb.Struct | undefined;
220
- setDiagnosticInfo(value?: google_protobuf_struct_pb.Struct): QueryResult;
221
- hasDiagnosticInfo(): boolean;
222
- clearDiagnosticInfo(): QueryResult;
243
+ getDiagnosticInfo(): google_protobuf_struct_pb.Struct | undefined;
244
+ setDiagnosticInfo(value?: google_protobuf_struct_pb.Struct): QueryResult;
245
+ hasDiagnosticInfo(): boolean;
246
+ clearDiagnosticInfo(): QueryResult;
223
247
 
224
- serializeBinary(): Uint8Array;
225
- toObject(includeInstance?: boolean): QueryResult.AsObject;
226
- static toObject(includeInstance: boolean, msg: QueryResult): QueryResult.AsObject;
227
- static serializeBinaryToWriter(message: QueryResult, writer: jspb.BinaryWriter): void;
228
- static deserializeBinary(bytes: Uint8Array): QueryResult;
229
- static deserializeBinaryFromReader(message: QueryResult, reader: jspb.BinaryReader): QueryResult;
248
+ getLanguageCode(): string;
249
+ setLanguageCode(value: string): QueryResult;
250
+
251
+ serializeBinary(): Uint8Array;
252
+ toObject(includeInstance?: boolean): QueryResult.AsObject;
253
+ static toObject(includeInstance: boolean, msg: QueryResult): QueryResult.AsObject;
254
+ static serializeBinaryToWriter(message: QueryResult, writer: jspb.BinaryWriter): void;
255
+ static deserializeBinary(bytes: Uint8Array): QueryResult;
256
+ static deserializeBinaryFromReader(message: QueryResult, reader: jspb.BinaryReader): QueryResult;
230
257
  }
231
258
 
232
259
  export namespace QueryResult {
233
- export type AsObject = {
234
- queryText: string;
235
- languageCode: string;
236
- speechRecognitionConfidence: number;
237
- action: string;
238
- parameters?: google_protobuf_struct_pb.Struct.AsObject;
239
- allRequiredParamsPresent: boolean;
240
- fulfillmentText: string;
241
- fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>;
242
- webhookSource: string;
243
- webhookPayload?: google_protobuf_struct_pb.Struct.AsObject;
244
- outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
245
- intent?: ondewo_nlu_intent_pb.Intent.AsObject;
246
- intentDetectionConfidence: number;
247
- diagnosticInfo?: google_protobuf_struct_pb.Struct.AsObject;
248
- };
260
+ export type AsObject = {
261
+ queryText: string,
262
+ speechRecognitionConfidence: number,
263
+ action: string,
264
+ parameters?: google_protobuf_struct_pb.Struct.AsObject,
265
+ allRequiredParamsPresent: boolean,
266
+ fulfillmentText: string,
267
+ fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>,
268
+ webhookSource: string,
269
+ webhookPayload?: google_protobuf_struct_pb.Struct.AsObject,
270
+ outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
271
+ intent?: ondewo_nlu_intent_pb.Intent.AsObject,
272
+ intentDetectionConfidence: number,
273
+ queryTextOriginal: string,
274
+ diagnosticInfo?: google_protobuf_struct_pb.Struct.AsObject,
275
+ languageCode: string,
276
+ }
249
277
  }
250
278
 
251
279
  export class StreamingDetectIntentRequest extends jspb.Message {
252
- getSession(): string;
253
- setSession(value: string): StreamingDetectIntentRequest;
254
-
255
- getQueryParams(): QueryParameters | undefined;
256
- setQueryParams(value?: QueryParameters): StreamingDetectIntentRequest;
257
- hasQueryParams(): boolean;
258
- clearQueryParams(): StreamingDetectIntentRequest;
259
-
260
- getQueryInput(): QueryInput | undefined;
261
- setQueryInput(value?: QueryInput): StreamingDetectIntentRequest;
262
- hasQueryInput(): boolean;
263
- clearQueryInput(): StreamingDetectIntentRequest;
264
-
265
- getSingleUtterance(): boolean;
266
- setSingleUtterance(value: boolean): StreamingDetectIntentRequest;
267
-
268
- getInputAudio(): Uint8Array | string;
269
- getInputAudio_asU8(): Uint8Array;
270
- getInputAudio_asB64(): string;
271
- setInputAudio(value: Uint8Array | string): StreamingDetectIntentRequest;
272
-
273
- serializeBinary(): Uint8Array;
274
- toObject(includeInstance?: boolean): StreamingDetectIntentRequest.AsObject;
275
- static toObject(includeInstance: boolean, msg: StreamingDetectIntentRequest): StreamingDetectIntentRequest.AsObject;
276
- static serializeBinaryToWriter(message: StreamingDetectIntentRequest, writer: jspb.BinaryWriter): void;
277
- static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentRequest;
278
- static deserializeBinaryFromReader(
279
- message: StreamingDetectIntentRequest,
280
- reader: jspb.BinaryReader
281
- ): StreamingDetectIntentRequest;
280
+ getSession(): string;
281
+ setSession(value: string): StreamingDetectIntentRequest;
282
+
283
+ getQueryParams(): QueryParameters | undefined;
284
+ setQueryParams(value?: QueryParameters): StreamingDetectIntentRequest;
285
+ hasQueryParams(): boolean;
286
+ clearQueryParams(): StreamingDetectIntentRequest;
287
+
288
+ getQueryInput(): QueryInput | undefined;
289
+ setQueryInput(value?: QueryInput): StreamingDetectIntentRequest;
290
+ hasQueryInput(): boolean;
291
+ clearQueryInput(): StreamingDetectIntentRequest;
292
+
293
+ getSingleUtterance(): boolean;
294
+ setSingleUtterance(value: boolean): StreamingDetectIntentRequest;
295
+
296
+ getInputAudio(): Uint8Array | string;
297
+ getInputAudio_asU8(): Uint8Array;
298
+ getInputAudio_asB64(): string;
299
+ setInputAudio(value: Uint8Array | string): StreamingDetectIntentRequest;
300
+
301
+ serializeBinary(): Uint8Array;
302
+ toObject(includeInstance?: boolean): StreamingDetectIntentRequest.AsObject;
303
+ static toObject(includeInstance: boolean, msg: StreamingDetectIntentRequest): StreamingDetectIntentRequest.AsObject;
304
+ static serializeBinaryToWriter(message: StreamingDetectIntentRequest, writer: jspb.BinaryWriter): void;
305
+ static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentRequest;
306
+ static deserializeBinaryFromReader(message: StreamingDetectIntentRequest, reader: jspb.BinaryReader): StreamingDetectIntentRequest;
282
307
  }
283
308
 
284
309
  export namespace StreamingDetectIntentRequest {
285
- export type AsObject = {
286
- session: string;
287
- queryParams?: QueryParameters.AsObject;
288
- queryInput?: QueryInput.AsObject;
289
- singleUtterance: boolean;
290
- inputAudio: Uint8Array | string;
291
- };
310
+ export type AsObject = {
311
+ session: string,
312
+ queryParams?: QueryParameters.AsObject,
313
+ queryInput?: QueryInput.AsObject,
314
+ singleUtterance: boolean,
315
+ inputAudio: Uint8Array | string,
316
+ }
292
317
  }
293
318
 
294
319
  export class StreamingDetectIntentResponse extends jspb.Message {
295
- getResponseId(): string;
296
- setResponseId(value: string): StreamingDetectIntentResponse;
297
-
298
- getRecognitionResult(): StreamingRecognitionResult | undefined;
299
- setRecognitionResult(value?: StreamingRecognitionResult): StreamingDetectIntentResponse;
300
- hasRecognitionResult(): boolean;
301
- clearRecognitionResult(): StreamingDetectIntentResponse;
302
-
303
- getQueryResult(): QueryResult | undefined;
304
- setQueryResult(value?: QueryResult): StreamingDetectIntentResponse;
305
- hasQueryResult(): boolean;
306
- clearQueryResult(): StreamingDetectIntentResponse;
307
-
308
- getWebhookStatus(): google_rpc_status_pb.Status | undefined;
309
- setWebhookStatus(value?: google_rpc_status_pb.Status): StreamingDetectIntentResponse;
310
- hasWebhookStatus(): boolean;
311
- clearWebhookStatus(): StreamingDetectIntentResponse;
312
-
313
- serializeBinary(): Uint8Array;
314
- toObject(includeInstance?: boolean): StreamingDetectIntentResponse.AsObject;
315
- static toObject(includeInstance: boolean, msg: StreamingDetectIntentResponse): StreamingDetectIntentResponse.AsObject;
316
- static serializeBinaryToWriter(message: StreamingDetectIntentResponse, writer: jspb.BinaryWriter): void;
317
- static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentResponse;
318
- static deserializeBinaryFromReader(
319
- message: StreamingDetectIntentResponse,
320
- reader: jspb.BinaryReader
321
- ): StreamingDetectIntentResponse;
320
+ getResponseId(): string;
321
+ setResponseId(value: string): StreamingDetectIntentResponse;
322
+
323
+ getRecognitionResult(): StreamingRecognitionResult | undefined;
324
+ setRecognitionResult(value?: StreamingRecognitionResult): StreamingDetectIntentResponse;
325
+ hasRecognitionResult(): boolean;
326
+ clearRecognitionResult(): StreamingDetectIntentResponse;
327
+
328
+ getQueryResult(): QueryResult | undefined;
329
+ setQueryResult(value?: QueryResult): StreamingDetectIntentResponse;
330
+ hasQueryResult(): boolean;
331
+ clearQueryResult(): StreamingDetectIntentResponse;
332
+
333
+ getWebhookStatus(): google_rpc_status_pb.Status | undefined;
334
+ setWebhookStatus(value?: google_rpc_status_pb.Status): StreamingDetectIntentResponse;
335
+ hasWebhookStatus(): boolean;
336
+ clearWebhookStatus(): StreamingDetectIntentResponse;
337
+
338
+ serializeBinary(): Uint8Array;
339
+ toObject(includeInstance?: boolean): StreamingDetectIntentResponse.AsObject;
340
+ static toObject(includeInstance: boolean, msg: StreamingDetectIntentResponse): StreamingDetectIntentResponse.AsObject;
341
+ static serializeBinaryToWriter(message: StreamingDetectIntentResponse, writer: jspb.BinaryWriter): void;
342
+ static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentResponse;
343
+ static deserializeBinaryFromReader(message: StreamingDetectIntentResponse, reader: jspb.BinaryReader): StreamingDetectIntentResponse;
322
344
  }
323
345
 
324
346
  export namespace StreamingDetectIntentResponse {
325
- export type AsObject = {
326
- responseId: string;
327
- recognitionResult?: StreamingRecognitionResult.AsObject;
328
- queryResult?: QueryResult.AsObject;
329
- webhookStatus?: google_rpc_status_pb.Status.AsObject;
330
- };
347
+ export type AsObject = {
348
+ responseId: string,
349
+ recognitionResult?: StreamingRecognitionResult.AsObject,
350
+ queryResult?: QueryResult.AsObject,
351
+ webhookStatus?: google_rpc_status_pb.Status.AsObject,
352
+ }
331
353
  }
332
354
 
333
355
  export class StreamingRecognitionResult extends jspb.Message {
334
- getMessageType(): StreamingRecognitionResult.MessageType;
335
- setMessageType(value: StreamingRecognitionResult.MessageType): StreamingRecognitionResult;
356
+ getMessageType(): StreamingRecognitionResult.MessageType;
357
+ setMessageType(value: StreamingRecognitionResult.MessageType): StreamingRecognitionResult;
336
358
 
337
- getTranscript(): string;
338
- setTranscript(value: string): StreamingRecognitionResult;
359
+ getTranscript(): string;
360
+ setTranscript(value: string): StreamingRecognitionResult;
339
361
 
340
- getIsFinal(): boolean;
341
- setIsFinal(value: boolean): StreamingRecognitionResult;
362
+ getIsFinal(): boolean;
363
+ setIsFinal(value: boolean): StreamingRecognitionResult;
342
364
 
343
- getConfidence(): number;
344
- setConfidence(value: number): StreamingRecognitionResult;
365
+ getConfidence(): number;
366
+ setConfidence(value: number): StreamingRecognitionResult;
345
367
 
346
- serializeBinary(): Uint8Array;
347
- toObject(includeInstance?: boolean): StreamingRecognitionResult.AsObject;
348
- static toObject(includeInstance: boolean, msg: StreamingRecognitionResult): StreamingRecognitionResult.AsObject;
349
- static serializeBinaryToWriter(message: StreamingRecognitionResult, writer: jspb.BinaryWriter): void;
350
- static deserializeBinary(bytes: Uint8Array): StreamingRecognitionResult;
351
- static deserializeBinaryFromReader(
352
- message: StreamingRecognitionResult,
353
- reader: jspb.BinaryReader
354
- ): StreamingRecognitionResult;
368
+ serializeBinary(): Uint8Array;
369
+ toObject(includeInstance?: boolean): StreamingRecognitionResult.AsObject;
370
+ static toObject(includeInstance: boolean, msg: StreamingRecognitionResult): StreamingRecognitionResult.AsObject;
371
+ static serializeBinaryToWriter(message: StreamingRecognitionResult, writer: jspb.BinaryWriter): void;
372
+ static deserializeBinary(bytes: Uint8Array): StreamingRecognitionResult;
373
+ static deserializeBinaryFromReader(message: StreamingRecognitionResult, reader: jspb.BinaryReader): StreamingRecognitionResult;
355
374
  }
356
375
 
357
376
  export namespace StreamingRecognitionResult {
358
- export type AsObject = {
359
- messageType: StreamingRecognitionResult.MessageType;
360
- transcript: string;
361
- isFinal: boolean;
362
- confidence: number;
363
- };
377
+ export type AsObject = {
378
+ messageType: StreamingRecognitionResult.MessageType,
379
+ transcript: string,
380
+ isFinal: boolean,
381
+ confidence: number,
382
+ }
364
383
 
365
- export enum MessageType {
366
- MESSAGE_TYPE_UNSPECIFIED = 0,
367
- TRANSCRIPT = 1,
368
- END_OF_SINGLE_UTTERANCE = 2
369
- }
384
+ export enum MessageType {
385
+ MESSAGE_TYPE_UNSPECIFIED = 0,
386
+ TRANSCRIPT = 1,
387
+ END_OF_SINGLE_UTTERANCE = 2,
388
+ }
370
389
  }
371
390
 
372
391
  export class InputAudioConfig extends jspb.Message {
373
- getAudioEncoding(): AudioEncoding;
374
- setAudioEncoding(value: AudioEncoding): InputAudioConfig;
392
+ getAudioEncoding(): AudioEncoding;
393
+ setAudioEncoding(value: AudioEncoding): InputAudioConfig;
375
394
 
376
- getSampleRateHertz(): number;
377
- setSampleRateHertz(value: number): InputAudioConfig;
395
+ getSampleRateHertz(): number;
396
+ setSampleRateHertz(value: number): InputAudioConfig;
378
397
 
379
- getLanguageCode(): string;
380
- setLanguageCode(value: string): InputAudioConfig;
398
+ getLanguageCode(): string;
399
+ setLanguageCode(value: string): InputAudioConfig;
381
400
 
382
- getPhraseHintsList(): Array<string>;
383
- setPhraseHintsList(value: Array<string>): InputAudioConfig;
384
- clearPhraseHintsList(): InputAudioConfig;
385
- addPhraseHints(value: string, index?: number): InputAudioConfig;
401
+ getPhraseHintsList(): Array<string>;
402
+ setPhraseHintsList(value: Array<string>): InputAudioConfig;
403
+ clearPhraseHintsList(): InputAudioConfig;
404
+ addPhraseHints(value: string, index?: number): InputAudioConfig;
386
405
 
387
- serializeBinary(): Uint8Array;
388
- toObject(includeInstance?: boolean): InputAudioConfig.AsObject;
389
- static toObject(includeInstance: boolean, msg: InputAudioConfig): InputAudioConfig.AsObject;
390
- static serializeBinaryToWriter(message: InputAudioConfig, writer: jspb.BinaryWriter): void;
391
- static deserializeBinary(bytes: Uint8Array): InputAudioConfig;
392
- static deserializeBinaryFromReader(message: InputAudioConfig, reader: jspb.BinaryReader): InputAudioConfig;
406
+ serializeBinary(): Uint8Array;
407
+ toObject(includeInstance?: boolean): InputAudioConfig.AsObject;
408
+ static toObject(includeInstance: boolean, msg: InputAudioConfig): InputAudioConfig.AsObject;
409
+ static serializeBinaryToWriter(message: InputAudioConfig, writer: jspb.BinaryWriter): void;
410
+ static deserializeBinary(bytes: Uint8Array): InputAudioConfig;
411
+ static deserializeBinaryFromReader(message: InputAudioConfig, reader: jspb.BinaryReader): InputAudioConfig;
393
412
  }
394
413
 
395
414
  export namespace InputAudioConfig {
396
- export type AsObject = {
397
- audioEncoding: AudioEncoding;
398
- sampleRateHertz: number;
399
- languageCode: string;
400
- phraseHintsList: Array<string>;
401
- };
415
+ export type AsObject = {
416
+ audioEncoding: AudioEncoding,
417
+ sampleRateHertz: number,
418
+ languageCode: string,
419
+ phraseHintsList: Array<string>,
420
+ }
402
421
  }
403
422
 
404
423
  export class TextInput extends jspb.Message {
405
- getText(): string;
406
- setText(value: string): TextInput;
424
+ getText(): string;
425
+ setText(value: string): TextInput;
407
426
 
408
- getLanguageCode(): string;
409
- setLanguageCode(value: string): TextInput;
427
+ getLanguageCode(): string;
428
+ setLanguageCode(value: string): TextInput;
410
429
 
411
- serializeBinary(): Uint8Array;
412
- toObject(includeInstance?: boolean): TextInput.AsObject;
413
- static toObject(includeInstance: boolean, msg: TextInput): TextInput.AsObject;
414
- static serializeBinaryToWriter(message: TextInput, writer: jspb.BinaryWriter): void;
415
- static deserializeBinary(bytes: Uint8Array): TextInput;
416
- static deserializeBinaryFromReader(message: TextInput, reader: jspb.BinaryReader): TextInput;
430
+ serializeBinary(): Uint8Array;
431
+ toObject(includeInstance?: boolean): TextInput.AsObject;
432
+ static toObject(includeInstance: boolean, msg: TextInput): TextInput.AsObject;
433
+ static serializeBinaryToWriter(message: TextInput, writer: jspb.BinaryWriter): void;
434
+ static deserializeBinary(bytes: Uint8Array): TextInput;
435
+ static deserializeBinaryFromReader(message: TextInput, reader: jspb.BinaryReader): TextInput;
417
436
  }
418
437
 
419
438
  export namespace TextInput {
420
- export type AsObject = {
421
- text: string;
422
- languageCode: string;
423
- };
439
+ export type AsObject = {
440
+ text: string,
441
+ languageCode: string,
442
+ }
424
443
  }
425
444
 
426
445
  export class EventInput extends jspb.Message {
427
- getName(): string;
428
- setName(value: string): EventInput;
446
+ getName(): string;
447
+ setName(value: string): EventInput;
429
448
 
430
- getParameters(): google_protobuf_struct_pb.Struct | undefined;
431
- setParameters(value?: google_protobuf_struct_pb.Struct): EventInput;
432
- hasParameters(): boolean;
433
- clearParameters(): EventInput;
449
+ getParameters(): google_protobuf_struct_pb.Struct | undefined;
450
+ setParameters(value?: google_protobuf_struct_pb.Struct): EventInput;
451
+ hasParameters(): boolean;
452
+ clearParameters(): EventInput;
434
453
 
435
- getLanguageCode(): string;
436
- setLanguageCode(value: string): EventInput;
454
+ getLanguageCode(): string;
455
+ setLanguageCode(value: string): EventInput;
437
456
 
438
- serializeBinary(): Uint8Array;
439
- toObject(includeInstance?: boolean): EventInput.AsObject;
440
- static toObject(includeInstance: boolean, msg: EventInput): EventInput.AsObject;
441
- static serializeBinaryToWriter(message: EventInput, writer: jspb.BinaryWriter): void;
442
- static deserializeBinary(bytes: Uint8Array): EventInput;
443
- static deserializeBinaryFromReader(message: EventInput, reader: jspb.BinaryReader): EventInput;
457
+ serializeBinary(): Uint8Array;
458
+ toObject(includeInstance?: boolean): EventInput.AsObject;
459
+ static toObject(includeInstance: boolean, msg: EventInput): EventInput.AsObject;
460
+ static serializeBinaryToWriter(message: EventInput, writer: jspb.BinaryWriter): void;
461
+ static deserializeBinary(bytes: Uint8Array): EventInput;
462
+ static deserializeBinaryFromReader(message: EventInput, reader: jspb.BinaryReader): EventInput;
444
463
  }
445
464
 
446
465
  export namespace EventInput {
447
- export type AsObject = {
448
- name: string;
449
- parameters?: google_protobuf_struct_pb.Struct.AsObject;
450
- languageCode: string;
451
- };
466
+ export type AsObject = {
467
+ name: string,
468
+ parameters?: google_protobuf_struct_pb.Struct.AsObject,
469
+ languageCode: string,
470
+ }
452
471
  }
453
472
 
454
473
  export class Session extends jspb.Message {
455
- getName(): string;
456
- setName(value: string): Session;
474
+ getName(): string;
475
+ setName(value: string): Session;
457
476
 
458
- getSessionStepsList(): Array<SessionStep>;
459
- setSessionStepsList(value: Array<SessionStep>): Session;
460
- clearSessionStepsList(): Session;
461
- addSessionSteps(value?: SessionStep, index?: number): SessionStep;
477
+ getSessionStepsList(): Array<SessionStep>;
478
+ setSessionStepsList(value: Array<SessionStep>): Session;
479
+ clearSessionStepsList(): Session;
480
+ addSessionSteps(value?: SessionStep, index?: number): SessionStep;
462
481
 
463
- getSessionInfo(): SessionInfo | undefined;
464
- setSessionInfo(value?: SessionInfo): Session;
465
- hasSessionInfo(): boolean;
466
- clearSessionInfo(): Session;
482
+ getSessionInfo(): SessionInfo | undefined;
483
+ setSessionInfo(value?: SessionInfo): Session;
484
+ hasSessionInfo(): boolean;
485
+ clearSessionInfo(): Session;
467
486
 
468
- serializeBinary(): Uint8Array;
469
- toObject(includeInstance?: boolean): Session.AsObject;
470
- static toObject(includeInstance: boolean, msg: Session): Session.AsObject;
471
- static serializeBinaryToWriter(message: Session, writer: jspb.BinaryWriter): void;
472
- static deserializeBinary(bytes: Uint8Array): Session;
473
- static deserializeBinaryFromReader(message: Session, reader: jspb.BinaryReader): Session;
487
+ serializeBinary(): Uint8Array;
488
+ toObject(includeInstance?: boolean): Session.AsObject;
489
+ static toObject(includeInstance: boolean, msg: Session): Session.AsObject;
490
+ static serializeBinaryToWriter(message: Session, writer: jspb.BinaryWriter): void;
491
+ static deserializeBinary(bytes: Uint8Array): Session;
492
+ static deserializeBinaryFromReader(message: Session, reader: jspb.BinaryReader): Session;
474
493
  }
475
494
 
476
495
  export namespace Session {
477
- export type AsObject = {
478
- name: string;
479
- sessionStepsList: Array<SessionStep.AsObject>;
480
- sessionInfo?: SessionInfo.AsObject;
481
- };
496
+ export type AsObject = {
497
+ name: string,
498
+ sessionStepsList: Array<SessionStep.AsObject>,
499
+ sessionInfo?: SessionInfo.AsObject,
500
+ }
482
501
 
483
- export enum View {
484
- VIEW_UNSPECIFIED = 0,
485
- VIEW_FULL = 1,
486
- VIEW_SPARSE = 2
487
- }
502
+ export enum View {
503
+ VIEW_UNSPECIFIED = 0,
504
+ VIEW_FULL = 1,
505
+ VIEW_SPARSE = 2,
506
+ }
488
507
  }
489
508
 
490
509
  export class SessionStep extends jspb.Message {
491
- getName(): string;
492
- setName(value: string): SessionStep;
510
+ getName(): string;
511
+ setName(value: string): SessionStep;
493
512
 
494
- getDetectIntentRequest(): DetectIntentRequest | undefined;
495
- setDetectIntentRequest(value?: DetectIntentRequest): SessionStep;
496
- hasDetectIntentRequest(): boolean;
497
- clearDetectIntentRequest(): SessionStep;
513
+ getDetectIntentRequest(): DetectIntentRequest | undefined;
514
+ setDetectIntentRequest(value?: DetectIntentRequest): SessionStep;
515
+ hasDetectIntentRequest(): boolean;
516
+ clearDetectIntentRequest(): SessionStep;
498
517
 
499
- getDetectIntentResponse(): DetectIntentResponse | undefined;
500
- setDetectIntentResponse(value?: DetectIntentResponse): SessionStep;
501
- hasDetectIntentResponse(): boolean;
502
- clearDetectIntentResponse(): SessionStep;
518
+ getDetectIntentResponse(): DetectIntentResponse | undefined;
519
+ setDetectIntentResponse(value?: DetectIntentResponse): SessionStep;
520
+ hasDetectIntentResponse(): boolean;
521
+ clearDetectIntentResponse(): SessionStep;
503
522
 
504
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
505
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionStep;
506
- clearContextsList(): SessionStep;
507
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
523
+ getContextsList(): Array<ondewo_nlu_context_pb.Context>;
524
+ setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionStep;
525
+ clearContextsList(): SessionStep;
526
+ addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
508
527
 
509
- serializeBinary(): Uint8Array;
510
- toObject(includeInstance?: boolean): SessionStep.AsObject;
511
- static toObject(includeInstance: boolean, msg: SessionStep): SessionStep.AsObject;
512
- static serializeBinaryToWriter(message: SessionStep, writer: jspb.BinaryWriter): void;
513
- static deserializeBinary(bytes: Uint8Array): SessionStep;
514
- static deserializeBinaryFromReader(message: SessionStep, reader: jspb.BinaryReader): SessionStep;
528
+ serializeBinary(): Uint8Array;
529
+ toObject(includeInstance?: boolean): SessionStep.AsObject;
530
+ static toObject(includeInstance: boolean, msg: SessionStep): SessionStep.AsObject;
531
+ static serializeBinaryToWriter(message: SessionStep, writer: jspb.BinaryWriter): void;
532
+ static deserializeBinary(bytes: Uint8Array): SessionStep;
533
+ static deserializeBinaryFromReader(message: SessionStep, reader: jspb.BinaryReader): SessionStep;
515
534
  }
516
535
 
517
536
  export namespace SessionStep {
518
- export type AsObject = {
519
- name: string;
520
- detectIntentRequest?: DetectIntentRequest.AsObject;
521
- detectIntentResponse?: DetectIntentResponse.AsObject;
522
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
523
- };
537
+ export type AsObject = {
538
+ name: string,
539
+ detectIntentRequest?: DetectIntentRequest.AsObject,
540
+ detectIntentResponse?: DetectIntentResponse.AsObject,
541
+ contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
542
+ }
524
543
  }
525
544
 
526
545
  export class TrackSessionStepRequest extends jspb.Message {
527
- getSessionId(): string;
528
- setSessionId(value: string): TrackSessionStepRequest;
546
+ getSessionId(): string;
547
+ setSessionId(value: string): TrackSessionStepRequest;
529
548
 
530
- getSessionStep(): SessionStep | undefined;
531
- setSessionStep(value?: SessionStep): TrackSessionStepRequest;
532
- hasSessionStep(): boolean;
533
- clearSessionStep(): TrackSessionStepRequest;
549
+ getSessionStep(): SessionStep | undefined;
550
+ setSessionStep(value?: SessionStep): TrackSessionStepRequest;
551
+ hasSessionStep(): boolean;
552
+ clearSessionStep(): TrackSessionStepRequest;
534
553
 
535
- getSessionView(): Session.View;
536
- setSessionView(value: Session.View): TrackSessionStepRequest;
554
+ getSessionView(): Session.View;
555
+ setSessionView(value: Session.View): TrackSessionStepRequest;
537
556
 
538
- serializeBinary(): Uint8Array;
539
- toObject(includeInstance?: boolean): TrackSessionStepRequest.AsObject;
540
- static toObject(includeInstance: boolean, msg: TrackSessionStepRequest): TrackSessionStepRequest.AsObject;
541
- static serializeBinaryToWriter(message: TrackSessionStepRequest, writer: jspb.BinaryWriter): void;
542
- static deserializeBinary(bytes: Uint8Array): TrackSessionStepRequest;
543
- static deserializeBinaryFromReader(
544
- message: TrackSessionStepRequest,
545
- reader: jspb.BinaryReader
546
- ): TrackSessionStepRequest;
557
+ serializeBinary(): Uint8Array;
558
+ toObject(includeInstance?: boolean): TrackSessionStepRequest.AsObject;
559
+ static toObject(includeInstance: boolean, msg: TrackSessionStepRequest): TrackSessionStepRequest.AsObject;
560
+ static serializeBinaryToWriter(message: TrackSessionStepRequest, writer: jspb.BinaryWriter): void;
561
+ static deserializeBinary(bytes: Uint8Array): TrackSessionStepRequest;
562
+ static deserializeBinaryFromReader(message: TrackSessionStepRequest, reader: jspb.BinaryReader): TrackSessionStepRequest;
547
563
  }
548
564
 
549
565
  export namespace TrackSessionStepRequest {
550
- export type AsObject = {
551
- sessionId: string;
552
- sessionStep?: SessionStep.AsObject;
553
- sessionView: Session.View;
554
- };
566
+ export type AsObject = {
567
+ sessionId: string,
568
+ sessionStep?: SessionStep.AsObject,
569
+ sessionView: Session.View,
570
+ }
555
571
  }
556
572
 
557
573
  export class ListSessionsRequest extends jspb.Message {
558
- getParent(): string;
559
- setParent(value: string): ListSessionsRequest;
574
+ getParent(): string;
575
+ setParent(value: string): ListSessionsRequest;
560
576
 
561
- getSessionView(): Session.View;
562
- setSessionView(value: Session.View): ListSessionsRequest;
577
+ getSessionView(): Session.View;
578
+ setSessionView(value: Session.View): ListSessionsRequest;
563
579
 
564
- getPageToken(): string;
565
- setPageToken(value: string): ListSessionsRequest;
580
+ getPageToken(): string;
581
+ setPageToken(value: string): ListSessionsRequest;
566
582
 
567
- getSessionFilter(): SessionFilter | undefined;
568
- setSessionFilter(value?: SessionFilter): ListSessionsRequest;
569
- hasSessionFilter(): boolean;
570
- clearSessionFilter(): ListSessionsRequest;
583
+ getSessionFilter(): SessionFilter | undefined;
584
+ setSessionFilter(value?: SessionFilter): ListSessionsRequest;
585
+ hasSessionFilter(): boolean;
586
+ clearSessionFilter(): ListSessionsRequest;
571
587
 
572
- getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
573
- setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): ListSessionsRequest;
574
- hasFieldMask(): boolean;
575
- clearFieldMask(): ListSessionsRequest;
588
+ getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
589
+ setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): ListSessionsRequest;
590
+ hasFieldMask(): boolean;
591
+ clearFieldMask(): ListSessionsRequest;
576
592
 
577
- serializeBinary(): Uint8Array;
578
- toObject(includeInstance?: boolean): ListSessionsRequest.AsObject;
579
- static toObject(includeInstance: boolean, msg: ListSessionsRequest): ListSessionsRequest.AsObject;
580
- static serializeBinaryToWriter(message: ListSessionsRequest, writer: jspb.BinaryWriter): void;
581
- static deserializeBinary(bytes: Uint8Array): ListSessionsRequest;
582
- static deserializeBinaryFromReader(message: ListSessionsRequest, reader: jspb.BinaryReader): ListSessionsRequest;
593
+ serializeBinary(): Uint8Array;
594
+ toObject(includeInstance?: boolean): ListSessionsRequest.AsObject;
595
+ static toObject(includeInstance: boolean, msg: ListSessionsRequest): ListSessionsRequest.AsObject;
596
+ static serializeBinaryToWriter(message: ListSessionsRequest, writer: jspb.BinaryWriter): void;
597
+ static deserializeBinary(bytes: Uint8Array): ListSessionsRequest;
598
+ static deserializeBinaryFromReader(message: ListSessionsRequest, reader: jspb.BinaryReader): ListSessionsRequest;
583
599
  }
584
600
 
585
601
  export namespace ListSessionsRequest {
586
- export type AsObject = {
587
- parent: string;
588
- sessionView: Session.View;
589
- pageToken: string;
590
- sessionFilter?: SessionFilter.AsObject;
591
- fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject;
592
- };
602
+ export type AsObject = {
603
+ parent: string,
604
+ sessionView: Session.View,
605
+ pageToken: string,
606
+ sessionFilter?: SessionFilter.AsObject,
607
+ fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
608
+ }
593
609
  }
594
610
 
595
611
  export class ContextFilter extends jspb.Message {
596
- getContextName(): string;
597
- setContextName(value: string): ContextFilter;
612
+ getContextName(): string;
613
+ setContextName(value: string): ContextFilter;
598
614
 
599
- getKey(): string;
600
- setKey(value: string): ContextFilter;
615
+ getKey(): string;
616
+ setKey(value: string): ContextFilter;
601
617
 
602
- getValue(): string;
603
- setValue(value: string): ContextFilter;
618
+ getValue(): string;
619
+ setValue(value: string): ContextFilter;
604
620
 
605
- getOperator(): ComparisonOperator;
606
- setOperator(value: ComparisonOperator): ContextFilter;
621
+ getOperator(): ComparisonOperator;
622
+ setOperator(value: ComparisonOperator): ContextFilter;
607
623
 
608
- serializeBinary(): Uint8Array;
609
- toObject(includeInstance?: boolean): ContextFilter.AsObject;
610
- static toObject(includeInstance: boolean, msg: ContextFilter): ContextFilter.AsObject;
611
- static serializeBinaryToWriter(message: ContextFilter, writer: jspb.BinaryWriter): void;
612
- static deserializeBinary(bytes: Uint8Array): ContextFilter;
613
- static deserializeBinaryFromReader(message: ContextFilter, reader: jspb.BinaryReader): ContextFilter;
624
+ serializeBinary(): Uint8Array;
625
+ toObject(includeInstance?: boolean): ContextFilter.AsObject;
626
+ static toObject(includeInstance: boolean, msg: ContextFilter): ContextFilter.AsObject;
627
+ static serializeBinaryToWriter(message: ContextFilter, writer: jspb.BinaryWriter): void;
628
+ static deserializeBinary(bytes: Uint8Array): ContextFilter;
629
+ static deserializeBinaryFromReader(message: ContextFilter, reader: jspb.BinaryReader): ContextFilter;
614
630
  }
615
631
 
616
632
  export namespace ContextFilter {
617
- export type AsObject = {
618
- contextName: string;
619
- key: string;
620
- value: string;
621
- operator: ComparisonOperator;
622
- };
633
+ export type AsObject = {
634
+ contextName: string,
635
+ key: string,
636
+ value: string,
637
+ operator: ComparisonOperator,
638
+ }
623
639
  }
624
640
 
625
641
  export class SessionFilter extends jspb.Message {
626
- getLanguageCodesList(): Array<string>;
627
- setLanguageCodesList(value: Array<string>): SessionFilter;
628
- clearLanguageCodesList(): SessionFilter;
629
- addLanguageCodes(value: string, index?: number): SessionFilter;
642
+ getLanguageCodesList(): Array<string>;
643
+ setLanguageCodesList(value: Array<string>): SessionFilter;
644
+ clearLanguageCodesList(): SessionFilter;
645
+ addLanguageCodes(value: string, index?: number): SessionFilter;
646
+
647
+ getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
648
+ setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionFilter;
649
+ clearMatchedIntentsList(): SessionFilter;
650
+ addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
630
651
 
631
- getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
632
- setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionFilter;
633
- clearMatchedIntentsList(): SessionFilter;
634
- addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
652
+ getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
653
+ setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionFilter;
654
+ clearMatchedEntityTypesList(): SessionFilter;
655
+ addMatchedEntityTypes(value?: ondewo_nlu_entity_type_pb.EntityType, index?: number): ondewo_nlu_entity_type_pb.EntityType;
635
656
 
636
- getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
637
- setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionFilter;
638
- clearMatchedEntityTypesList(): SessionFilter;
639
- addMatchedEntityTypes(
640
- value?: ondewo_nlu_entity_type_pb.EntityType,
641
- index?: number
642
- ): ondewo_nlu_entity_type_pb.EntityType;
657
+ getMinIntentsConfidenceMin(): number;
658
+ setMinIntentsConfidenceMin(value: number): SessionFilter;
643
659
 
644
- getMinIntentsConfidenceMin(): number;
645
- setMinIntentsConfidenceMin(value: number): SessionFilter;
660
+ getMinIntentsConfidenceMax(): number;
661
+ setMinIntentsConfidenceMax(value: number): SessionFilter;
646
662
 
647
- getMinIntentsConfidenceMax(): number;
648
- setMinIntentsConfidenceMax(value: number): SessionFilter;
663
+ getMinEntityTypesConfidenceMin(): number;
664
+ setMinEntityTypesConfidenceMin(value: number): SessionFilter;
649
665
 
650
- getMinEntityTypesConfidenceMin(): number;
651
- setMinEntityTypesConfidenceMin(value: number): SessionFilter;
666
+ getMinEntityTypesConfidenceMax(): number;
667
+ setMinEntityTypesConfidenceMax(value: number): SessionFilter;
652
668
 
653
- getMinEntityTypesConfidenceMax(): number;
654
- setMinEntityTypesConfidenceMax(value: number): SessionFilter;
669
+ getEarliest(): number;
670
+ setEarliest(value: number): SessionFilter;
655
671
 
656
- getEarliest(): number;
657
- setEarliest(value: number): SessionFilter;
672
+ getLatest(): number;
673
+ setLatest(value: number): SessionFilter;
658
674
 
659
- getLatest(): number;
660
- setLatest(value: number): SessionFilter;
675
+ getMinNumberTurns(): number;
676
+ setMinNumberTurns(value: number): SessionFilter;
661
677
 
662
- getMinNumberTurns(): number;
663
- setMinNumberTurns(value: number): SessionFilter;
678
+ getMaxNumberTurns(): number;
679
+ setMaxNumberTurns(value: number): SessionFilter;
664
680
 
665
- getMaxNumberTurns(): number;
666
- setMaxNumberTurns(value: number): SessionFilter;
681
+ getLabelsList(): Array<string>;
682
+ setLabelsList(value: Array<string>): SessionFilter;
683
+ clearLabelsList(): SessionFilter;
684
+ addLabels(value: string, index?: number): SessionFilter;
667
685
 
668
- getLabelsList(): Array<string>;
669
- setLabelsList(value: Array<string>): SessionFilter;
670
- clearLabelsList(): SessionFilter;
671
- addLabels(value: string, index?: number): SessionFilter;
686
+ getUserIdsList(): Array<string>;
687
+ setUserIdsList(value: Array<string>): SessionFilter;
688
+ clearUserIdsList(): SessionFilter;
689
+ addUserIds(value: string, index?: number): SessionFilter;
672
690
 
673
- getUserIdsList(): Array<string>;
674
- setUserIdsList(value: Array<string>): SessionFilter;
675
- clearUserIdsList(): SessionFilter;
676
- addUserIds(value: string, index?: number): SessionFilter;
691
+ getIntentTagsList(): Array<string>;
692
+ setIntentTagsList(value: Array<string>): SessionFilter;
693
+ clearIntentTagsList(): SessionFilter;
694
+ addIntentTags(value: string, index?: number): SessionFilter;
677
695
 
678
- getIntentTagsList(): Array<string>;
679
- setIntentTagsList(value: Array<string>): SessionFilter;
680
- clearIntentTagsList(): SessionFilter;
681
- addIntentTags(value: string, index?: number): SessionFilter;
696
+ getSessionIdsList(): Array<string>;
697
+ setSessionIdsList(value: Array<string>): SessionFilter;
698
+ clearSessionIdsList(): SessionFilter;
699
+ addSessionIds(value: string, index?: number): SessionFilter;
682
700
 
683
- getSessionIdsList(): Array<string>;
684
- setSessionIdsList(value: Array<string>): SessionFilter;
685
- clearSessionIdsList(): SessionFilter;
686
- addSessionIds(value: string, index?: number): SessionFilter;
701
+ getInputContextsList(): Array<ondewo_nlu_context_pb.Context>;
702
+ setInputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
703
+ clearInputContextsList(): SessionFilter;
704
+ addInputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
687
705
 
688
- getInputContextsList(): Array<ondewo_nlu_context_pb.Context>;
689
- setInputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
690
- clearInputContextsList(): SessionFilter;
691
- addInputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
706
+ getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
707
+ setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
708
+ clearOutputContextsList(): SessionFilter;
709
+ addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
692
710
 
693
- getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
694
- setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
695
- clearOutputContextsList(): SessionFilter;
696
- addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
711
+ getDurationInSMin(): number;
712
+ setDurationInSMin(value: number): SessionFilter;
697
713
 
698
- getDurationInSMin(): number;
699
- setDurationInSMin(value: number): SessionFilter;
714
+ getDurationInSMax(): number;
715
+ setDurationInSMax(value: number): SessionFilter;
700
716
 
701
- getDurationInSMax(): number;
702
- setDurationInSMax(value: number): SessionFilter;
717
+ getDurationInMMin(): number;
718
+ setDurationInMMin(value: number): SessionFilter;
703
719
 
704
- getDurationInMMin(): number;
705
- setDurationInMMin(value: number): SessionFilter;
720
+ getDurationInMMax(): number;
721
+ setDurationInMMax(value: number): SessionFilter;
706
722
 
707
- getDurationInMMax(): number;
708
- setDurationInMMax(value: number): SessionFilter;
723
+ getDurationInMRoundedMin(): number;
724
+ setDurationInMRoundedMin(value: number): SessionFilter;
709
725
 
710
- getDurationInMRoundedMin(): number;
711
- setDurationInMRoundedMin(value: number): SessionFilter;
726
+ getDurationInMRoundedMax(): number;
727
+ setDurationInMRoundedMax(value: number): SessionFilter;
712
728
 
713
- getDurationInMRoundedMax(): number;
714
- setDurationInMRoundedMax(value: number): SessionFilter;
729
+ getDurationInterval15sRoundedMin(): number;
730
+ setDurationInterval15sRoundedMin(value: number): SessionFilter;
715
731
 
716
- getDurationInterval15sRoundedMin(): number;
717
- setDurationInterval15sRoundedMin(value: number): SessionFilter;
732
+ getDurationInterval15sRoundedMax(): number;
733
+ setDurationInterval15sRoundedMax(value: number): SessionFilter;
718
734
 
719
- getDurationInterval15sRoundedMax(): number;
720
- setDurationInterval15sRoundedMax(value: number): SessionFilter;
735
+ getDurationInterval30sRoundedMin(): number;
736
+ setDurationInterval30sRoundedMin(value: number): SessionFilter;
721
737
 
722
- getDurationInterval30sRoundedMin(): number;
723
- setDurationInterval30sRoundedMin(value: number): SessionFilter;
738
+ getDurationInterval30sRoundedMax(): number;
739
+ setDurationInterval30sRoundedMax(value: number): SessionFilter;
724
740
 
725
- getDurationInterval30sRoundedMax(): number;
726
- setDurationInterval30sRoundedMax(value: number): SessionFilter;
741
+ getDurationInterval45sRoundedMin(): number;
742
+ setDurationInterval45sRoundedMin(value: number): SessionFilter;
727
743
 
728
- getDurationInterval45sRoundedMin(): number;
729
- setDurationInterval45sRoundedMin(value: number): SessionFilter;
744
+ getDurationInterval45sRoundedMax(): number;
745
+ setDurationInterval45sRoundedMax(value: number): SessionFilter;
730
746
 
731
- getDurationInterval45sRoundedMax(): number;
732
- setDurationInterval45sRoundedMax(value: number): SessionFilter;
747
+ getStartedTimeSlotPerHourMin(): string;
748
+ setStartedTimeSlotPerHourMin(value: string): SessionFilter;
733
749
 
734
- getStartedTimeSlotPerHourMin(): string;
735
- setStartedTimeSlotPerHourMin(value: string): SessionFilter;
750
+ getStartedTimeSlotPerHourMax(): string;
751
+ setStartedTimeSlotPerHourMax(value: string): SessionFilter;
736
752
 
737
- getStartedTimeSlotPerHourMax(): string;
738
- setStartedTimeSlotPerHourMax(value: string): SessionFilter;
753
+ getStartedTimeSlotPerQuarterHourMin(): string;
754
+ setStartedTimeSlotPerQuarterHourMin(value: string): SessionFilter;
739
755
 
740
- getStartedTimeSlotPerQuarterHourMin(): string;
741
- setStartedTimeSlotPerQuarterHourMin(value: string): SessionFilter;
756
+ getStartedTimeSlotPerQuarterHourMax(): string;
757
+ setStartedTimeSlotPerQuarterHourMax(value: string): SessionFilter;
742
758
 
743
- getStartedTimeSlotPerQuarterHourMax(): string;
744
- setStartedTimeSlotPerQuarterHourMax(value: string): SessionFilter;
759
+ getStartedTimeSlotPerHalfHourMin(): string;
760
+ setStartedTimeSlotPerHalfHourMin(value: string): SessionFilter;
745
761
 
746
- getStartedTimeSlotPerHalfHourMin(): string;
747
- setStartedTimeSlotPerHalfHourMin(value: string): SessionFilter;
762
+ getStartedTimeSlotPerHalfHourMax(): string;
763
+ setStartedTimeSlotPerHalfHourMax(value: string): SessionFilter;
748
764
 
749
- getStartedTimeSlotPerHalfHourMax(): string;
750
- setStartedTimeSlotPerHalfHourMax(value: string): SessionFilter;
765
+ getStartedTimeSlotPerDayPhaseMin(): string;
766
+ setStartedTimeSlotPerDayPhaseMin(value: string): SessionFilter;
751
767
 
752
- getStartedTimeSlotPerDayPhaseMin(): string;
753
- setStartedTimeSlotPerDayPhaseMin(value: string): SessionFilter;
768
+ getStartedTimeSlotPerDayPhaseMax(): string;
769
+ setStartedTimeSlotPerDayPhaseMax(value: string): SessionFilter;
754
770
 
755
- getStartedTimeSlotPerDayPhaseMax(): string;
756
- setStartedTimeSlotPerDayPhaseMax(value: string): SessionFilter;
771
+ getStartedTimeSlotPerMinuteMin(): string;
772
+ setStartedTimeSlotPerMinuteMin(value: string): SessionFilter;
757
773
 
758
- getStartedTimeSlotPerMinuteMin(): string;
759
- setStartedTimeSlotPerMinuteMin(value: string): SessionFilter;
774
+ getStartedTimeSlotPerMinuteMax(): string;
775
+ setStartedTimeSlotPerMinuteMax(value: string): SessionFilter;
760
776
 
761
- getStartedTimeSlotPerMinuteMax(): string;
762
- setStartedTimeSlotPerMinuteMax(value: string): SessionFilter;
777
+ getDurationInSRoundedMin(): number;
778
+ setDurationInSRoundedMin(value: number): SessionFilter;
763
779
 
764
- getDurationInSRoundedMin(): number;
765
- setDurationInSRoundedMin(value: number): SessionFilter;
780
+ getDurationInSRoundedMax(): number;
781
+ setDurationInSRoundedMax(value: number): SessionFilter;
766
782
 
767
- getDurationInSRoundedMax(): number;
768
- setDurationInSRoundedMax(value: number): SessionFilter;
783
+ getPlatformsList(): Array<ondewo_nlu_intent_pb.Intent.Message.Platform>;
784
+ setPlatformsList(value: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>): SessionFilter;
785
+ clearPlatformsList(): SessionFilter;
786
+ addPlatforms(value: ondewo_nlu_intent_pb.Intent.Message.Platform, index?: number): SessionFilter;
769
787
 
770
- serializeBinary(): Uint8Array;
771
- toObject(includeInstance?: boolean): SessionFilter.AsObject;
772
- static toObject(includeInstance: boolean, msg: SessionFilter): SessionFilter.AsObject;
773
- static serializeBinaryToWriter(message: SessionFilter, writer: jspb.BinaryWriter): void;
774
- static deserializeBinary(bytes: Uint8Array): SessionFilter;
775
- static deserializeBinaryFromReader(message: SessionFilter, reader: jspb.BinaryReader): SessionFilter;
788
+ getAccountIdsList(): Array<string>;
789
+ setAccountIdsList(value: Array<string>): SessionFilter;
790
+ clearAccountIdsList(): SessionFilter;
791
+ addAccountIds(value: string, index?: number): SessionFilter;
792
+
793
+ getPropertyIdsList(): Array<string>;
794
+ setPropertyIdsList(value: Array<string>): SessionFilter;
795
+ clearPropertyIdsList(): SessionFilter;
796
+ addPropertyIds(value: string, index?: number): SessionFilter;
797
+
798
+ getDatastreamIdsList(): Array<string>;
799
+ setDatastreamIdsList(value: Array<string>): SessionFilter;
800
+ clearDatastreamIdsList(): SessionFilter;
801
+ addDatastreamIds(value: string, index?: number): SessionFilter;
802
+
803
+ getOriginIdsList(): Array<string>;
804
+ setOriginIdsList(value: Array<string>): SessionFilter;
805
+ clearOriginIdsList(): SessionFilter;
806
+ addOriginIds(value: string, index?: number): SessionFilter;
807
+
808
+ getIdentifiedUserIdsList(): Array<string>;
809
+ setIdentifiedUserIdsList(value: Array<string>): SessionFilter;
810
+ clearIdentifiedUserIdsList(): SessionFilter;
811
+ addIdentifiedUserIds(value: string, index?: number): SessionFilter;
812
+
813
+ serializeBinary(): Uint8Array;
814
+ toObject(includeInstance?: boolean): SessionFilter.AsObject;
815
+ static toObject(includeInstance: boolean, msg: SessionFilter): SessionFilter.AsObject;
816
+ static serializeBinaryToWriter(message: SessionFilter, writer: jspb.BinaryWriter): void;
817
+ static deserializeBinary(bytes: Uint8Array): SessionFilter;
818
+ static deserializeBinaryFromReader(message: SessionFilter, reader: jspb.BinaryReader): SessionFilter;
776
819
  }
777
820
 
778
821
  export namespace SessionFilter {
779
- export type AsObject = {
780
- languageCodesList: Array<string>;
781
- matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>;
782
- matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>;
783
- minIntentsConfidenceMin: number;
784
- minIntentsConfidenceMax: number;
785
- minEntityTypesConfidenceMin: number;
786
- minEntityTypesConfidenceMax: number;
787
- earliest: number;
788
- latest: number;
789
- minNumberTurns: number;
790
- maxNumberTurns: number;
791
- labelsList: Array<string>;
792
- userIdsList: Array<string>;
793
- intentTagsList: Array<string>;
794
- sessionIdsList: Array<string>;
795
- inputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
796
- outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
797
- durationInSMin: number;
798
- durationInSMax: number;
799
- durationInMMin: number;
800
- durationInMMax: number;
801
- durationInMRoundedMin: number;
802
- durationInMRoundedMax: number;
803
- durationInterval15sRoundedMin: number;
804
- durationInterval15sRoundedMax: number;
805
- durationInterval30sRoundedMin: number;
806
- durationInterval30sRoundedMax: number;
807
- durationInterval45sRoundedMin: number;
808
- durationInterval45sRoundedMax: number;
809
- startedTimeSlotPerHourMin: string;
810
- startedTimeSlotPerHourMax: string;
811
- startedTimeSlotPerQuarterHourMin: string;
812
- startedTimeSlotPerQuarterHourMax: string;
813
- startedTimeSlotPerHalfHourMin: string;
814
- startedTimeSlotPerHalfHourMax: string;
815
- startedTimeSlotPerDayPhaseMin: string;
816
- startedTimeSlotPerDayPhaseMax: string;
817
- startedTimeSlotPerMinuteMin: string;
818
- startedTimeSlotPerMinuteMax: string;
819
- durationInSRoundedMin: number;
820
- durationInSRoundedMax: number;
821
- };
822
+ export type AsObject = {
823
+ languageCodesList: Array<string>,
824
+ matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>,
825
+ matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>,
826
+ minIntentsConfidenceMin: number,
827
+ minIntentsConfidenceMax: number,
828
+ minEntityTypesConfidenceMin: number,
829
+ minEntityTypesConfidenceMax: number,
830
+ earliest: number,
831
+ latest: number,
832
+ minNumberTurns: number,
833
+ maxNumberTurns: number,
834
+ labelsList: Array<string>,
835
+ userIdsList: Array<string>,
836
+ intentTagsList: Array<string>,
837
+ sessionIdsList: Array<string>,
838
+ inputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
839
+ outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
840
+ durationInSMin: number,
841
+ durationInSMax: number,
842
+ durationInMMin: number,
843
+ durationInMMax: number,
844
+ durationInMRoundedMin: number,
845
+ durationInMRoundedMax: number,
846
+ durationInterval15sRoundedMin: number,
847
+ durationInterval15sRoundedMax: number,
848
+ durationInterval30sRoundedMin: number,
849
+ durationInterval30sRoundedMax: number,
850
+ durationInterval45sRoundedMin: number,
851
+ durationInterval45sRoundedMax: number,
852
+ startedTimeSlotPerHourMin: string,
853
+ startedTimeSlotPerHourMax: string,
854
+ startedTimeSlotPerQuarterHourMin: string,
855
+ startedTimeSlotPerQuarterHourMax: string,
856
+ startedTimeSlotPerHalfHourMin: string,
857
+ startedTimeSlotPerHalfHourMax: string,
858
+ startedTimeSlotPerDayPhaseMin: string,
859
+ startedTimeSlotPerDayPhaseMax: string,
860
+ startedTimeSlotPerMinuteMin: string,
861
+ startedTimeSlotPerMinuteMax: string,
862
+ durationInSRoundedMin: number,
863
+ durationInSRoundedMax: number,
864
+ platformsList: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>,
865
+ accountIdsList: Array<string>,
866
+ propertyIdsList: Array<string>,
867
+ datastreamIdsList: Array<string>,
868
+ originIdsList: Array<string>,
869
+ identifiedUserIdsList: Array<string>,
870
+ }
822
871
  }
823
872
 
824
873
  export class SessionInfo extends jspb.Message {
825
- getLanguageCodesList(): Array<string>;
826
- setLanguageCodesList(value: Array<string>): SessionInfo;
827
- clearLanguageCodesList(): SessionInfo;
828
- addLanguageCodes(value: string, index?: number): SessionInfo;
874
+ getLanguageCodesList(): Array<string>;
875
+ setLanguageCodesList(value: Array<string>): SessionInfo;
876
+ clearLanguageCodesList(): SessionInfo;
877
+ addLanguageCodes(value: string, index?: number): SessionInfo;
878
+
879
+ getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
880
+ setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionInfo;
881
+ clearMatchedIntentsList(): SessionInfo;
882
+ addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
883
+
884
+ getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
885
+ setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionInfo;
886
+ clearMatchedEntityTypesList(): SessionInfo;
887
+ addMatchedEntityTypes(value?: ondewo_nlu_entity_type_pb.EntityType, index?: number): ondewo_nlu_entity_type_pb.EntityType;
888
+
889
+ getMinIntentsConfidence(): number;
890
+ setMinIntentsConfidence(value: number): SessionInfo;
891
+
892
+ getMinEntityTypesConfidence(): number;
893
+ setMinEntityTypesConfidence(value: number): SessionInfo;
829
894
 
830
- getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
831
- setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionInfo;
832
- clearMatchedIntentsList(): SessionInfo;
833
- addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
895
+ getEarliest(): number;
896
+ setEarliest(value: number): SessionInfo;
834
897
 
835
- getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
836
- setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionInfo;
837
- clearMatchedEntityTypesList(): SessionInfo;
838
- addMatchedEntityTypes(
839
- value?: ondewo_nlu_entity_type_pb.EntityType,
840
- index?: number
841
- ): ondewo_nlu_entity_type_pb.EntityType;
898
+ getLatest(): number;
899
+ setLatest(value: number): SessionInfo;
842
900
 
843
- getMinIntentsConfidence(): number;
844
- setMinIntentsConfidence(value: number): SessionInfo;
901
+ getNumberTurns(): number;
902
+ setNumberTurns(value: number): SessionInfo;
845
903
 
846
- getMinEntityTypesConfidence(): number;
847
- setMinEntityTypesConfidence(value: number): SessionInfo;
904
+ getLabelsList(): Array<string>;
905
+ setLabelsList(value: Array<string>): SessionInfo;
906
+ clearLabelsList(): SessionInfo;
907
+ addLabels(value: string, index?: number): SessionInfo;
848
908
 
849
- getEarliest(): number;
850
- setEarliest(value: number): SessionInfo;
909
+ getUserIdsList(): Array<string>;
910
+ setUserIdsList(value: Array<string>): SessionInfo;
911
+ clearUserIdsList(): SessionInfo;
912
+ addUserIds(value: string, index?: number): SessionInfo;
851
913
 
852
- getLatest(): number;
853
- setLatest(value: number): SessionInfo;
914
+ getIntentTagsList(): Array<string>;
915
+ setIntentTagsList(value: Array<string>): SessionInfo;
916
+ clearIntentTagsList(): SessionInfo;
917
+ addIntentTags(value: string, index?: number): SessionInfo;
854
918
 
855
- getNumberTurns(): number;
856
- setNumberTurns(value: number): SessionInfo;
919
+ getInputContextStepsList(): Array<SessionInfo.ContextSteps>;
920
+ setInputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
921
+ clearInputContextStepsList(): SessionInfo;
922
+ addInputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
857
923
 
858
- getLabelsList(): Array<string>;
859
- setLabelsList(value: Array<string>): SessionInfo;
860
- clearLabelsList(): SessionInfo;
861
- addLabels(value: string, index?: number): SessionInfo;
924
+ getOutputContextStepsList(): Array<SessionInfo.ContextSteps>;
925
+ setOutputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
926
+ clearOutputContextStepsList(): SessionInfo;
927
+ addOutputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
862
928
 
863
- getUserIdsList(): Array<string>;
864
- setUserIdsList(value: Array<string>): SessionInfo;
865
- clearUserIdsList(): SessionInfo;
866
- addUserIds(value: string, index?: number): SessionInfo;
929
+ getDurationInS(): number;
930
+ setDurationInS(value: number): SessionInfo;
867
931
 
868
- getIntentTagsList(): Array<string>;
869
- setIntentTagsList(value: Array<string>): SessionInfo;
870
- clearIntentTagsList(): SessionInfo;
871
- addIntentTags(value: string, index?: number): SessionInfo;
932
+ getDurationInM(): number;
933
+ setDurationInM(value: number): SessionInfo;
872
934
 
873
- getInputContextStepsList(): Array<SessionInfo.ContextSteps>;
874
- setInputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
875
- clearInputContextStepsList(): SessionInfo;
876
- addInputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
935
+ getDurationInMRounded(): number;
936
+ setDurationInMRounded(value: number): SessionInfo;
877
937
 
878
- getOutputContextStepsList(): Array<SessionInfo.ContextSteps>;
879
- setOutputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
880
- clearOutputContextStepsList(): SessionInfo;
881
- addOutputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
938
+ getDurationInterval15sRounded(): number;
939
+ setDurationInterval15sRounded(value: number): SessionInfo;
882
940
 
883
- getDurationInS(): number;
884
- setDurationInS(value: number): SessionInfo;
941
+ getDurationInterval30sRounded(): number;
942
+ setDurationInterval30sRounded(value: number): SessionInfo;
885
943
 
886
- getDurationInM(): number;
887
- setDurationInM(value: number): SessionInfo;
944
+ getDurationInterval45sRounded(): number;
945
+ setDurationInterval45sRounded(value: number): SessionInfo;
888
946
 
889
- getDurationInMRounded(): number;
890
- setDurationInMRounded(value: number): SessionInfo;
947
+ getStartedTimeSlotPerHour(): string;
948
+ setStartedTimeSlotPerHour(value: string): SessionInfo;
891
949
 
892
- getDurationInterval15sRounded(): number;
893
- setDurationInterval15sRounded(value: number): SessionInfo;
950
+ getStartedTimeSlotPerQuarterHour(): string;
951
+ setStartedTimeSlotPerQuarterHour(value: string): SessionInfo;
894
952
 
895
- getDurationInterval30sRounded(): number;
896
- setDurationInterval30sRounded(value: number): SessionInfo;
953
+ getStartedTimeSlotPerHalfHour(): string;
954
+ setStartedTimeSlotPerHalfHour(value: string): SessionInfo;
897
955
 
898
- getDurationInterval45sRounded(): number;
899
- setDurationInterval45sRounded(value: number): SessionInfo;
956
+ getStartedTimeSlotPerDayPhase(): string;
957
+ setStartedTimeSlotPerDayPhase(value: string): SessionInfo;
900
958
 
901
- getStartedTimeSlotPerHour(): string;
902
- setStartedTimeSlotPerHour(value: string): SessionInfo;
959
+ getStartedTimeSlotPerMinute(): string;
960
+ setStartedTimeSlotPerMinute(value: string): SessionInfo;
903
961
 
904
- getStartedTimeSlotPerQuarterHour(): string;
905
- setStartedTimeSlotPerQuarterHour(value: string): SessionInfo;
962
+ getDurationInSRounded(): number;
963
+ setDurationInSRounded(value: number): SessionInfo;
906
964
 
907
- getStartedTimeSlotPerHalfHour(): string;
908
- setStartedTimeSlotPerHalfHour(value: string): SessionInfo;
965
+ getPlatformsList(): Array<ondewo_nlu_intent_pb.Intent.Message.Platform>;
966
+ setPlatformsList(value: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>): SessionInfo;
967
+ clearPlatformsList(): SessionInfo;
968
+ addPlatforms(value: ondewo_nlu_intent_pb.Intent.Message.Platform, index?: number): SessionInfo;
909
969
 
910
- getStartedTimeSlotPerDayPhase(): string;
911
- setStartedTimeSlotPerDayPhase(value: string): SessionInfo;
970
+ getAccountIdsList(): Array<string>;
971
+ setAccountIdsList(value: Array<string>): SessionInfo;
972
+ clearAccountIdsList(): SessionInfo;
973
+ addAccountIds(value: string, index?: number): SessionInfo;
912
974
 
913
- getStartedTimeSlotPerMinute(): string;
914
- setStartedTimeSlotPerMinute(value: string): SessionInfo;
975
+ getPropertyIdsList(): Array<string>;
976
+ setPropertyIdsList(value: Array<string>): SessionInfo;
977
+ clearPropertyIdsList(): SessionInfo;
978
+ addPropertyIds(value: string, index?: number): SessionInfo;
915
979
 
916
- getDurationInSRounded(): number;
917
- setDurationInSRounded(value: number): SessionInfo;
980
+ getDatastreamIdsList(): Array<string>;
981
+ setDatastreamIdsList(value: Array<string>): SessionInfo;
982
+ clearDatastreamIdsList(): SessionInfo;
983
+ addDatastreamIds(value: string, index?: number): SessionInfo;
918
984
 
919
- serializeBinary(): Uint8Array;
920
- toObject(includeInstance?: boolean): SessionInfo.AsObject;
921
- static toObject(includeInstance: boolean, msg: SessionInfo): SessionInfo.AsObject;
922
- static serializeBinaryToWriter(message: SessionInfo, writer: jspb.BinaryWriter): void;
923
- static deserializeBinary(bytes: Uint8Array): SessionInfo;
924
- static deserializeBinaryFromReader(message: SessionInfo, reader: jspb.BinaryReader): SessionInfo;
985
+ getOriginIdsList(): Array<string>;
986
+ setOriginIdsList(value: Array<string>): SessionInfo;
987
+ clearOriginIdsList(): SessionInfo;
988
+ addOriginIds(value: string, index?: number): SessionInfo;
989
+
990
+ getIdentifiedUserIdsList(): Array<string>;
991
+ setIdentifiedUserIdsList(value: Array<string>): SessionInfo;
992
+ clearIdentifiedUserIdsList(): SessionInfo;
993
+ addIdentifiedUserIds(value: string, index?: number): SessionInfo;
994
+
995
+ serializeBinary(): Uint8Array;
996
+ toObject(includeInstance?: boolean): SessionInfo.AsObject;
997
+ static toObject(includeInstance: boolean, msg: SessionInfo): SessionInfo.AsObject;
998
+ static serializeBinaryToWriter(message: SessionInfo, writer: jspb.BinaryWriter): void;
999
+ static deserializeBinary(bytes: Uint8Array): SessionInfo;
1000
+ static deserializeBinaryFromReader(message: SessionInfo, reader: jspb.BinaryReader): SessionInfo;
925
1001
  }
926
1002
 
927
1003
  export namespace SessionInfo {
928
- export type AsObject = {
929
- languageCodesList: Array<string>;
930
- matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>;
931
- matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>;
932
- minIntentsConfidence: number;
933
- minEntityTypesConfidence: number;
934
- earliest: number;
935
- latest: number;
936
- numberTurns: number;
937
- labelsList: Array<string>;
938
- userIdsList: Array<string>;
939
- intentTagsList: Array<string>;
940
- inputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>;
941
- outputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>;
942
- durationInS: number;
943
- durationInM: number;
944
- durationInMRounded: number;
945
- durationInterval15sRounded: number;
946
- durationInterval30sRounded: number;
947
- durationInterval45sRounded: number;
948
- startedTimeSlotPerHour: string;
949
- startedTimeSlotPerQuarterHour: string;
950
- startedTimeSlotPerHalfHour: string;
951
- startedTimeSlotPerDayPhase: string;
952
- startedTimeSlotPerMinute: string;
953
- durationInSRounded: number;
954
- };
955
-
956
- export class ContextSteps extends jspb.Message {
957
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
958
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): ContextSteps;
959
- clearContextsList(): ContextSteps;
960
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
961
-
962
- serializeBinary(): Uint8Array;
963
- toObject(includeInstance?: boolean): ContextSteps.AsObject;
964
- static toObject(includeInstance: boolean, msg: ContextSteps): ContextSteps.AsObject;
965
- static serializeBinaryToWriter(message: ContextSteps, writer: jspb.BinaryWriter): void;
966
- static deserializeBinary(bytes: Uint8Array): ContextSteps;
967
- static deserializeBinaryFromReader(message: ContextSteps, reader: jspb.BinaryReader): ContextSteps;
968
- }
969
-
970
- export namespace ContextSteps {
971
- export type AsObject = {
972
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
973
- };
974
- }
1004
+ export type AsObject = {
1005
+ languageCodesList: Array<string>,
1006
+ matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>,
1007
+ matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>,
1008
+ minIntentsConfidence: number,
1009
+ minEntityTypesConfidence: number,
1010
+ earliest: number,
1011
+ latest: number,
1012
+ numberTurns: number,
1013
+ labelsList: Array<string>,
1014
+ userIdsList: Array<string>,
1015
+ intentTagsList: Array<string>,
1016
+ inputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>,
1017
+ outputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>,
1018
+ durationInS: number,
1019
+ durationInM: number,
1020
+ durationInMRounded: number,
1021
+ durationInterval15sRounded: number,
1022
+ durationInterval30sRounded: number,
1023
+ durationInterval45sRounded: number,
1024
+ startedTimeSlotPerHour: string,
1025
+ startedTimeSlotPerQuarterHour: string,
1026
+ startedTimeSlotPerHalfHour: string,
1027
+ startedTimeSlotPerDayPhase: string,
1028
+ startedTimeSlotPerMinute: string,
1029
+ durationInSRounded: number,
1030
+ platformsList: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>,
1031
+ accountIdsList: Array<string>,
1032
+ propertyIdsList: Array<string>,
1033
+ datastreamIdsList: Array<string>,
1034
+ originIdsList: Array<string>,
1035
+ identifiedUserIdsList: Array<string>,
1036
+ }
1037
+
1038
+ export class ContextSteps extends jspb.Message {
1039
+ getContextsList(): Array<ondewo_nlu_context_pb.Context>;
1040
+ setContextsList(value: Array<ondewo_nlu_context_pb.Context>): ContextSteps;
1041
+ clearContextsList(): ContextSteps;
1042
+ addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1043
+
1044
+ serializeBinary(): Uint8Array;
1045
+ toObject(includeInstance?: boolean): ContextSteps.AsObject;
1046
+ static toObject(includeInstance: boolean, msg: ContextSteps): ContextSteps.AsObject;
1047
+ static serializeBinaryToWriter(message: ContextSteps, writer: jspb.BinaryWriter): void;
1048
+ static deserializeBinary(bytes: Uint8Array): ContextSteps;
1049
+ static deserializeBinaryFromReader(message: ContextSteps, reader: jspb.BinaryReader): ContextSteps;
1050
+ }
1051
+
1052
+ export namespace ContextSteps {
1053
+ export type AsObject = {
1054
+ contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
1055
+ }
1056
+ }
1057
+
975
1058
  }
976
1059
 
977
1060
  export class ListSessionsResponse extends jspb.Message {
978
- getSessionsList(): Array<Session>;
979
- setSessionsList(value: Array<Session>): ListSessionsResponse;
980
- clearSessionsList(): ListSessionsResponse;
981
- addSessions(value?: Session, index?: number): Session;
1061
+ getSessionsList(): Array<Session>;
1062
+ setSessionsList(value: Array<Session>): ListSessionsResponse;
1063
+ clearSessionsList(): ListSessionsResponse;
1064
+ addSessions(value?: Session, index?: number): Session;
982
1065
 
983
- getNextPageToken(): string;
984
- setNextPageToken(value: string): ListSessionsResponse;
1066
+ getNextPageToken(): string;
1067
+ setNextPageToken(value: string): ListSessionsResponse;
985
1068
 
986
- serializeBinary(): Uint8Array;
987
- toObject(includeInstance?: boolean): ListSessionsResponse.AsObject;
988
- static toObject(includeInstance: boolean, msg: ListSessionsResponse): ListSessionsResponse.AsObject;
989
- static serializeBinaryToWriter(message: ListSessionsResponse, writer: jspb.BinaryWriter): void;
990
- static deserializeBinary(bytes: Uint8Array): ListSessionsResponse;
991
- static deserializeBinaryFromReader(message: ListSessionsResponse, reader: jspb.BinaryReader): ListSessionsResponse;
1069
+ serializeBinary(): Uint8Array;
1070
+ toObject(includeInstance?: boolean): ListSessionsResponse.AsObject;
1071
+ static toObject(includeInstance: boolean, msg: ListSessionsResponse): ListSessionsResponse.AsObject;
1072
+ static serializeBinaryToWriter(message: ListSessionsResponse, writer: jspb.BinaryWriter): void;
1073
+ static deserializeBinary(bytes: Uint8Array): ListSessionsResponse;
1074
+ static deserializeBinaryFromReader(message: ListSessionsResponse, reader: jspb.BinaryReader): ListSessionsResponse;
992
1075
  }
993
1076
 
994
1077
  export namespace ListSessionsResponse {
995
- export type AsObject = {
996
- sessionsList: Array<Session.AsObject>;
997
- nextPageToken: string;
998
- };
1078
+ export type AsObject = {
1079
+ sessionsList: Array<Session.AsObject>,
1080
+ nextPageToken: string,
1081
+ }
999
1082
  }
1000
1083
 
1001
1084
  export class GetSessionRequest extends jspb.Message {
1002
- getSessionId(): string;
1003
- setSessionId(value: string): GetSessionRequest;
1085
+ getSessionId(): string;
1086
+ setSessionId(value: string): GetSessionRequest;
1004
1087
 
1005
- getSessionView(): Session.View;
1006
- setSessionView(value: Session.View): GetSessionRequest;
1088
+ getSessionView(): Session.View;
1089
+ setSessionView(value: Session.View): GetSessionRequest;
1007
1090
 
1008
- getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
1009
- setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): GetSessionRequest;
1010
- hasFieldMask(): boolean;
1011
- clearFieldMask(): GetSessionRequest;
1091
+ getFieldMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
1092
+ setFieldMask(value?: google_protobuf_field_mask_pb.FieldMask): GetSessionRequest;
1093
+ hasFieldMask(): boolean;
1094
+ clearFieldMask(): GetSessionRequest;
1012
1095
 
1013
- serializeBinary(): Uint8Array;
1014
- toObject(includeInstance?: boolean): GetSessionRequest.AsObject;
1015
- static toObject(includeInstance: boolean, msg: GetSessionRequest): GetSessionRequest.AsObject;
1016
- static serializeBinaryToWriter(message: GetSessionRequest, writer: jspb.BinaryWriter): void;
1017
- static deserializeBinary(bytes: Uint8Array): GetSessionRequest;
1018
- static deserializeBinaryFromReader(message: GetSessionRequest, reader: jspb.BinaryReader): GetSessionRequest;
1096
+ serializeBinary(): Uint8Array;
1097
+ toObject(includeInstance?: boolean): GetSessionRequest.AsObject;
1098
+ static toObject(includeInstance: boolean, msg: GetSessionRequest): GetSessionRequest.AsObject;
1099
+ static serializeBinaryToWriter(message: GetSessionRequest, writer: jspb.BinaryWriter): void;
1100
+ static deserializeBinary(bytes: Uint8Array): GetSessionRequest;
1101
+ static deserializeBinaryFromReader(message: GetSessionRequest, reader: jspb.BinaryReader): GetSessionRequest;
1019
1102
  }
1020
1103
 
1021
1104
  export namespace GetSessionRequest {
1022
- export type AsObject = {
1023
- sessionId: string;
1024
- sessionView: Session.View;
1025
- fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject;
1026
- };
1105
+ export type AsObject = {
1106
+ sessionId: string,
1107
+ sessionView: Session.View,
1108
+ fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
1109
+ }
1027
1110
  }
1028
1111
 
1029
1112
  export class CreateSessionRequest extends jspb.Message {
1030
- getParent(): string;
1031
- setParent(value: string): CreateSessionRequest;
1113
+ getParent(): string;
1114
+ setParent(value: string): CreateSessionRequest;
1115
+
1116
+ getSessionUuid(): string;
1117
+ setSessionUuid(value: string): CreateSessionRequest;
1032
1118
 
1033
- getSessionUuid(): string;
1034
- setSessionUuid(value: string): CreateSessionRequest;
1119
+ getLabelsList(): Array<string>;
1120
+ setLabelsList(value: Array<string>): CreateSessionRequest;
1121
+ clearLabelsList(): CreateSessionRequest;
1122
+ addLabels(value: string, index?: number): CreateSessionRequest;
1035
1123
 
1036
- getLabelsList(): Array<string>;
1037
- setLabelsList(value: Array<string>): CreateSessionRequest;
1038
- clearLabelsList(): CreateSessionRequest;
1039
- addLabels(value: string, index?: number): CreateSessionRequest;
1124
+ getContextsList(): Array<ondewo_nlu_context_pb.Context>;
1125
+ setContextsList(value: Array<ondewo_nlu_context_pb.Context>): CreateSessionRequest;
1126
+ clearContextsList(): CreateSessionRequest;
1127
+ addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1040
1128
 
1041
- serializeBinary(): Uint8Array;
1042
- toObject(includeInstance?: boolean): CreateSessionRequest.AsObject;
1043
- static toObject(includeInstance: boolean, msg: CreateSessionRequest): CreateSessionRequest.AsObject;
1044
- static serializeBinaryToWriter(message: CreateSessionRequest, writer: jspb.BinaryWriter): void;
1045
- static deserializeBinary(bytes: Uint8Array): CreateSessionRequest;
1046
- static deserializeBinaryFromReader(message: CreateSessionRequest, reader: jspb.BinaryReader): CreateSessionRequest;
1129
+ serializeBinary(): Uint8Array;
1130
+ toObject(includeInstance?: boolean): CreateSessionRequest.AsObject;
1131
+ static toObject(includeInstance: boolean, msg: CreateSessionRequest): CreateSessionRequest.AsObject;
1132
+ static serializeBinaryToWriter(message: CreateSessionRequest, writer: jspb.BinaryWriter): void;
1133
+ static deserializeBinary(bytes: Uint8Array): CreateSessionRequest;
1134
+ static deserializeBinaryFromReader(message: CreateSessionRequest, reader: jspb.BinaryReader): CreateSessionRequest;
1047
1135
  }
1048
1136
 
1049
1137
  export namespace CreateSessionRequest {
1050
- export type AsObject = {
1051
- parent: string;
1052
- sessionUuid: string;
1053
- labelsList: Array<string>;
1054
- };
1138
+ export type AsObject = {
1139
+ parent: string,
1140
+ sessionUuid: string,
1141
+ labelsList: Array<string>,
1142
+ contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
1143
+ }
1055
1144
  }
1056
1145
 
1057
1146
  export class DeleteSessionRequest extends jspb.Message {
1058
- getSessionId(): string;
1059
- setSessionId(value: string): DeleteSessionRequest;
1147
+ getSessionId(): string;
1148
+ setSessionId(value: string): DeleteSessionRequest;
1060
1149
 
1061
- serializeBinary(): Uint8Array;
1062
- toObject(includeInstance?: boolean): DeleteSessionRequest.AsObject;
1063
- static toObject(includeInstance: boolean, msg: DeleteSessionRequest): DeleteSessionRequest.AsObject;
1064
- static serializeBinaryToWriter(message: DeleteSessionRequest, writer: jspb.BinaryWriter): void;
1065
- static deserializeBinary(bytes: Uint8Array): DeleteSessionRequest;
1066
- static deserializeBinaryFromReader(message: DeleteSessionRequest, reader: jspb.BinaryReader): DeleteSessionRequest;
1150
+ serializeBinary(): Uint8Array;
1151
+ toObject(includeInstance?: boolean): DeleteSessionRequest.AsObject;
1152
+ static toObject(includeInstance: boolean, msg: DeleteSessionRequest): DeleteSessionRequest.AsObject;
1153
+ static serializeBinaryToWriter(message: DeleteSessionRequest, writer: jspb.BinaryWriter): void;
1154
+ static deserializeBinary(bytes: Uint8Array): DeleteSessionRequest;
1155
+ static deserializeBinaryFromReader(message: DeleteSessionRequest, reader: jspb.BinaryReader): DeleteSessionRequest;
1067
1156
  }
1068
1157
 
1069
1158
  export namespace DeleteSessionRequest {
1070
- export type AsObject = {
1071
- sessionId: string;
1072
- };
1159
+ export type AsObject = {
1160
+ sessionId: string,
1161
+ }
1073
1162
  }
1074
1163
 
1075
1164
  export class CreateSessionReviewRequest extends jspb.Message {
1076
- getSessionId(): string;
1077
- setSessionId(value: string): CreateSessionReviewRequest;
1165
+ getSessionId(): string;
1166
+ setSessionId(value: string): CreateSessionReviewRequest;
1078
1167
 
1079
- getParentReviewId(): string;
1080
- setParentReviewId(value: string): CreateSessionReviewRequest;
1168
+ getParentReviewId(): string;
1169
+ setParentReviewId(value: string): CreateSessionReviewRequest;
1081
1170
 
1082
- getSessionReview(): SessionReview | undefined;
1083
- setSessionReview(value?: SessionReview): CreateSessionReviewRequest;
1084
- hasSessionReview(): boolean;
1085
- clearSessionReview(): CreateSessionReviewRequest;
1171
+ getSessionReview(): SessionReview | undefined;
1172
+ setSessionReview(value?: SessionReview): CreateSessionReviewRequest;
1173
+ hasSessionReview(): boolean;
1174
+ clearSessionReview(): CreateSessionReviewRequest;
1086
1175
 
1087
- getSessionReviewView(): SessionReview.View;
1088
- setSessionReviewView(value: SessionReview.View): CreateSessionReviewRequest;
1176
+ getSessionReviewView(): SessionReview.View;
1177
+ setSessionReviewView(value: SessionReview.View): CreateSessionReviewRequest;
1089
1178
 
1090
- serializeBinary(): Uint8Array;
1091
- toObject(includeInstance?: boolean): CreateSessionReviewRequest.AsObject;
1092
- static toObject(includeInstance: boolean, msg: CreateSessionReviewRequest): CreateSessionReviewRequest.AsObject;
1093
- static serializeBinaryToWriter(message: CreateSessionReviewRequest, writer: jspb.BinaryWriter): void;
1094
- static deserializeBinary(bytes: Uint8Array): CreateSessionReviewRequest;
1095
- static deserializeBinaryFromReader(
1096
- message: CreateSessionReviewRequest,
1097
- reader: jspb.BinaryReader
1098
- ): CreateSessionReviewRequest;
1179
+ serializeBinary(): Uint8Array;
1180
+ toObject(includeInstance?: boolean): CreateSessionReviewRequest.AsObject;
1181
+ static toObject(includeInstance: boolean, msg: CreateSessionReviewRequest): CreateSessionReviewRequest.AsObject;
1182
+ static serializeBinaryToWriter(message: CreateSessionReviewRequest, writer: jspb.BinaryWriter): void;
1183
+ static deserializeBinary(bytes: Uint8Array): CreateSessionReviewRequest;
1184
+ static deserializeBinaryFromReader(message: CreateSessionReviewRequest, reader: jspb.BinaryReader): CreateSessionReviewRequest;
1099
1185
  }
1100
1186
 
1101
1187
  export namespace CreateSessionReviewRequest {
1102
- export type AsObject = {
1103
- sessionId: string;
1104
- parentReviewId: string;
1105
- sessionReview?: SessionReview.AsObject;
1106
- sessionReviewView: SessionReview.View;
1107
- };
1188
+ export type AsObject = {
1189
+ sessionId: string,
1190
+ parentReviewId: string,
1191
+ sessionReview?: SessionReview.AsObject,
1192
+ sessionReviewView: SessionReview.View,
1193
+ }
1108
1194
  }
1109
1195
 
1110
1196
  export class SessionReview extends jspb.Message {
1111
- getName(): string;
1112
- setName(value: string): SessionReview;
1197
+ getName(): string;
1198
+ setName(value: string): SessionReview;
1113
1199
 
1114
- getSessionReviewStepsList(): Array<SessionReviewStep>;
1115
- setSessionReviewStepsList(value: Array<SessionReviewStep>): SessionReview;
1116
- clearSessionReviewStepsList(): SessionReview;
1117
- addSessionReviewSteps(value?: SessionReviewStep, index?: number): SessionReviewStep;
1200
+ getSessionReviewStepsList(): Array<SessionReviewStep>;
1201
+ setSessionReviewStepsList(value: Array<SessionReviewStep>): SessionReview;
1202
+ clearSessionReviewStepsList(): SessionReview;
1203
+ addSessionReviewSteps(value?: SessionReviewStep, index?: number): SessionReviewStep;
1118
1204
 
1119
- serializeBinary(): Uint8Array;
1120
- toObject(includeInstance?: boolean): SessionReview.AsObject;
1121
- static toObject(includeInstance: boolean, msg: SessionReview): SessionReview.AsObject;
1122
- static serializeBinaryToWriter(message: SessionReview, writer: jspb.BinaryWriter): void;
1123
- static deserializeBinary(bytes: Uint8Array): SessionReview;
1124
- static deserializeBinaryFromReader(message: SessionReview, reader: jspb.BinaryReader): SessionReview;
1205
+ serializeBinary(): Uint8Array;
1206
+ toObject(includeInstance?: boolean): SessionReview.AsObject;
1207
+ static toObject(includeInstance: boolean, msg: SessionReview): SessionReview.AsObject;
1208
+ static serializeBinaryToWriter(message: SessionReview, writer: jspb.BinaryWriter): void;
1209
+ static deserializeBinary(bytes: Uint8Array): SessionReview;
1210
+ static deserializeBinaryFromReader(message: SessionReview, reader: jspb.BinaryReader): SessionReview;
1125
1211
  }
1126
1212
 
1127
1213
  export namespace SessionReview {
1128
- export type AsObject = {
1129
- name: string;
1130
- sessionReviewStepsList: Array<SessionReviewStep.AsObject>;
1131
- };
1214
+ export type AsObject = {
1215
+ name: string,
1216
+ sessionReviewStepsList: Array<SessionReviewStep.AsObject>,
1217
+ }
1132
1218
 
1133
- export enum View {
1134
- VIEW_UNSPECIFIED = 0,
1135
- VIEW_FULL = 1,
1136
- VIEW_SPARSE = 2
1137
- }
1219
+ export enum View {
1220
+ VIEW_UNSPECIFIED = 0,
1221
+ VIEW_FULL = 1,
1222
+ VIEW_SPARSE = 2,
1223
+ }
1138
1224
  }
1139
1225
 
1140
1226
  export class SessionReviewStep extends jspb.Message {
1141
- getName(): string;
1142
- setName(value: string): SessionReviewStep;
1227
+ getName(): string;
1228
+ setName(value: string): SessionReviewStep;
1143
1229
 
1144
- getAnnotatedUsersays(): ondewo_nlu_intent_pb.Intent.TrainingPhrase | undefined;
1145
- setAnnotatedUsersays(value?: ondewo_nlu_intent_pb.Intent.TrainingPhrase): SessionReviewStep;
1146
- hasAnnotatedUsersays(): boolean;
1147
- clearAnnotatedUsersays(): SessionReviewStep;
1230
+ getAnnotatedUsersays(): ondewo_nlu_intent_pb.Intent.TrainingPhrase | undefined;
1231
+ setAnnotatedUsersays(value?: ondewo_nlu_intent_pb.Intent.TrainingPhrase): SessionReviewStep;
1232
+ hasAnnotatedUsersays(): boolean;
1233
+ clearAnnotatedUsersays(): SessionReviewStep;
1148
1234
 
1149
- getLanguageCode(): string;
1150
- setLanguageCode(value: string): SessionReviewStep;
1235
+ getLanguageCode(): string;
1236
+ setLanguageCode(value: string): SessionReviewStep;
1151
1237
 
1152
- getDetectedIntentsList(): Array<DetectedIntent>;
1153
- setDetectedIntentsList(value: Array<DetectedIntent>): SessionReviewStep;
1154
- clearDetectedIntentsList(): SessionReviewStep;
1155
- addDetectedIntents(value?: DetectedIntent, index?: number): DetectedIntent;
1238
+ getDetectedIntentsList(): Array<DetectedIntent>;
1239
+ setDetectedIntentsList(value: Array<DetectedIntent>): SessionReviewStep;
1240
+ clearDetectedIntentsList(): SessionReviewStep;
1241
+ addDetectedIntents(value?: DetectedIntent, index?: number): DetectedIntent;
1156
1242
 
1157
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
1158
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
1159
- clearContextsList(): SessionReviewStep;
1160
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1243
+ getContextsList(): Array<ondewo_nlu_context_pb.Context>;
1244
+ setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
1245
+ clearContextsList(): SessionReviewStep;
1246
+ addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1161
1247
 
1162
- getContextsOutList(): Array<ondewo_nlu_context_pb.Context>;
1163
- setContextsOutList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
1164
- clearContextsOutList(): SessionReviewStep;
1165
- addContextsOut(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1248
+ getContextsOutList(): Array<ondewo_nlu_context_pb.Context>;
1249
+ setContextsOutList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
1250
+ clearContextsOutList(): SessionReviewStep;
1251
+ addContextsOut(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1166
1252
 
1167
- serializeBinary(): Uint8Array;
1168
- toObject(includeInstance?: boolean): SessionReviewStep.AsObject;
1169
- static toObject(includeInstance: boolean, msg: SessionReviewStep): SessionReviewStep.AsObject;
1170
- static serializeBinaryToWriter(message: SessionReviewStep, writer: jspb.BinaryWriter): void;
1171
- static deserializeBinary(bytes: Uint8Array): SessionReviewStep;
1172
- static deserializeBinaryFromReader(message: SessionReviewStep, reader: jspb.BinaryReader): SessionReviewStep;
1253
+ getQueryTextOriginal(): string;
1254
+ setQueryTextOriginal(value: string): SessionReviewStep;
1255
+
1256
+ getPlatformsList(): Array<ondewo_nlu_intent_pb.Intent.Message.Platform>;
1257
+ setPlatformsList(value: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>): SessionReviewStep;
1258
+ clearPlatformsList(): SessionReviewStep;
1259
+ addPlatforms(value: ondewo_nlu_intent_pb.Intent.Message.Platform, index?: number): SessionReviewStep;
1260
+
1261
+ serializeBinary(): Uint8Array;
1262
+ toObject(includeInstance?: boolean): SessionReviewStep.AsObject;
1263
+ static toObject(includeInstance: boolean, msg: SessionReviewStep): SessionReviewStep.AsObject;
1264
+ static serializeBinaryToWriter(message: SessionReviewStep, writer: jspb.BinaryWriter): void;
1265
+ static deserializeBinary(bytes: Uint8Array): SessionReviewStep;
1266
+ static deserializeBinaryFromReader(message: SessionReviewStep, reader: jspb.BinaryReader): SessionReviewStep;
1173
1267
  }
1174
1268
 
1175
1269
  export namespace SessionReviewStep {
1176
- export type AsObject = {
1177
- name: string;
1178
- annotatedUsersays?: ondewo_nlu_intent_pb.Intent.TrainingPhrase.AsObject;
1179
- languageCode: string;
1180
- detectedIntentsList: Array<DetectedIntent.AsObject>;
1181
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>;
1182
- contextsOutList: Array<ondewo_nlu_context_pb.Context.AsObject>;
1183
- };
1270
+ export type AsObject = {
1271
+ name: string,
1272
+ annotatedUsersays?: ondewo_nlu_intent_pb.Intent.TrainingPhrase.AsObject,
1273
+ languageCode: string,
1274
+ detectedIntentsList: Array<DetectedIntent.AsObject>,
1275
+ contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
1276
+ contextsOutList: Array<ondewo_nlu_context_pb.Context.AsObject>,
1277
+ queryTextOriginal: string,
1278
+ platformsList: Array<ondewo_nlu_intent_pb.Intent.Message.Platform>,
1279
+ }
1184
1280
  }
1185
1281
 
1186
1282
  export class DetectedIntent extends jspb.Message {
1187
- getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
1188
- setIntent(value?: ondewo_nlu_intent_pb.Intent): DetectedIntent;
1189
- hasIntent(): boolean;
1190
- clearIntent(): DetectedIntent;
1283
+ getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
1284
+ setIntent(value?: ondewo_nlu_intent_pb.Intent): DetectedIntent;
1285
+ hasIntent(): boolean;
1286
+ clearIntent(): DetectedIntent;
1191
1287
 
1192
- getScore(): number;
1193
- setScore(value: number): DetectedIntent;
1288
+ getScore(): number;
1289
+ setScore(value: number): DetectedIntent;
1194
1290
 
1195
- getAlgorithm(): string;
1196
- setAlgorithm(value: string): DetectedIntent;
1291
+ getAlgorithm(): string;
1292
+ setAlgorithm(value: string): DetectedIntent;
1197
1293
 
1198
- getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
1199
- setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): DetectedIntent;
1200
- clearFulfillmentMessagesList(): DetectedIntent;
1201
- addFulfillmentMessages(
1202
- value?: ondewo_nlu_intent_pb.Intent.Message,
1203
- index?: number
1204
- ): ondewo_nlu_intent_pb.Intent.Message;
1294
+ getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
1295
+ setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): DetectedIntent;
1296
+ clearFulfillmentMessagesList(): DetectedIntent;
1297
+ addFulfillmentMessages(value?: ondewo_nlu_intent_pb.Intent.Message, index?: number): ondewo_nlu_intent_pb.Intent.Message;
1205
1298
 
1206
- getRequiredParamMissing(): boolean;
1207
- setRequiredParamMissing(value: boolean): DetectedIntent;
1299
+ getRequiredParamMissing(): boolean;
1300
+ setRequiredParamMissing(value: boolean): DetectedIntent;
1208
1301
 
1209
- serializeBinary(): Uint8Array;
1210
- toObject(includeInstance?: boolean): DetectedIntent.AsObject;
1211
- static toObject(includeInstance: boolean, msg: DetectedIntent): DetectedIntent.AsObject;
1212
- static serializeBinaryToWriter(message: DetectedIntent, writer: jspb.BinaryWriter): void;
1213
- static deserializeBinary(bytes: Uint8Array): DetectedIntent;
1214
- static deserializeBinaryFromReader(message: DetectedIntent, reader: jspb.BinaryReader): DetectedIntent;
1302
+ serializeBinary(): Uint8Array;
1303
+ toObject(includeInstance?: boolean): DetectedIntent.AsObject;
1304
+ static toObject(includeInstance: boolean, msg: DetectedIntent): DetectedIntent.AsObject;
1305
+ static serializeBinaryToWriter(message: DetectedIntent, writer: jspb.BinaryWriter): void;
1306
+ static deserializeBinary(bytes: Uint8Array): DetectedIntent;
1307
+ static deserializeBinaryFromReader(message: DetectedIntent, reader: jspb.BinaryReader): DetectedIntent;
1215
1308
  }
1216
1309
 
1217
1310
  export namespace DetectedIntent {
1218
- export type AsObject = {
1219
- intent?: ondewo_nlu_intent_pb.Intent.AsObject;
1220
- score: number;
1221
- algorithm: string;
1222
- fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>;
1223
- requiredParamMissing: boolean;
1224
- };
1311
+ export type AsObject = {
1312
+ intent?: ondewo_nlu_intent_pb.Intent.AsObject,
1313
+ score: number,
1314
+ algorithm: string,
1315
+ fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>,
1316
+ requiredParamMissing: boolean,
1317
+ }
1225
1318
  }
1226
1319
 
1227
1320
  export class ListSessionLabelsRequest extends jspb.Message {
1228
- getSessionId(): string;
1229
- setSessionId(value: string): ListSessionLabelsRequest;
1321
+ getSessionId(): string;
1322
+ setSessionId(value: string): ListSessionLabelsRequest;
1230
1323
 
1231
- serializeBinary(): Uint8Array;
1232
- toObject(includeInstance?: boolean): ListSessionLabelsRequest.AsObject;
1233
- static toObject(includeInstance: boolean, msg: ListSessionLabelsRequest): ListSessionLabelsRequest.AsObject;
1234
- static serializeBinaryToWriter(message: ListSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1235
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsRequest;
1236
- static deserializeBinaryFromReader(
1237
- message: ListSessionLabelsRequest,
1238
- reader: jspb.BinaryReader
1239
- ): ListSessionLabelsRequest;
1324
+ serializeBinary(): Uint8Array;
1325
+ toObject(includeInstance?: boolean): ListSessionLabelsRequest.AsObject;
1326
+ static toObject(includeInstance: boolean, msg: ListSessionLabelsRequest): ListSessionLabelsRequest.AsObject;
1327
+ static serializeBinaryToWriter(message: ListSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1328
+ static deserializeBinary(bytes: Uint8Array): ListSessionLabelsRequest;
1329
+ static deserializeBinaryFromReader(message: ListSessionLabelsRequest, reader: jspb.BinaryReader): ListSessionLabelsRequest;
1240
1330
  }
1241
1331
 
1242
1332
  export namespace ListSessionLabelsRequest {
1243
- export type AsObject = {
1244
- sessionId: string;
1245
- };
1333
+ export type AsObject = {
1334
+ sessionId: string,
1335
+ }
1246
1336
  }
1247
1337
 
1248
1338
  export class ListSessionLabelsOfAllSessionsRequest extends jspb.Message {
1249
- getParent(): string;
1250
- setParent(value: string): ListSessionLabelsOfAllSessionsRequest;
1251
-
1252
- serializeBinary(): Uint8Array;
1253
- toObject(includeInstance?: boolean): ListSessionLabelsOfAllSessionsRequest.AsObject;
1254
- static toObject(
1255
- includeInstance: boolean,
1256
- msg: ListSessionLabelsOfAllSessionsRequest
1257
- ): ListSessionLabelsOfAllSessionsRequest.AsObject;
1258
- static serializeBinaryToWriter(message: ListSessionLabelsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1259
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsOfAllSessionsRequest;
1260
- static deserializeBinaryFromReader(
1261
- message: ListSessionLabelsOfAllSessionsRequest,
1262
- reader: jspb.BinaryReader
1263
- ): ListSessionLabelsOfAllSessionsRequest;
1339
+ getParent(): string;
1340
+ setParent(value: string): ListSessionLabelsOfAllSessionsRequest;
1341
+
1342
+ getSessionFilter(): SessionFilter | undefined;
1343
+ setSessionFilter(value?: SessionFilter): ListSessionLabelsOfAllSessionsRequest;
1344
+ hasSessionFilter(): boolean;
1345
+ clearSessionFilter(): ListSessionLabelsOfAllSessionsRequest;
1346
+
1347
+ serializeBinary(): Uint8Array;
1348
+ toObject(includeInstance?: boolean): ListSessionLabelsOfAllSessionsRequest.AsObject;
1349
+ static toObject(includeInstance: boolean, msg: ListSessionLabelsOfAllSessionsRequest): ListSessionLabelsOfAllSessionsRequest.AsObject;
1350
+ static serializeBinaryToWriter(message: ListSessionLabelsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1351
+ static deserializeBinary(bytes: Uint8Array): ListSessionLabelsOfAllSessionsRequest;
1352
+ static deserializeBinaryFromReader(message: ListSessionLabelsOfAllSessionsRequest, reader: jspb.BinaryReader): ListSessionLabelsOfAllSessionsRequest;
1264
1353
  }
1265
1354
 
1266
1355
  export namespace ListSessionLabelsOfAllSessionsRequest {
1267
- export type AsObject = {
1268
- parent: string;
1269
- };
1356
+ export type AsObject = {
1357
+ parent: string,
1358
+ sessionFilter?: SessionFilter.AsObject,
1359
+ }
1270
1360
  }
1271
1361
 
1272
1362
  export class ListSessionLabelsResponse extends jspb.Message {
1273
- getLabelsList(): Array<string>;
1274
- setLabelsList(value: Array<string>): ListSessionLabelsResponse;
1275
- clearLabelsList(): ListSessionLabelsResponse;
1276
- addLabels(value: string, index?: number): ListSessionLabelsResponse;
1277
-
1278
- serializeBinary(): Uint8Array;
1279
- toObject(includeInstance?: boolean): ListSessionLabelsResponse.AsObject;
1280
- static toObject(includeInstance: boolean, msg: ListSessionLabelsResponse): ListSessionLabelsResponse.AsObject;
1281
- static serializeBinaryToWriter(message: ListSessionLabelsResponse, writer: jspb.BinaryWriter): void;
1282
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsResponse;
1283
- static deserializeBinaryFromReader(
1284
- message: ListSessionLabelsResponse,
1285
- reader: jspb.BinaryReader
1286
- ): ListSessionLabelsResponse;
1363
+ getLabelsList(): Array<string>;
1364
+ setLabelsList(value: Array<string>): ListSessionLabelsResponse;
1365
+ clearLabelsList(): ListSessionLabelsResponse;
1366
+ addLabels(value: string, index?: number): ListSessionLabelsResponse;
1367
+
1368
+ serializeBinary(): Uint8Array;
1369
+ toObject(includeInstance?: boolean): ListSessionLabelsResponse.AsObject;
1370
+ static toObject(includeInstance: boolean, msg: ListSessionLabelsResponse): ListSessionLabelsResponse.AsObject;
1371
+ static serializeBinaryToWriter(message: ListSessionLabelsResponse, writer: jspb.BinaryWriter): void;
1372
+ static deserializeBinary(bytes: Uint8Array): ListSessionLabelsResponse;
1373
+ static deserializeBinaryFromReader(message: ListSessionLabelsResponse, reader: jspb.BinaryReader): ListSessionLabelsResponse;
1287
1374
  }
1288
1375
 
1289
1376
  export namespace ListSessionLabelsResponse {
1290
- export type AsObject = {
1291
- labelsList: Array<string>;
1292
- };
1377
+ export type AsObject = {
1378
+ labelsList: Array<string>,
1379
+ }
1380
+ }
1381
+
1382
+ export class ListLanguageCodesOfAllSessionsRequest extends jspb.Message {
1383
+ getParent(): string;
1384
+ setParent(value: string): ListLanguageCodesOfAllSessionsRequest;
1385
+
1386
+ getSessionFilter(): SessionFilter | undefined;
1387
+ setSessionFilter(value?: SessionFilter): ListLanguageCodesOfAllSessionsRequest;
1388
+ hasSessionFilter(): boolean;
1389
+ clearSessionFilter(): ListLanguageCodesOfAllSessionsRequest;
1390
+
1391
+ serializeBinary(): Uint8Array;
1392
+ toObject(includeInstance?: boolean): ListLanguageCodesOfAllSessionsRequest.AsObject;
1393
+ static toObject(includeInstance: boolean, msg: ListLanguageCodesOfAllSessionsRequest): ListLanguageCodesOfAllSessionsRequest.AsObject;
1394
+ static serializeBinaryToWriter(message: ListLanguageCodesOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1395
+ static deserializeBinary(bytes: Uint8Array): ListLanguageCodesOfAllSessionsRequest;
1396
+ static deserializeBinaryFromReader(message: ListLanguageCodesOfAllSessionsRequest, reader: jspb.BinaryReader): ListLanguageCodesOfAllSessionsRequest;
1397
+ }
1398
+
1399
+ export namespace ListLanguageCodesOfAllSessionsRequest {
1400
+ export type AsObject = {
1401
+ parent: string,
1402
+ sessionFilter?: SessionFilter.AsObject,
1403
+ }
1404
+ }
1405
+
1406
+ export class ListLanguageCodesResponse extends jspb.Message {
1407
+ getLanguageCodesList(): Array<string>;
1408
+ setLanguageCodesList(value: Array<string>): ListLanguageCodesResponse;
1409
+ clearLanguageCodesList(): ListLanguageCodesResponse;
1410
+ addLanguageCodes(value: string, index?: number): ListLanguageCodesResponse;
1411
+
1412
+ serializeBinary(): Uint8Array;
1413
+ toObject(includeInstance?: boolean): ListLanguageCodesResponse.AsObject;
1414
+ static toObject(includeInstance: boolean, msg: ListLanguageCodesResponse): ListLanguageCodesResponse.AsObject;
1415
+ static serializeBinaryToWriter(message: ListLanguageCodesResponse, writer: jspb.BinaryWriter): void;
1416
+ static deserializeBinary(bytes: Uint8Array): ListLanguageCodesResponse;
1417
+ static deserializeBinaryFromReader(message: ListLanguageCodesResponse, reader: jspb.BinaryReader): ListLanguageCodesResponse;
1418
+ }
1419
+
1420
+ export namespace ListLanguageCodesResponse {
1421
+ export type AsObject = {
1422
+ languageCodesList: Array<string>,
1423
+ }
1424
+ }
1425
+
1426
+ export class ListMatchedIntentsOfAllSessionsRequest extends jspb.Message {
1427
+ getParent(): string;
1428
+ setParent(value: string): ListMatchedIntentsOfAllSessionsRequest;
1429
+
1430
+ getSessionFilter(): SessionFilter | undefined;
1431
+ setSessionFilter(value?: SessionFilter): ListMatchedIntentsOfAllSessionsRequest;
1432
+ hasSessionFilter(): boolean;
1433
+ clearSessionFilter(): ListMatchedIntentsOfAllSessionsRequest;
1434
+
1435
+ serializeBinary(): Uint8Array;
1436
+ toObject(includeInstance?: boolean): ListMatchedIntentsOfAllSessionsRequest.AsObject;
1437
+ static toObject(includeInstance: boolean, msg: ListMatchedIntentsOfAllSessionsRequest): ListMatchedIntentsOfAllSessionsRequest.AsObject;
1438
+ static serializeBinaryToWriter(message: ListMatchedIntentsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1439
+ static deserializeBinary(bytes: Uint8Array): ListMatchedIntentsOfAllSessionsRequest;
1440
+ static deserializeBinaryFromReader(message: ListMatchedIntentsOfAllSessionsRequest, reader: jspb.BinaryReader): ListMatchedIntentsOfAllSessionsRequest;
1441
+ }
1442
+
1443
+ export namespace ListMatchedIntentsOfAllSessionsRequest {
1444
+ export type AsObject = {
1445
+ parent: string,
1446
+ sessionFilter?: SessionFilter.AsObject,
1447
+ }
1448
+ }
1449
+
1450
+ export class ListMatchedIntentsResponse extends jspb.Message {
1451
+ getMatchedIntentsList(): Array<string>;
1452
+ setMatchedIntentsList(value: Array<string>): ListMatchedIntentsResponse;
1453
+ clearMatchedIntentsList(): ListMatchedIntentsResponse;
1454
+ addMatchedIntents(value: string, index?: number): ListMatchedIntentsResponse;
1455
+
1456
+ serializeBinary(): Uint8Array;
1457
+ toObject(includeInstance?: boolean): ListMatchedIntentsResponse.AsObject;
1458
+ static toObject(includeInstance: boolean, msg: ListMatchedIntentsResponse): ListMatchedIntentsResponse.AsObject;
1459
+ static serializeBinaryToWriter(message: ListMatchedIntentsResponse, writer: jspb.BinaryWriter): void;
1460
+ static deserializeBinary(bytes: Uint8Array): ListMatchedIntentsResponse;
1461
+ static deserializeBinaryFromReader(message: ListMatchedIntentsResponse, reader: jspb.BinaryReader): ListMatchedIntentsResponse;
1462
+ }
1463
+
1464
+ export namespace ListMatchedIntentsResponse {
1465
+ export type AsObject = {
1466
+ matchedIntentsList: Array<string>,
1467
+ }
1468
+ }
1469
+
1470
+ export class ListMatchedEntityTypesOfAllSessionsRequest extends jspb.Message {
1471
+ getParent(): string;
1472
+ setParent(value: string): ListMatchedEntityTypesOfAllSessionsRequest;
1473
+
1474
+ getSessionFilter(): SessionFilter | undefined;
1475
+ setSessionFilter(value?: SessionFilter): ListMatchedEntityTypesOfAllSessionsRequest;
1476
+ hasSessionFilter(): boolean;
1477
+ clearSessionFilter(): ListMatchedEntityTypesOfAllSessionsRequest;
1478
+
1479
+ serializeBinary(): Uint8Array;
1480
+ toObject(includeInstance?: boolean): ListMatchedEntityTypesOfAllSessionsRequest.AsObject;
1481
+ static toObject(includeInstance: boolean, msg: ListMatchedEntityTypesOfAllSessionsRequest): ListMatchedEntityTypesOfAllSessionsRequest.AsObject;
1482
+ static serializeBinaryToWriter(message: ListMatchedEntityTypesOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1483
+ static deserializeBinary(bytes: Uint8Array): ListMatchedEntityTypesOfAllSessionsRequest;
1484
+ static deserializeBinaryFromReader(message: ListMatchedEntityTypesOfAllSessionsRequest, reader: jspb.BinaryReader): ListMatchedEntityTypesOfAllSessionsRequest;
1485
+ }
1486
+
1487
+ export namespace ListMatchedEntityTypesOfAllSessionsRequest {
1488
+ export type AsObject = {
1489
+ parent: string,
1490
+ sessionFilter?: SessionFilter.AsObject,
1491
+ }
1492
+ }
1493
+
1494
+ export class ListMatchedEntityTypesResponse extends jspb.Message {
1495
+ getMatchedEntityTypesList(): Array<string>;
1496
+ setMatchedEntityTypesList(value: Array<string>): ListMatchedEntityTypesResponse;
1497
+ clearMatchedEntityTypesList(): ListMatchedEntityTypesResponse;
1498
+ addMatchedEntityTypes(value: string, index?: number): ListMatchedEntityTypesResponse;
1499
+
1500
+ serializeBinary(): Uint8Array;
1501
+ toObject(includeInstance?: boolean): ListMatchedEntityTypesResponse.AsObject;
1502
+ static toObject(includeInstance: boolean, msg: ListMatchedEntityTypesResponse): ListMatchedEntityTypesResponse.AsObject;
1503
+ static serializeBinaryToWriter(message: ListMatchedEntityTypesResponse, writer: jspb.BinaryWriter): void;
1504
+ static deserializeBinary(bytes: Uint8Array): ListMatchedEntityTypesResponse;
1505
+ static deserializeBinaryFromReader(message: ListMatchedEntityTypesResponse, reader: jspb.BinaryReader): ListMatchedEntityTypesResponse;
1506
+ }
1507
+
1508
+ export namespace ListMatchedEntityTypesResponse {
1509
+ export type AsObject = {
1510
+ matchedEntityTypesList: Array<string>,
1511
+ }
1512
+ }
1513
+
1514
+ export class ListUserIdsOfAllSessionsRequest extends jspb.Message {
1515
+ getParent(): string;
1516
+ setParent(value: string): ListUserIdsOfAllSessionsRequest;
1517
+
1518
+ getSessionFilter(): SessionFilter | undefined;
1519
+ setSessionFilter(value?: SessionFilter): ListUserIdsOfAllSessionsRequest;
1520
+ hasSessionFilter(): boolean;
1521
+ clearSessionFilter(): ListUserIdsOfAllSessionsRequest;
1522
+
1523
+ serializeBinary(): Uint8Array;
1524
+ toObject(includeInstance?: boolean): ListUserIdsOfAllSessionsRequest.AsObject;
1525
+ static toObject(includeInstance: boolean, msg: ListUserIdsOfAllSessionsRequest): ListUserIdsOfAllSessionsRequest.AsObject;
1526
+ static serializeBinaryToWriter(message: ListUserIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1527
+ static deserializeBinary(bytes: Uint8Array): ListUserIdsOfAllSessionsRequest;
1528
+ static deserializeBinaryFromReader(message: ListUserIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListUserIdsOfAllSessionsRequest;
1529
+ }
1530
+
1531
+ export namespace ListUserIdsOfAllSessionsRequest {
1532
+ export type AsObject = {
1533
+ parent: string,
1534
+ sessionFilter?: SessionFilter.AsObject,
1535
+ }
1536
+ }
1537
+
1538
+ export class ListUserIdsResponse extends jspb.Message {
1539
+ getUserIdsList(): Array<string>;
1540
+ setUserIdsList(value: Array<string>): ListUserIdsResponse;
1541
+ clearUserIdsList(): ListUserIdsResponse;
1542
+ addUserIds(value: string, index?: number): ListUserIdsResponse;
1543
+
1544
+ serializeBinary(): Uint8Array;
1545
+ toObject(includeInstance?: boolean): ListUserIdsResponse.AsObject;
1546
+ static toObject(includeInstance: boolean, msg: ListUserIdsResponse): ListUserIdsResponse.AsObject;
1547
+ static serializeBinaryToWriter(message: ListUserIdsResponse, writer: jspb.BinaryWriter): void;
1548
+ static deserializeBinary(bytes: Uint8Array): ListUserIdsResponse;
1549
+ static deserializeBinaryFromReader(message: ListUserIdsResponse, reader: jspb.BinaryReader): ListUserIdsResponse;
1550
+ }
1551
+
1552
+ export namespace ListUserIdsResponse {
1553
+ export type AsObject = {
1554
+ userIdsList: Array<string>,
1555
+ }
1556
+ }
1557
+
1558
+ export class ListIdentifiedUserIdsOfAllSessionsRequest extends jspb.Message {
1559
+ getParent(): string;
1560
+ setParent(value: string): ListIdentifiedUserIdsOfAllSessionsRequest;
1561
+
1562
+ getSessionFilter(): SessionFilter | undefined;
1563
+ setSessionFilter(value?: SessionFilter): ListIdentifiedUserIdsOfAllSessionsRequest;
1564
+ hasSessionFilter(): boolean;
1565
+ clearSessionFilter(): ListIdentifiedUserIdsOfAllSessionsRequest;
1566
+
1567
+ serializeBinary(): Uint8Array;
1568
+ toObject(includeInstance?: boolean): ListIdentifiedUserIdsOfAllSessionsRequest.AsObject;
1569
+ static toObject(includeInstance: boolean, msg: ListIdentifiedUserIdsOfAllSessionsRequest): ListIdentifiedUserIdsOfAllSessionsRequest.AsObject;
1570
+ static serializeBinaryToWriter(message: ListIdentifiedUserIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1571
+ static deserializeBinary(bytes: Uint8Array): ListIdentifiedUserIdsOfAllSessionsRequest;
1572
+ static deserializeBinaryFromReader(message: ListIdentifiedUserIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListIdentifiedUserIdsOfAllSessionsRequest;
1573
+ }
1574
+
1575
+ export namespace ListIdentifiedUserIdsOfAllSessionsRequest {
1576
+ export type AsObject = {
1577
+ parent: string,
1578
+ sessionFilter?: SessionFilter.AsObject,
1579
+ }
1580
+ }
1581
+
1582
+ export class ListIdentifiedUserIdsResponse extends jspb.Message {
1583
+ getIdentifiedUserIdsList(): Array<string>;
1584
+ setIdentifiedUserIdsList(value: Array<string>): ListIdentifiedUserIdsResponse;
1585
+ clearIdentifiedUserIdsList(): ListIdentifiedUserIdsResponse;
1586
+ addIdentifiedUserIds(value: string, index?: number): ListIdentifiedUserIdsResponse;
1587
+
1588
+ serializeBinary(): Uint8Array;
1589
+ toObject(includeInstance?: boolean): ListIdentifiedUserIdsResponse.AsObject;
1590
+ static toObject(includeInstance: boolean, msg: ListIdentifiedUserIdsResponse): ListIdentifiedUserIdsResponse.AsObject;
1591
+ static serializeBinaryToWriter(message: ListIdentifiedUserIdsResponse, writer: jspb.BinaryWriter): void;
1592
+ static deserializeBinary(bytes: Uint8Array): ListIdentifiedUserIdsResponse;
1593
+ static deserializeBinaryFromReader(message: ListIdentifiedUserIdsResponse, reader: jspb.BinaryReader): ListIdentifiedUserIdsResponse;
1594
+ }
1595
+
1596
+ export namespace ListIdentifiedUserIdsResponse {
1597
+ export type AsObject = {
1598
+ identifiedUserIdsList: Array<string>,
1599
+ }
1600
+ }
1601
+
1602
+ export class ListTagsOfAllSessionsRequest extends jspb.Message {
1603
+ getParent(): string;
1604
+ setParent(value: string): ListTagsOfAllSessionsRequest;
1605
+
1606
+ getSessionFilter(): SessionFilter | undefined;
1607
+ setSessionFilter(value?: SessionFilter): ListTagsOfAllSessionsRequest;
1608
+ hasSessionFilter(): boolean;
1609
+ clearSessionFilter(): ListTagsOfAllSessionsRequest;
1610
+
1611
+ serializeBinary(): Uint8Array;
1612
+ toObject(includeInstance?: boolean): ListTagsOfAllSessionsRequest.AsObject;
1613
+ static toObject(includeInstance: boolean, msg: ListTagsOfAllSessionsRequest): ListTagsOfAllSessionsRequest.AsObject;
1614
+ static serializeBinaryToWriter(message: ListTagsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1615
+ static deserializeBinary(bytes: Uint8Array): ListTagsOfAllSessionsRequest;
1616
+ static deserializeBinaryFromReader(message: ListTagsOfAllSessionsRequest, reader: jspb.BinaryReader): ListTagsOfAllSessionsRequest;
1617
+ }
1618
+
1619
+ export namespace ListTagsOfAllSessionsRequest {
1620
+ export type AsObject = {
1621
+ parent: string,
1622
+ sessionFilter?: SessionFilter.AsObject,
1623
+ }
1624
+ }
1625
+
1626
+ export class ListTagsResponse extends jspb.Message {
1627
+ getTagsList(): Array<string>;
1628
+ setTagsList(value: Array<string>): ListTagsResponse;
1629
+ clearTagsList(): ListTagsResponse;
1630
+ addTags(value: string, index?: number): ListTagsResponse;
1631
+
1632
+ serializeBinary(): Uint8Array;
1633
+ toObject(includeInstance?: boolean): ListTagsResponse.AsObject;
1634
+ static toObject(includeInstance: boolean, msg: ListTagsResponse): ListTagsResponse.AsObject;
1635
+ static serializeBinaryToWriter(message: ListTagsResponse, writer: jspb.BinaryWriter): void;
1636
+ static deserializeBinary(bytes: Uint8Array): ListTagsResponse;
1637
+ static deserializeBinaryFromReader(message: ListTagsResponse, reader: jspb.BinaryReader): ListTagsResponse;
1638
+ }
1639
+
1640
+ export namespace ListTagsResponse {
1641
+ export type AsObject = {
1642
+ tagsList: Array<string>,
1643
+ }
1644
+ }
1645
+
1646
+ export class ListInputContextsOfAllSessionsRequest extends jspb.Message {
1647
+ getParent(): string;
1648
+ setParent(value: string): ListInputContextsOfAllSessionsRequest;
1649
+
1650
+ getSessionFilter(): SessionFilter | undefined;
1651
+ setSessionFilter(value?: SessionFilter): ListInputContextsOfAllSessionsRequest;
1652
+ hasSessionFilter(): boolean;
1653
+ clearSessionFilter(): ListInputContextsOfAllSessionsRequest;
1654
+
1655
+ serializeBinary(): Uint8Array;
1656
+ toObject(includeInstance?: boolean): ListInputContextsOfAllSessionsRequest.AsObject;
1657
+ static toObject(includeInstance: boolean, msg: ListInputContextsOfAllSessionsRequest): ListInputContextsOfAllSessionsRequest.AsObject;
1658
+ static serializeBinaryToWriter(message: ListInputContextsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1659
+ static deserializeBinary(bytes: Uint8Array): ListInputContextsOfAllSessionsRequest;
1660
+ static deserializeBinaryFromReader(message: ListInputContextsOfAllSessionsRequest, reader: jspb.BinaryReader): ListInputContextsOfAllSessionsRequest;
1661
+ }
1662
+
1663
+ export namespace ListInputContextsOfAllSessionsRequest {
1664
+ export type AsObject = {
1665
+ parent: string,
1666
+ sessionFilter?: SessionFilter.AsObject,
1667
+ }
1668
+ }
1669
+
1670
+ export class ListInputContextsResponse extends jspb.Message {
1671
+ getInputContextsList(): Array<string>;
1672
+ setInputContextsList(value: Array<string>): ListInputContextsResponse;
1673
+ clearInputContextsList(): ListInputContextsResponse;
1674
+ addInputContexts(value: string, index?: number): ListInputContextsResponse;
1675
+
1676
+ serializeBinary(): Uint8Array;
1677
+ toObject(includeInstance?: boolean): ListInputContextsResponse.AsObject;
1678
+ static toObject(includeInstance: boolean, msg: ListInputContextsResponse): ListInputContextsResponse.AsObject;
1679
+ static serializeBinaryToWriter(message: ListInputContextsResponse, writer: jspb.BinaryWriter): void;
1680
+ static deserializeBinary(bytes: Uint8Array): ListInputContextsResponse;
1681
+ static deserializeBinaryFromReader(message: ListInputContextsResponse, reader: jspb.BinaryReader): ListInputContextsResponse;
1682
+ }
1683
+
1684
+ export namespace ListInputContextsResponse {
1685
+ export type AsObject = {
1686
+ inputContextsList: Array<string>,
1687
+ }
1688
+ }
1689
+
1690
+ export class ListOutputContextsOfAllSessionsRequest extends jspb.Message {
1691
+ getParent(): string;
1692
+ setParent(value: string): ListOutputContextsOfAllSessionsRequest;
1693
+
1694
+ getSessionFilter(): SessionFilter | undefined;
1695
+ setSessionFilter(value?: SessionFilter): ListOutputContextsOfAllSessionsRequest;
1696
+ hasSessionFilter(): boolean;
1697
+ clearSessionFilter(): ListOutputContextsOfAllSessionsRequest;
1698
+
1699
+ serializeBinary(): Uint8Array;
1700
+ toObject(includeInstance?: boolean): ListOutputContextsOfAllSessionsRequest.AsObject;
1701
+ static toObject(includeInstance: boolean, msg: ListOutputContextsOfAllSessionsRequest): ListOutputContextsOfAllSessionsRequest.AsObject;
1702
+ static serializeBinaryToWriter(message: ListOutputContextsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1703
+ static deserializeBinary(bytes: Uint8Array): ListOutputContextsOfAllSessionsRequest;
1704
+ static deserializeBinaryFromReader(message: ListOutputContextsOfAllSessionsRequest, reader: jspb.BinaryReader): ListOutputContextsOfAllSessionsRequest;
1705
+ }
1706
+
1707
+ export namespace ListOutputContextsOfAllSessionsRequest {
1708
+ export type AsObject = {
1709
+ parent: string,
1710
+ sessionFilter?: SessionFilter.AsObject,
1711
+ }
1712
+ }
1713
+
1714
+ export class ListOutputContextsResponse extends jspb.Message {
1715
+ getOutputContextsList(): Array<string>;
1716
+ setOutputContextsList(value: Array<string>): ListOutputContextsResponse;
1717
+ clearOutputContextsList(): ListOutputContextsResponse;
1718
+ addOutputContexts(value: string, index?: number): ListOutputContextsResponse;
1719
+
1720
+ serializeBinary(): Uint8Array;
1721
+ toObject(includeInstance?: boolean): ListOutputContextsResponse.AsObject;
1722
+ static toObject(includeInstance: boolean, msg: ListOutputContextsResponse): ListOutputContextsResponse.AsObject;
1723
+ static serializeBinaryToWriter(message: ListOutputContextsResponse, writer: jspb.BinaryWriter): void;
1724
+ static deserializeBinary(bytes: Uint8Array): ListOutputContextsResponse;
1725
+ static deserializeBinaryFromReader(message: ListOutputContextsResponse, reader: jspb.BinaryReader): ListOutputContextsResponse;
1726
+ }
1727
+
1728
+ export namespace ListOutputContextsResponse {
1729
+ export type AsObject = {
1730
+ outputContextsList: Array<string>,
1731
+ }
1732
+ }
1733
+
1734
+ export class ListPlatformsOfAllSessionsRequest extends jspb.Message {
1735
+ getParent(): string;
1736
+ setParent(value: string): ListPlatformsOfAllSessionsRequest;
1737
+
1738
+ getSessionFilter(): SessionFilter | undefined;
1739
+ setSessionFilter(value?: SessionFilter): ListPlatformsOfAllSessionsRequest;
1740
+ hasSessionFilter(): boolean;
1741
+ clearSessionFilter(): ListPlatformsOfAllSessionsRequest;
1742
+
1743
+ serializeBinary(): Uint8Array;
1744
+ toObject(includeInstance?: boolean): ListPlatformsOfAllSessionsRequest.AsObject;
1745
+ static toObject(includeInstance: boolean, msg: ListPlatformsOfAllSessionsRequest): ListPlatformsOfAllSessionsRequest.AsObject;
1746
+ static serializeBinaryToWriter(message: ListPlatformsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1747
+ static deserializeBinary(bytes: Uint8Array): ListPlatformsOfAllSessionsRequest;
1748
+ static deserializeBinaryFromReader(message: ListPlatformsOfAllSessionsRequest, reader: jspb.BinaryReader): ListPlatformsOfAllSessionsRequest;
1749
+ }
1750
+
1751
+ export namespace ListPlatformsOfAllSessionsRequest {
1752
+ export type AsObject = {
1753
+ parent: string,
1754
+ sessionFilter?: SessionFilter.AsObject,
1755
+ }
1756
+ }
1757
+
1758
+ export class ListPlatformsResponse extends jspb.Message {
1759
+ getPlatformsList(): Array<string>;
1760
+ setPlatformsList(value: Array<string>): ListPlatformsResponse;
1761
+ clearPlatformsList(): ListPlatformsResponse;
1762
+ addPlatforms(value: string, index?: number): ListPlatformsResponse;
1763
+
1764
+ serializeBinary(): Uint8Array;
1765
+ toObject(includeInstance?: boolean): ListPlatformsResponse.AsObject;
1766
+ static toObject(includeInstance: boolean, msg: ListPlatformsResponse): ListPlatformsResponse.AsObject;
1767
+ static serializeBinaryToWriter(message: ListPlatformsResponse, writer: jspb.BinaryWriter): void;
1768
+ static deserializeBinary(bytes: Uint8Array): ListPlatformsResponse;
1769
+ static deserializeBinaryFromReader(message: ListPlatformsResponse, reader: jspb.BinaryReader): ListPlatformsResponse;
1770
+ }
1771
+
1772
+ export namespace ListPlatformsResponse {
1773
+ export type AsObject = {
1774
+ platformsList: Array<string>,
1775
+ }
1776
+ }
1777
+
1778
+ export class ListAccountIdsOfAllSessionsRequest extends jspb.Message {
1779
+ getParent(): string;
1780
+ setParent(value: string): ListAccountIdsOfAllSessionsRequest;
1781
+
1782
+ getSessionFilter(): SessionFilter | undefined;
1783
+ setSessionFilter(value?: SessionFilter): ListAccountIdsOfAllSessionsRequest;
1784
+ hasSessionFilter(): boolean;
1785
+ clearSessionFilter(): ListAccountIdsOfAllSessionsRequest;
1786
+
1787
+ serializeBinary(): Uint8Array;
1788
+ toObject(includeInstance?: boolean): ListAccountIdsOfAllSessionsRequest.AsObject;
1789
+ static toObject(includeInstance: boolean, msg: ListAccountIdsOfAllSessionsRequest): ListAccountIdsOfAllSessionsRequest.AsObject;
1790
+ static serializeBinaryToWriter(message: ListAccountIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1791
+ static deserializeBinary(bytes: Uint8Array): ListAccountIdsOfAllSessionsRequest;
1792
+ static deserializeBinaryFromReader(message: ListAccountIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListAccountIdsOfAllSessionsRequest;
1793
+ }
1794
+
1795
+ export namespace ListAccountIdsOfAllSessionsRequest {
1796
+ export type AsObject = {
1797
+ parent: string,
1798
+ sessionFilter?: SessionFilter.AsObject,
1799
+ }
1800
+ }
1801
+
1802
+ export class ListAccountIdsResponse extends jspb.Message {
1803
+ getAccountIdsList(): Array<string>;
1804
+ setAccountIdsList(value: Array<string>): ListAccountIdsResponse;
1805
+ clearAccountIdsList(): ListAccountIdsResponse;
1806
+ addAccountIds(value: string, index?: number): ListAccountIdsResponse;
1807
+
1808
+ serializeBinary(): Uint8Array;
1809
+ toObject(includeInstance?: boolean): ListAccountIdsResponse.AsObject;
1810
+ static toObject(includeInstance: boolean, msg: ListAccountIdsResponse): ListAccountIdsResponse.AsObject;
1811
+ static serializeBinaryToWriter(message: ListAccountIdsResponse, writer: jspb.BinaryWriter): void;
1812
+ static deserializeBinary(bytes: Uint8Array): ListAccountIdsResponse;
1813
+ static deserializeBinaryFromReader(message: ListAccountIdsResponse, reader: jspb.BinaryReader): ListAccountIdsResponse;
1814
+ }
1815
+
1816
+ export namespace ListAccountIdsResponse {
1817
+ export type AsObject = {
1818
+ accountIdsList: Array<string>,
1819
+ }
1820
+ }
1821
+
1822
+ export class ListPropertyIdsOfAllSessionsRequest extends jspb.Message {
1823
+ getParent(): string;
1824
+ setParent(value: string): ListPropertyIdsOfAllSessionsRequest;
1825
+
1826
+ getSessionFilter(): SessionFilter | undefined;
1827
+ setSessionFilter(value?: SessionFilter): ListPropertyIdsOfAllSessionsRequest;
1828
+ hasSessionFilter(): boolean;
1829
+ clearSessionFilter(): ListPropertyIdsOfAllSessionsRequest;
1830
+
1831
+ serializeBinary(): Uint8Array;
1832
+ toObject(includeInstance?: boolean): ListPropertyIdsOfAllSessionsRequest.AsObject;
1833
+ static toObject(includeInstance: boolean, msg: ListPropertyIdsOfAllSessionsRequest): ListPropertyIdsOfAllSessionsRequest.AsObject;
1834
+ static serializeBinaryToWriter(message: ListPropertyIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1835
+ static deserializeBinary(bytes: Uint8Array): ListPropertyIdsOfAllSessionsRequest;
1836
+ static deserializeBinaryFromReader(message: ListPropertyIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListPropertyIdsOfAllSessionsRequest;
1837
+ }
1838
+
1839
+ export namespace ListPropertyIdsOfAllSessionsRequest {
1840
+ export type AsObject = {
1841
+ parent: string,
1842
+ sessionFilter?: SessionFilter.AsObject,
1843
+ }
1844
+ }
1845
+
1846
+ export class ListPropertyIdsResponse extends jspb.Message {
1847
+ getPropertyIdsList(): Array<string>;
1848
+ setPropertyIdsList(value: Array<string>): ListPropertyIdsResponse;
1849
+ clearPropertyIdsList(): ListPropertyIdsResponse;
1850
+ addPropertyIds(value: string, index?: number): ListPropertyIdsResponse;
1851
+
1852
+ serializeBinary(): Uint8Array;
1853
+ toObject(includeInstance?: boolean): ListPropertyIdsResponse.AsObject;
1854
+ static toObject(includeInstance: boolean, msg: ListPropertyIdsResponse): ListPropertyIdsResponse.AsObject;
1855
+ static serializeBinaryToWriter(message: ListPropertyIdsResponse, writer: jspb.BinaryWriter): void;
1856
+ static deserializeBinary(bytes: Uint8Array): ListPropertyIdsResponse;
1857
+ static deserializeBinaryFromReader(message: ListPropertyIdsResponse, reader: jspb.BinaryReader): ListPropertyIdsResponse;
1858
+ }
1859
+
1860
+ export namespace ListPropertyIdsResponse {
1861
+ export type AsObject = {
1862
+ propertyIdsList: Array<string>,
1863
+ }
1864
+ }
1865
+
1866
+ export class ListDatastreamIdsOfAllSessionsRequest extends jspb.Message {
1867
+ getParent(): string;
1868
+ setParent(value: string): ListDatastreamIdsOfAllSessionsRequest;
1869
+
1870
+ getSessionFilter(): SessionFilter | undefined;
1871
+ setSessionFilter(value?: SessionFilter): ListDatastreamIdsOfAllSessionsRequest;
1872
+ hasSessionFilter(): boolean;
1873
+ clearSessionFilter(): ListDatastreamIdsOfAllSessionsRequest;
1874
+
1875
+ serializeBinary(): Uint8Array;
1876
+ toObject(includeInstance?: boolean): ListDatastreamIdsOfAllSessionsRequest.AsObject;
1877
+ static toObject(includeInstance: boolean, msg: ListDatastreamIdsOfAllSessionsRequest): ListDatastreamIdsOfAllSessionsRequest.AsObject;
1878
+ static serializeBinaryToWriter(message: ListDatastreamIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1879
+ static deserializeBinary(bytes: Uint8Array): ListDatastreamIdsOfAllSessionsRequest;
1880
+ static deserializeBinaryFromReader(message: ListDatastreamIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListDatastreamIdsOfAllSessionsRequest;
1881
+ }
1882
+
1883
+ export namespace ListDatastreamIdsOfAllSessionsRequest {
1884
+ export type AsObject = {
1885
+ parent: string,
1886
+ sessionFilter?: SessionFilter.AsObject,
1887
+ }
1888
+ }
1889
+
1890
+ export class ListDatastreamIdsResponse extends jspb.Message {
1891
+ getDatastreamIdsList(): Array<string>;
1892
+ setDatastreamIdsList(value: Array<string>): ListDatastreamIdsResponse;
1893
+ clearDatastreamIdsList(): ListDatastreamIdsResponse;
1894
+ addDatastreamIds(value: string, index?: number): ListDatastreamIdsResponse;
1895
+
1896
+ serializeBinary(): Uint8Array;
1897
+ toObject(includeInstance?: boolean): ListDatastreamIdsResponse.AsObject;
1898
+ static toObject(includeInstance: boolean, msg: ListDatastreamIdsResponse): ListDatastreamIdsResponse.AsObject;
1899
+ static serializeBinaryToWriter(message: ListDatastreamIdsResponse, writer: jspb.BinaryWriter): void;
1900
+ static deserializeBinary(bytes: Uint8Array): ListDatastreamIdsResponse;
1901
+ static deserializeBinaryFromReader(message: ListDatastreamIdsResponse, reader: jspb.BinaryReader): ListDatastreamIdsResponse;
1902
+ }
1903
+
1904
+ export namespace ListDatastreamIdsResponse {
1905
+ export type AsObject = {
1906
+ datastreamIdsList: Array<string>,
1907
+ }
1908
+ }
1909
+
1910
+ export class ListOriginIdsOfAllSessionsRequest extends jspb.Message {
1911
+ getParent(): string;
1912
+ setParent(value: string): ListOriginIdsOfAllSessionsRequest;
1913
+
1914
+ getSessionFilter(): SessionFilter | undefined;
1915
+ setSessionFilter(value?: SessionFilter): ListOriginIdsOfAllSessionsRequest;
1916
+ hasSessionFilter(): boolean;
1917
+ clearSessionFilter(): ListOriginIdsOfAllSessionsRequest;
1918
+
1919
+ serializeBinary(): Uint8Array;
1920
+ toObject(includeInstance?: boolean): ListOriginIdsOfAllSessionsRequest.AsObject;
1921
+ static toObject(includeInstance: boolean, msg: ListOriginIdsOfAllSessionsRequest): ListOriginIdsOfAllSessionsRequest.AsObject;
1922
+ static serializeBinaryToWriter(message: ListOriginIdsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1923
+ static deserializeBinary(bytes: Uint8Array): ListOriginIdsOfAllSessionsRequest;
1924
+ static deserializeBinaryFromReader(message: ListOriginIdsOfAllSessionsRequest, reader: jspb.BinaryReader): ListOriginIdsOfAllSessionsRequest;
1925
+ }
1926
+
1927
+ export namespace ListOriginIdsOfAllSessionsRequest {
1928
+ export type AsObject = {
1929
+ parent: string,
1930
+ sessionFilter?: SessionFilter.AsObject,
1931
+ }
1932
+ }
1933
+
1934
+ export class ListOriginIdsResponse extends jspb.Message {
1935
+ getOriginIdsList(): Array<string>;
1936
+ setOriginIdsList(value: Array<string>): ListOriginIdsResponse;
1937
+ clearOriginIdsList(): ListOriginIdsResponse;
1938
+ addOriginIds(value: string, index?: number): ListOriginIdsResponse;
1939
+
1940
+ serializeBinary(): Uint8Array;
1941
+ toObject(includeInstance?: boolean): ListOriginIdsResponse.AsObject;
1942
+ static toObject(includeInstance: boolean, msg: ListOriginIdsResponse): ListOriginIdsResponse.AsObject;
1943
+ static serializeBinaryToWriter(message: ListOriginIdsResponse, writer: jspb.BinaryWriter): void;
1944
+ static deserializeBinary(bytes: Uint8Array): ListOriginIdsResponse;
1945
+ static deserializeBinaryFromReader(message: ListOriginIdsResponse, reader: jspb.BinaryReader): ListOriginIdsResponse;
1946
+ }
1947
+
1948
+ export namespace ListOriginIdsResponse {
1949
+ export type AsObject = {
1950
+ originIdsList: Array<string>,
1951
+ }
1293
1952
  }
1294
1953
 
1295
1954
  export class AddSessionLabelsRequest extends jspb.Message {
1296
- getSessionId(): string;
1297
- setSessionId(value: string): AddSessionLabelsRequest;
1955
+ getSessionId(): string;
1956
+ setSessionId(value: string): AddSessionLabelsRequest;
1298
1957
 
1299
- getLabelsList(): Array<string>;
1300
- setLabelsList(value: Array<string>): AddSessionLabelsRequest;
1301
- clearLabelsList(): AddSessionLabelsRequest;
1302
- addLabels(value: string, index?: number): AddSessionLabelsRequest;
1958
+ getLabelsList(): Array<string>;
1959
+ setLabelsList(value: Array<string>): AddSessionLabelsRequest;
1960
+ clearLabelsList(): AddSessionLabelsRequest;
1961
+ addLabels(value: string, index?: number): AddSessionLabelsRequest;
1303
1962
 
1304
- serializeBinary(): Uint8Array;
1305
- toObject(includeInstance?: boolean): AddSessionLabelsRequest.AsObject;
1306
- static toObject(includeInstance: boolean, msg: AddSessionLabelsRequest): AddSessionLabelsRequest.AsObject;
1307
- static serializeBinaryToWriter(message: AddSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1308
- static deserializeBinary(bytes: Uint8Array): AddSessionLabelsRequest;
1309
- static deserializeBinaryFromReader(
1310
- message: AddSessionLabelsRequest,
1311
- reader: jspb.BinaryReader
1312
- ): AddSessionLabelsRequest;
1963
+ serializeBinary(): Uint8Array;
1964
+ toObject(includeInstance?: boolean): AddSessionLabelsRequest.AsObject;
1965
+ static toObject(includeInstance: boolean, msg: AddSessionLabelsRequest): AddSessionLabelsRequest.AsObject;
1966
+ static serializeBinaryToWriter(message: AddSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1967
+ static deserializeBinary(bytes: Uint8Array): AddSessionLabelsRequest;
1968
+ static deserializeBinaryFromReader(message: AddSessionLabelsRequest, reader: jspb.BinaryReader): AddSessionLabelsRequest;
1313
1969
  }
1314
1970
 
1315
1971
  export namespace AddSessionLabelsRequest {
1316
- export type AsObject = {
1317
- sessionId: string;
1318
- labelsList: Array<string>;
1319
- };
1972
+ export type AsObject = {
1973
+ sessionId: string,
1974
+ labelsList: Array<string>,
1975
+ }
1320
1976
  }
1321
1977
 
1322
1978
  export class DeleteSessionLabelsRequest extends jspb.Message {
1323
- getSessionId(): string;
1324
- setSessionId(value: string): DeleteSessionLabelsRequest;
1979
+ getSessionId(): string;
1980
+ setSessionId(value: string): DeleteSessionLabelsRequest;
1325
1981
 
1326
- getLabelsList(): Array<string>;
1327
- setLabelsList(value: Array<string>): DeleteSessionLabelsRequest;
1328
- clearLabelsList(): DeleteSessionLabelsRequest;
1329
- addLabels(value: string, index?: number): DeleteSessionLabelsRequest;
1982
+ getLabelsList(): Array<string>;
1983
+ setLabelsList(value: Array<string>): DeleteSessionLabelsRequest;
1984
+ clearLabelsList(): DeleteSessionLabelsRequest;
1985
+ addLabels(value: string, index?: number): DeleteSessionLabelsRequest;
1330
1986
 
1331
- serializeBinary(): Uint8Array;
1332
- toObject(includeInstance?: boolean): DeleteSessionLabelsRequest.AsObject;
1333
- static toObject(includeInstance: boolean, msg: DeleteSessionLabelsRequest): DeleteSessionLabelsRequest.AsObject;
1334
- static serializeBinaryToWriter(message: DeleteSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1335
- static deserializeBinary(bytes: Uint8Array): DeleteSessionLabelsRequest;
1336
- static deserializeBinaryFromReader(
1337
- message: DeleteSessionLabelsRequest,
1338
- reader: jspb.BinaryReader
1339
- ): DeleteSessionLabelsRequest;
1987
+ serializeBinary(): Uint8Array;
1988
+ toObject(includeInstance?: boolean): DeleteSessionLabelsRequest.AsObject;
1989
+ static toObject(includeInstance: boolean, msg: DeleteSessionLabelsRequest): DeleteSessionLabelsRequest.AsObject;
1990
+ static serializeBinaryToWriter(message: DeleteSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1991
+ static deserializeBinary(bytes: Uint8Array): DeleteSessionLabelsRequest;
1992
+ static deserializeBinaryFromReader(message: DeleteSessionLabelsRequest, reader: jspb.BinaryReader): DeleteSessionLabelsRequest;
1340
1993
  }
1341
1994
 
1342
1995
  export namespace DeleteSessionLabelsRequest {
1343
- export type AsObject = {
1344
- sessionId: string;
1345
- labelsList: Array<string>;
1346
- };
1996
+ export type AsObject = {
1997
+ sessionId: string,
1998
+ labelsList: Array<string>,
1999
+ }
1347
2000
  }
1348
2001
 
1349
2002
  export class ListSessionReviewsRequest extends jspb.Message {
1350
- getSessionId(): string;
1351
- setSessionId(value: string): ListSessionReviewsRequest;
2003
+ getSessionId(): string;
2004
+ setSessionId(value: string): ListSessionReviewsRequest;
1352
2005
 
1353
- getSessionReviewView(): SessionReview.View;
1354
- setSessionReviewView(value: SessionReview.View): ListSessionReviewsRequest;
2006
+ getSessionReviewView(): SessionReview.View;
2007
+ setSessionReviewView(value: SessionReview.View): ListSessionReviewsRequest;
1355
2008
 
1356
- getPageToken(): string;
1357
- setPageToken(value: string): ListSessionReviewsRequest;
2009
+ getPageToken(): string;
2010
+ setPageToken(value: string): ListSessionReviewsRequest;
1358
2011
 
1359
- serializeBinary(): Uint8Array;
1360
- toObject(includeInstance?: boolean): ListSessionReviewsRequest.AsObject;
1361
- static toObject(includeInstance: boolean, msg: ListSessionReviewsRequest): ListSessionReviewsRequest.AsObject;
1362
- static serializeBinaryToWriter(message: ListSessionReviewsRequest, writer: jspb.BinaryWriter): void;
1363
- static deserializeBinary(bytes: Uint8Array): ListSessionReviewsRequest;
1364
- static deserializeBinaryFromReader(
1365
- message: ListSessionReviewsRequest,
1366
- reader: jspb.BinaryReader
1367
- ): ListSessionReviewsRequest;
2012
+ serializeBinary(): Uint8Array;
2013
+ toObject(includeInstance?: boolean): ListSessionReviewsRequest.AsObject;
2014
+ static toObject(includeInstance: boolean, msg: ListSessionReviewsRequest): ListSessionReviewsRequest.AsObject;
2015
+ static serializeBinaryToWriter(message: ListSessionReviewsRequest, writer: jspb.BinaryWriter): void;
2016
+ static deserializeBinary(bytes: Uint8Array): ListSessionReviewsRequest;
2017
+ static deserializeBinaryFromReader(message: ListSessionReviewsRequest, reader: jspb.BinaryReader): ListSessionReviewsRequest;
1368
2018
  }
1369
2019
 
1370
2020
  export namespace ListSessionReviewsRequest {
1371
- export type AsObject = {
1372
- sessionId: string;
1373
- sessionReviewView: SessionReview.View;
1374
- pageToken: string;
1375
- };
2021
+ export type AsObject = {
2022
+ sessionId: string,
2023
+ sessionReviewView: SessionReview.View,
2024
+ pageToken: string,
2025
+ }
1376
2026
  }
1377
2027
 
1378
2028
  export class ListSessionReviewsResponse extends jspb.Message {
1379
- getSessionReviewsList(): Array<SessionReview>;
1380
- setSessionReviewsList(value: Array<SessionReview>): ListSessionReviewsResponse;
1381
- clearSessionReviewsList(): ListSessionReviewsResponse;
1382
- addSessionReviews(value?: SessionReview, index?: number): SessionReview;
2029
+ getSessionReviewsList(): Array<SessionReview>;
2030
+ setSessionReviewsList(value: Array<SessionReview>): ListSessionReviewsResponse;
2031
+ clearSessionReviewsList(): ListSessionReviewsResponse;
2032
+ addSessionReviews(value?: SessionReview, index?: number): SessionReview;
1383
2033
 
1384
- getNextPageToken(): string;
1385
- setNextPageToken(value: string): ListSessionReviewsResponse;
2034
+ getNextPageToken(): string;
2035
+ setNextPageToken(value: string): ListSessionReviewsResponse;
1386
2036
 
1387
- serializeBinary(): Uint8Array;
1388
- toObject(includeInstance?: boolean): ListSessionReviewsResponse.AsObject;
1389
- static toObject(includeInstance: boolean, msg: ListSessionReviewsResponse): ListSessionReviewsResponse.AsObject;
1390
- static serializeBinaryToWriter(message: ListSessionReviewsResponse, writer: jspb.BinaryWriter): void;
1391
- static deserializeBinary(bytes: Uint8Array): ListSessionReviewsResponse;
1392
- static deserializeBinaryFromReader(
1393
- message: ListSessionReviewsResponse,
1394
- reader: jspb.BinaryReader
1395
- ): ListSessionReviewsResponse;
2037
+ serializeBinary(): Uint8Array;
2038
+ toObject(includeInstance?: boolean): ListSessionReviewsResponse.AsObject;
2039
+ static toObject(includeInstance: boolean, msg: ListSessionReviewsResponse): ListSessionReviewsResponse.AsObject;
2040
+ static serializeBinaryToWriter(message: ListSessionReviewsResponse, writer: jspb.BinaryWriter): void;
2041
+ static deserializeBinary(bytes: Uint8Array): ListSessionReviewsResponse;
2042
+ static deserializeBinaryFromReader(message: ListSessionReviewsResponse, reader: jspb.BinaryReader): ListSessionReviewsResponse;
1396
2043
  }
1397
2044
 
1398
2045
  export namespace ListSessionReviewsResponse {
1399
- export type AsObject = {
1400
- sessionReviewsList: Array<SessionReview.AsObject>;
1401
- nextPageToken: string;
1402
- };
2046
+ export type AsObject = {
2047
+ sessionReviewsList: Array<SessionReview.AsObject>,
2048
+ nextPageToken: string,
2049
+ }
1403
2050
  }
1404
2051
 
1405
2052
  export class GetSessionReviewRequest extends jspb.Message {
1406
- getSessionReviewId(): string;
1407
- setSessionReviewId(value: string): GetSessionReviewRequest;
2053
+ getSessionReviewId(): string;
2054
+ setSessionReviewId(value: string): GetSessionReviewRequest;
1408
2055
 
1409
- getSessionReviewView(): SessionReview.View;
1410
- setSessionReviewView(value: SessionReview.View): GetSessionReviewRequest;
2056
+ getSessionReviewView(): SessionReview.View;
2057
+ setSessionReviewView(value: SessionReview.View): GetSessionReviewRequest;
1411
2058
 
1412
- serializeBinary(): Uint8Array;
1413
- toObject(includeInstance?: boolean): GetSessionReviewRequest.AsObject;
1414
- static toObject(includeInstance: boolean, msg: GetSessionReviewRequest): GetSessionReviewRequest.AsObject;
1415
- static serializeBinaryToWriter(message: GetSessionReviewRequest, writer: jspb.BinaryWriter): void;
1416
- static deserializeBinary(bytes: Uint8Array): GetSessionReviewRequest;
1417
- static deserializeBinaryFromReader(
1418
- message: GetSessionReviewRequest,
1419
- reader: jspb.BinaryReader
1420
- ): GetSessionReviewRequest;
2059
+ serializeBinary(): Uint8Array;
2060
+ toObject(includeInstance?: boolean): GetSessionReviewRequest.AsObject;
2061
+ static toObject(includeInstance: boolean, msg: GetSessionReviewRequest): GetSessionReviewRequest.AsObject;
2062
+ static serializeBinaryToWriter(message: GetSessionReviewRequest, writer: jspb.BinaryWriter): void;
2063
+ static deserializeBinary(bytes: Uint8Array): GetSessionReviewRequest;
2064
+ static deserializeBinaryFromReader(message: GetSessionReviewRequest, reader: jspb.BinaryReader): GetSessionReviewRequest;
1421
2065
  }
1422
2066
 
1423
2067
  export namespace GetSessionReviewRequest {
1424
- export type AsObject = {
1425
- sessionReviewId: string;
1426
- sessionReviewView: SessionReview.View;
1427
- };
2068
+ export type AsObject = {
2069
+ sessionReviewId: string,
2070
+ sessionReviewView: SessionReview.View,
2071
+ }
1428
2072
  }
1429
2073
 
1430
2074
  export class GetLatestSessionReviewRequest extends jspb.Message {
1431
- getSessionId(): string;
1432
- setSessionId(value: string): GetLatestSessionReviewRequest;
2075
+ getSessionId(): string;
2076
+ setSessionId(value: string): GetLatestSessionReviewRequest;
1433
2077
 
1434
- getSessionReviewView(): SessionReview.View;
1435
- setSessionReviewView(value: SessionReview.View): GetLatestSessionReviewRequest;
2078
+ getSessionReviewView(): SessionReview.View;
2079
+ setSessionReviewView(value: SessionReview.View): GetLatestSessionReviewRequest;
1436
2080
 
1437
- serializeBinary(): Uint8Array;
1438
- toObject(includeInstance?: boolean): GetLatestSessionReviewRequest.AsObject;
1439
- static toObject(includeInstance: boolean, msg: GetLatestSessionReviewRequest): GetLatestSessionReviewRequest.AsObject;
1440
- static serializeBinaryToWriter(message: GetLatestSessionReviewRequest, writer: jspb.BinaryWriter): void;
1441
- static deserializeBinary(bytes: Uint8Array): GetLatestSessionReviewRequest;
1442
- static deserializeBinaryFromReader(
1443
- message: GetLatestSessionReviewRequest,
1444
- reader: jspb.BinaryReader
1445
- ): GetLatestSessionReviewRequest;
2081
+ serializeBinary(): Uint8Array;
2082
+ toObject(includeInstance?: boolean): GetLatestSessionReviewRequest.AsObject;
2083
+ static toObject(includeInstance: boolean, msg: GetLatestSessionReviewRequest): GetLatestSessionReviewRequest.AsObject;
2084
+ static serializeBinaryToWriter(message: GetLatestSessionReviewRequest, writer: jspb.BinaryWriter): void;
2085
+ static deserializeBinary(bytes: Uint8Array): GetLatestSessionReviewRequest;
2086
+ static deserializeBinaryFromReader(message: GetLatestSessionReviewRequest, reader: jspb.BinaryReader): GetLatestSessionReviewRequest;
1446
2087
  }
1447
2088
 
1448
2089
  export namespace GetLatestSessionReviewRequest {
1449
- export type AsObject = {
1450
- sessionId: string;
1451
- sessionReviewView: SessionReview.View;
1452
- };
1453
- }
1454
-
1455
- export enum AudioEncoding {
1456
- AUDIO_ENCODING_UNSPECIFIED = 0,
1457
- AUDIO_ENCODING_LINEAR_16 = 1,
1458
- AUDIO_ENCODING_FLAC = 2,
1459
- AUDIO_ENCODING_MULAW = 3,
1460
- AUDIO_ENCODING_AMR = 4,
1461
- AUDIO_ENCODING_AMR_WB = 5,
1462
- AUDIO_ENCODING_OGG_OPUS = 6,
1463
- AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE = 7
1464
- }
1465
- export enum ComparisonOperator {
1466
- EQUAL = 0,
1467
- GREATER = 1,
1468
- GREATER_OR_EQUAL = 2,
1469
- LESS_OR_EQUAL = 3,
1470
- CONTAINS = 4,
1471
- STARTS_WITH = 5,
1472
- ENDS_WITH = 6
2090
+ export type AsObject = {
2091
+ sessionId: string,
2092
+ sessionReviewView: SessionReview.View,
2093
+ }
2094
+ }
2095
+
2096
+ export enum AudioEncoding {
2097
+ AUDIO_ENCODING_UNSPECIFIED = 0,
2098
+ AUDIO_ENCODING_LINEAR_16 = 1,
2099
+ AUDIO_ENCODING_FLAC = 2,
2100
+ AUDIO_ENCODING_MULAW = 3,
2101
+ AUDIO_ENCODING_AMR = 4,
2102
+ AUDIO_ENCODING_AMR_WB = 5,
2103
+ AUDIO_ENCODING_OGG_OPUS = 6,
2104
+ AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE = 7,
2105
+ }
2106
+ export enum ComparisonOperator {
2107
+ EQUAL = 0,
2108
+ GREATER = 1,
2109
+ GREATER_OR_EQUAL = 2,
2110
+ LESS_OR_EQUAL = 3,
2111
+ CONTAINS = 4,
2112
+ STARTS_WITH = 5,
2113
+ ENDS_WITH = 6,
1473
2114
  }