@ondewo/nlu-client-typescript 3.5.2 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +450 -478
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1143 -1213
  3. package/api/ondewo/nlu/agent_pb.d.ts +1965 -1672
  4. package/api/ondewo/nlu/agent_pb.js +9401 -10036
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +746 -671
  8. package/api/ondewo/nlu/aiservices_pb.js +3648 -4383
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +892 -1045
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -460
  43. package/api/ondewo/nlu/session_pb.d.ts +1132 -867
  44. package/api/ondewo/nlu/session_pb.js +5960 -5662
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -1,7 +1,8 @@
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';
5
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
5
6
  import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb';
6
7
  import * as google_rpc_status_pb from '../../google/rpc/status_pb';
7
8
  import * as google_type_latlng_pb from '../../google/type/latlng_pb';
@@ -9,1200 +10,1464 @@ import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
9
10
  import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
10
11
  import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
11
12
 
12
-
13
13
  export class DetectIntentRequest extends jspb.Message {
14
- getSession(): string;
15
- setSession(value: string): DetectIntentRequest;
14
+ getSession(): string;
15
+ setSession(value: string): DetectIntentRequest;
16
16
 
17
- getQueryParams(): QueryParameters | undefined;
18
- setQueryParams(value?: QueryParameters): DetectIntentRequest;
19
- hasQueryParams(): boolean;
20
- clearQueryParams(): DetectIntentRequest;
17
+ getQueryParams(): QueryParameters | undefined;
18
+ setQueryParams(value?: QueryParameters): DetectIntentRequest;
19
+ hasQueryParams(): boolean;
20
+ clearQueryParams(): DetectIntentRequest;
21
21
 
22
- getQueryInput(): QueryInput | undefined;
23
- setQueryInput(value?: QueryInput): DetectIntentRequest;
24
- hasQueryInput(): boolean;
25
- clearQueryInput(): DetectIntentRequest;
22
+ getQueryInput(): QueryInput | undefined;
23
+ setQueryInput(value?: QueryInput): DetectIntentRequest;
24
+ hasQueryInput(): boolean;
25
+ clearQueryInput(): DetectIntentRequest;
26
26
 
27
- getInputAudio(): Uint8Array | string;
28
- getInputAudio_asU8(): Uint8Array;
29
- getInputAudio_asB64(): string;
30
- setInputAudio(value: Uint8Array | string): DetectIntentRequest;
27
+ getInputAudio(): Uint8Array | string;
28
+ getInputAudio_asU8(): Uint8Array;
29
+ getInputAudio_asB64(): string;
30
+ setInputAudio(value: Uint8Array | string): DetectIntentRequest;
31
31
 
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;
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;
38
38
  }
39
39
 
40
40
  export namespace DetectIntentRequest {
41
- export type AsObject = {
42
- session: string,
43
- queryParams?: QueryParameters.AsObject,
44
- queryInput?: QueryInput.AsObject,
45
- inputAudio: Uint8Array | string,
46
- }
41
+ export type AsObject = {
42
+ session: string;
43
+ queryParams?: QueryParameters.AsObject;
44
+ queryInput?: QueryInput.AsObject;
45
+ inputAudio: Uint8Array | string;
46
+ };
47
47
  }
48
48
 
49
49
  export class DetectIntentResponse extends jspb.Message {
50
- getResponseId(): string;
51
- setResponseId(value: string): DetectIntentResponse;
50
+ getResponseId(): string;
51
+ setResponseId(value: string): DetectIntentResponse;
52
52
 
53
- getQueryResult(): QueryResult | undefined;
54
- setQueryResult(value?: QueryResult): DetectIntentResponse;
55
- hasQueryResult(): boolean;
56
- clearQueryResult(): DetectIntentResponse;
53
+ getQueryResult(): QueryResult | undefined;
54
+ setQueryResult(value?: QueryResult): DetectIntentResponse;
55
+ hasQueryResult(): boolean;
56
+ clearQueryResult(): DetectIntentResponse;
57
57
 
58
- getWebhookStatus(): google_rpc_status_pb.Status | undefined;
59
- setWebhookStatus(value?: google_rpc_status_pb.Status): DetectIntentResponse;
60
- hasWebhookStatus(): boolean;
61
- clearWebhookStatus(): DetectIntentResponse;
58
+ getWebhookStatus(): google_rpc_status_pb.Status | undefined;
59
+ setWebhookStatus(value?: google_rpc_status_pb.Status): DetectIntentResponse;
60
+ hasWebhookStatus(): boolean;
61
+ clearWebhookStatus(): DetectIntentResponse;
62
62
 
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;
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;
69
69
  }
70
70
 
71
71
  export namespace DetectIntentResponse {
72
- export type AsObject = {
73
- responseId: string,
74
- queryResult?: QueryResult.AsObject,
75
- webhookStatus?: google_rpc_status_pb.Status.AsObject,
76
- }
72
+ export type AsObject = {
73
+ responseId: string;
74
+ queryResult?: QueryResult.AsObject;
75
+ webhookStatus?: google_rpc_status_pb.Status.AsObject;
76
+ };
77
77
  }
78
78
 
79
79
  export class QueryParameters extends jspb.Message {
80
- getTimeZone(): string;
81
- setTimeZone(value: string): QueryParameters;
80
+ getTimeZone(): string;
81
+ setTimeZone(value: string): QueryParameters;
82
+
83
+ getGeoLocation(): google_type_latlng_pb.LatLng | undefined;
84
+ setGeoLocation(value?: google_type_latlng_pb.LatLng): QueryParameters;
85
+ hasGeoLocation(): boolean;
86
+ clearGeoLocation(): QueryParameters;
82
87
 
83
- getGeoLocation(): google_type_latlng_pb.LatLng | undefined;
84
- setGeoLocation(value?: google_type_latlng_pb.LatLng): QueryParameters;
85
- hasGeoLocation(): boolean;
86
- clearGeoLocation(): QueryParameters;
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;
87
92
 
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;
93
+ getResetContexts(): boolean;
94
+ setResetContexts(value: boolean): QueryParameters;
92
95
 
93
- getResetContexts(): boolean;
94
- setResetContexts(value: boolean): QueryParameters;
96
+ getPayload(): google_protobuf_struct_pb.Struct | undefined;
97
+ setPayload(value?: google_protobuf_struct_pb.Struct): QueryParameters;
98
+ hasPayload(): boolean;
99
+ clearPayload(): QueryParameters;
95
100
 
96
- getPayload(): google_protobuf_struct_pb.Struct | undefined;
97
- setPayload(value?: google_protobuf_struct_pb.Struct): QueryParameters;
98
- hasPayload(): boolean;
99
- clearPayload(): QueryParameters;
101
+ getLabelsList(): Array<string>;
102
+ setLabelsList(value: Array<string>): QueryParameters;
103
+ clearLabelsList(): QueryParameters;
104
+ addLabels(value: string, index?: number): QueryParameters;
100
105
 
101
- serializeBinary(): Uint8Array;
102
- toObject(includeInstance?: boolean): QueryParameters.AsObject;
103
- static toObject(includeInstance: boolean, msg: QueryParameters): QueryParameters.AsObject;
104
- static serializeBinaryToWriter(message: QueryParameters, writer: jspb.BinaryWriter): void;
105
- static deserializeBinary(bytes: Uint8Array): QueryParameters;
106
- static deserializeBinaryFromReader(message: QueryParameters, reader: jspb.BinaryReader): QueryParameters;
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;
107
112
  }
108
113
 
109
114
  export namespace QueryParameters {
110
- export type AsObject = {
111
- timeZone: string,
112
- geoLocation?: google_type_latlng_pb.LatLng.AsObject,
113
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
114
- resetContexts: boolean,
115
- payload?: google_protobuf_struct_pb.Struct.AsObject,
116
- }
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
+ };
117
123
  }
118
124
 
119
125
  export class QueryInput extends jspb.Message {
120
- getAudioConfig(): InputAudioConfig | undefined;
121
- setAudioConfig(value?: InputAudioConfig): QueryInput;
122
- hasAudioConfig(): boolean;
123
- clearAudioConfig(): QueryInput;
126
+ getAudioConfig(): InputAudioConfig | undefined;
127
+ setAudioConfig(value?: InputAudioConfig): QueryInput;
128
+ hasAudioConfig(): boolean;
129
+ clearAudioConfig(): QueryInput;
124
130
 
125
- getText(): TextInput | undefined;
126
- setText(value?: TextInput): QueryInput;
127
- hasText(): boolean;
128
- clearText(): QueryInput;
131
+ getText(): TextInput | undefined;
132
+ setText(value?: TextInput): QueryInput;
133
+ hasText(): boolean;
134
+ clearText(): QueryInput;
129
135
 
130
- getEvent(): EventInput | undefined;
131
- setEvent(value?: EventInput): QueryInput;
132
- hasEvent(): boolean;
133
- clearEvent(): QueryInput;
136
+ getEvent(): EventInput | undefined;
137
+ setEvent(value?: EventInput): QueryInput;
138
+ hasEvent(): boolean;
139
+ clearEvent(): QueryInput;
134
140
 
135
- getInputCase(): QueryInput.InputCase;
141
+ getInputCase(): QueryInput.InputCase;
136
142
 
137
- serializeBinary(): Uint8Array;
138
- toObject(includeInstance?: boolean): QueryInput.AsObject;
139
- static toObject(includeInstance: boolean, msg: QueryInput): QueryInput.AsObject;
140
- static serializeBinaryToWriter(message: QueryInput, writer: jspb.BinaryWriter): void;
141
- static deserializeBinary(bytes: Uint8Array): QueryInput;
142
- static deserializeBinaryFromReader(message: QueryInput, reader: jspb.BinaryReader): QueryInput;
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;
143
149
  }
144
150
 
145
151
  export namespace QueryInput {
146
- export type AsObject = {
147
- audioConfig?: InputAudioConfig.AsObject,
148
- text?: TextInput.AsObject,
149
- event?: EventInput.AsObject,
150
- }
152
+ export type AsObject = {
153
+ audioConfig?: InputAudioConfig.AsObject;
154
+ text?: TextInput.AsObject;
155
+ event?: EventInput.AsObject;
156
+ };
151
157
 
152
- export enum InputCase {
153
- INPUT_NOT_SET = 0,
154
- AUDIO_CONFIG = 1,
155
- TEXT = 2,
156
- EVENT = 3,
157
- }
158
+ export enum InputCase {
159
+ INPUT_NOT_SET = 0,
160
+ AUDIO_CONFIG = 1,
161
+ TEXT = 2,
162
+ EVENT = 3
163
+ }
158
164
  }
159
165
 
160
166
  export class QueryResult extends jspb.Message {
161
- getQueryText(): string;
162
- setQueryText(value: string): QueryResult;
167
+ getQueryText(): string;
168
+ setQueryText(value: string): QueryResult;
163
169
 
164
- getLanguageCode(): string;
165
- setLanguageCode(value: string): QueryResult;
170
+ getLanguageCode(): string;
171
+ setLanguageCode(value: string): QueryResult;
166
172
 
167
- getSpeechRecognitionConfidence(): number;
168
- setSpeechRecognitionConfidence(value: number): QueryResult;
173
+ getSpeechRecognitionConfidence(): number;
174
+ setSpeechRecognitionConfidence(value: number): QueryResult;
169
175
 
170
- getAction(): string;
171
- setAction(value: string): QueryResult;
176
+ getAction(): string;
177
+ setAction(value: string): QueryResult;
172
178
 
173
- getParameters(): google_protobuf_struct_pb.Struct | undefined;
174
- setParameters(value?: google_protobuf_struct_pb.Struct): QueryResult;
175
- hasParameters(): boolean;
176
- clearParameters(): QueryResult;
179
+ getParameters(): google_protobuf_struct_pb.Struct | undefined;
180
+ setParameters(value?: google_protobuf_struct_pb.Struct): QueryResult;
181
+ hasParameters(): boolean;
182
+ clearParameters(): QueryResult;
177
183
 
178
- getAllRequiredParamsPresent(): boolean;
179
- setAllRequiredParamsPresent(value: boolean): QueryResult;
184
+ getAllRequiredParamsPresent(): boolean;
185
+ setAllRequiredParamsPresent(value: boolean): QueryResult;
180
186
 
181
- getFulfillmentText(): string;
182
- setFulfillmentText(value: string): QueryResult;
187
+ getFulfillmentText(): string;
188
+ setFulfillmentText(value: string): QueryResult;
183
189
 
184
- getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
185
- setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): QueryResult;
186
- clearFulfillmentMessagesList(): QueryResult;
187
- addFulfillmentMessages(value?: ondewo_nlu_intent_pb.Intent.Message, index?: number): ondewo_nlu_intent_pb.Intent.Message;
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;
188
197
 
189
- getWebhookSource(): string;
190
- setWebhookSource(value: string): QueryResult;
198
+ getWebhookSource(): string;
199
+ setWebhookSource(value: string): QueryResult;
191
200
 
192
- getWebhookPayload(): google_protobuf_struct_pb.Struct | undefined;
193
- setWebhookPayload(value?: google_protobuf_struct_pb.Struct): QueryResult;
194
- hasWebhookPayload(): boolean;
195
- clearWebhookPayload(): QueryResult;
201
+ getWebhookPayload(): google_protobuf_struct_pb.Struct | undefined;
202
+ setWebhookPayload(value?: google_protobuf_struct_pb.Struct): QueryResult;
203
+ hasWebhookPayload(): boolean;
204
+ clearWebhookPayload(): QueryResult;
196
205
 
197
- getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
198
- setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): QueryResult;
199
- clearOutputContextsList(): QueryResult;
200
- addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
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;
201
210
 
202
- getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
203
- setIntent(value?: ondewo_nlu_intent_pb.Intent): QueryResult;
204
- hasIntent(): boolean;
205
- clearIntent(): QueryResult;
211
+ getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
212
+ setIntent(value?: ondewo_nlu_intent_pb.Intent): QueryResult;
213
+ hasIntent(): boolean;
214
+ clearIntent(): QueryResult;
206
215
 
207
- getIntentDetectionConfidence(): number;
208
- setIntentDetectionConfidence(value: number): QueryResult;
216
+ getIntentDetectionConfidence(): number;
217
+ setIntentDetectionConfidence(value: number): QueryResult;
209
218
 
210
- getDiagnosticInfo(): google_protobuf_struct_pb.Struct | undefined;
211
- setDiagnosticInfo(value?: google_protobuf_struct_pb.Struct): QueryResult;
212
- hasDiagnosticInfo(): boolean;
213
- clearDiagnosticInfo(): QueryResult;
219
+ getDiagnosticInfo(): google_protobuf_struct_pb.Struct | undefined;
220
+ setDiagnosticInfo(value?: google_protobuf_struct_pb.Struct): QueryResult;
221
+ hasDiagnosticInfo(): boolean;
222
+ clearDiagnosticInfo(): QueryResult;
214
223
 
215
- serializeBinary(): Uint8Array;
216
- toObject(includeInstance?: boolean): QueryResult.AsObject;
217
- static toObject(includeInstance: boolean, msg: QueryResult): QueryResult.AsObject;
218
- static serializeBinaryToWriter(message: QueryResult, writer: jspb.BinaryWriter): void;
219
- static deserializeBinary(bytes: Uint8Array): QueryResult;
220
- static deserializeBinaryFromReader(message: QueryResult, reader: jspb.BinaryReader): QueryResult;
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;
221
230
  }
222
231
 
223
232
  export namespace QueryResult {
224
- export type AsObject = {
225
- queryText: string,
226
- languageCode: string,
227
- speechRecognitionConfidence: number,
228
- action: string,
229
- parameters?: google_protobuf_struct_pb.Struct.AsObject,
230
- allRequiredParamsPresent: boolean,
231
- fulfillmentText: string,
232
- fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>,
233
- webhookSource: string,
234
- webhookPayload?: google_protobuf_struct_pb.Struct.AsObject,
235
- outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
236
- intent?: ondewo_nlu_intent_pb.Intent.AsObject,
237
- intentDetectionConfidence: number,
238
- diagnosticInfo?: google_protobuf_struct_pb.Struct.AsObject,
239
- }
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
+ };
240
249
  }
241
250
 
242
251
  export class StreamingDetectIntentRequest extends jspb.Message {
243
- getSession(): string;
244
- setSession(value: string): StreamingDetectIntentRequest;
245
-
246
- getQueryParams(): QueryParameters | undefined;
247
- setQueryParams(value?: QueryParameters): StreamingDetectIntentRequest;
248
- hasQueryParams(): boolean;
249
- clearQueryParams(): StreamingDetectIntentRequest;
250
-
251
- getQueryInput(): QueryInput | undefined;
252
- setQueryInput(value?: QueryInput): StreamingDetectIntentRequest;
253
- hasQueryInput(): boolean;
254
- clearQueryInput(): StreamingDetectIntentRequest;
255
-
256
- getSingleUtterance(): boolean;
257
- setSingleUtterance(value: boolean): StreamingDetectIntentRequest;
258
-
259
- getInputAudio(): Uint8Array | string;
260
- getInputAudio_asU8(): Uint8Array;
261
- getInputAudio_asB64(): string;
262
- setInputAudio(value: Uint8Array | string): StreamingDetectIntentRequest;
263
-
264
- serializeBinary(): Uint8Array;
265
- toObject(includeInstance?: boolean): StreamingDetectIntentRequest.AsObject;
266
- static toObject(includeInstance: boolean, msg: StreamingDetectIntentRequest): StreamingDetectIntentRequest.AsObject;
267
- static serializeBinaryToWriter(message: StreamingDetectIntentRequest, writer: jspb.BinaryWriter): void;
268
- static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentRequest;
269
- static deserializeBinaryFromReader(message: StreamingDetectIntentRequest, reader: jspb.BinaryReader): StreamingDetectIntentRequest;
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;
270
282
  }
271
283
 
272
284
  export namespace StreamingDetectIntentRequest {
273
- export type AsObject = {
274
- session: string,
275
- queryParams?: QueryParameters.AsObject,
276
- queryInput?: QueryInput.AsObject,
277
- singleUtterance: boolean,
278
- inputAudio: Uint8Array | string,
279
- }
285
+ export type AsObject = {
286
+ session: string;
287
+ queryParams?: QueryParameters.AsObject;
288
+ queryInput?: QueryInput.AsObject;
289
+ singleUtterance: boolean;
290
+ inputAudio: Uint8Array | string;
291
+ };
280
292
  }
281
293
 
282
294
  export class StreamingDetectIntentResponse extends jspb.Message {
283
- getResponseId(): string;
284
- setResponseId(value: string): StreamingDetectIntentResponse;
285
-
286
- getRecognitionResult(): StreamingRecognitionResult | undefined;
287
- setRecognitionResult(value?: StreamingRecognitionResult): StreamingDetectIntentResponse;
288
- hasRecognitionResult(): boolean;
289
- clearRecognitionResult(): StreamingDetectIntentResponse;
290
-
291
- getQueryResult(): QueryResult | undefined;
292
- setQueryResult(value?: QueryResult): StreamingDetectIntentResponse;
293
- hasQueryResult(): boolean;
294
- clearQueryResult(): StreamingDetectIntentResponse;
295
-
296
- getWebhookStatus(): google_rpc_status_pb.Status | undefined;
297
- setWebhookStatus(value?: google_rpc_status_pb.Status): StreamingDetectIntentResponse;
298
- hasWebhookStatus(): boolean;
299
- clearWebhookStatus(): StreamingDetectIntentResponse;
300
-
301
- serializeBinary(): Uint8Array;
302
- toObject(includeInstance?: boolean): StreamingDetectIntentResponse.AsObject;
303
- static toObject(includeInstance: boolean, msg: StreamingDetectIntentResponse): StreamingDetectIntentResponse.AsObject;
304
- static serializeBinaryToWriter(message: StreamingDetectIntentResponse, writer: jspb.BinaryWriter): void;
305
- static deserializeBinary(bytes: Uint8Array): StreamingDetectIntentResponse;
306
- static deserializeBinaryFromReader(message: StreamingDetectIntentResponse, reader: jspb.BinaryReader): StreamingDetectIntentResponse;
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;
307
322
  }
308
323
 
309
324
  export namespace StreamingDetectIntentResponse {
310
- export type AsObject = {
311
- responseId: string,
312
- recognitionResult?: StreamingRecognitionResult.AsObject,
313
- queryResult?: QueryResult.AsObject,
314
- webhookStatus?: google_rpc_status_pb.Status.AsObject,
315
- }
325
+ export type AsObject = {
326
+ responseId: string;
327
+ recognitionResult?: StreamingRecognitionResult.AsObject;
328
+ queryResult?: QueryResult.AsObject;
329
+ webhookStatus?: google_rpc_status_pb.Status.AsObject;
330
+ };
316
331
  }
317
332
 
318
333
  export class StreamingRecognitionResult extends jspb.Message {
319
- getMessageType(): StreamingRecognitionResult.MessageType;
320
- setMessageType(value: StreamingRecognitionResult.MessageType): StreamingRecognitionResult;
334
+ getMessageType(): StreamingRecognitionResult.MessageType;
335
+ setMessageType(value: StreamingRecognitionResult.MessageType): StreamingRecognitionResult;
321
336
 
322
- getTranscript(): string;
323
- setTranscript(value: string): StreamingRecognitionResult;
337
+ getTranscript(): string;
338
+ setTranscript(value: string): StreamingRecognitionResult;
324
339
 
325
- getIsFinal(): boolean;
326
- setIsFinal(value: boolean): StreamingRecognitionResult;
340
+ getIsFinal(): boolean;
341
+ setIsFinal(value: boolean): StreamingRecognitionResult;
327
342
 
328
- getConfidence(): number;
329
- setConfidence(value: number): StreamingRecognitionResult;
343
+ getConfidence(): number;
344
+ setConfidence(value: number): StreamingRecognitionResult;
330
345
 
331
- serializeBinary(): Uint8Array;
332
- toObject(includeInstance?: boolean): StreamingRecognitionResult.AsObject;
333
- static toObject(includeInstance: boolean, msg: StreamingRecognitionResult): StreamingRecognitionResult.AsObject;
334
- static serializeBinaryToWriter(message: StreamingRecognitionResult, writer: jspb.BinaryWriter): void;
335
- static deserializeBinary(bytes: Uint8Array): StreamingRecognitionResult;
336
- static deserializeBinaryFromReader(message: StreamingRecognitionResult, reader: jspb.BinaryReader): StreamingRecognitionResult;
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;
337
355
  }
338
356
 
339
357
  export namespace StreamingRecognitionResult {
340
- export type AsObject = {
341
- messageType: StreamingRecognitionResult.MessageType,
342
- transcript: string,
343
- isFinal: boolean,
344
- confidence: number,
345
- }
358
+ export type AsObject = {
359
+ messageType: StreamingRecognitionResult.MessageType;
360
+ transcript: string;
361
+ isFinal: boolean;
362
+ confidence: number;
363
+ };
346
364
 
347
- export enum MessageType {
348
- MESSAGE_TYPE_UNSPECIFIED = 0,
349
- TRANSCRIPT = 1,
350
- END_OF_SINGLE_UTTERANCE = 2,
351
- }
365
+ export enum MessageType {
366
+ MESSAGE_TYPE_UNSPECIFIED = 0,
367
+ TRANSCRIPT = 1,
368
+ END_OF_SINGLE_UTTERANCE = 2
369
+ }
352
370
  }
353
371
 
354
372
  export class InputAudioConfig extends jspb.Message {
355
- getAudioEncoding(): AudioEncoding;
356
- setAudioEncoding(value: AudioEncoding): InputAudioConfig;
373
+ getAudioEncoding(): AudioEncoding;
374
+ setAudioEncoding(value: AudioEncoding): InputAudioConfig;
357
375
 
358
- getSampleRateHertz(): number;
359
- setSampleRateHertz(value: number): InputAudioConfig;
376
+ getSampleRateHertz(): number;
377
+ setSampleRateHertz(value: number): InputAudioConfig;
360
378
 
361
- getLanguageCode(): string;
362
- setLanguageCode(value: string): InputAudioConfig;
379
+ getLanguageCode(): string;
380
+ setLanguageCode(value: string): InputAudioConfig;
363
381
 
364
- getPhraseHintsList(): Array<string>;
365
- setPhraseHintsList(value: Array<string>): InputAudioConfig;
366
- clearPhraseHintsList(): InputAudioConfig;
367
- addPhraseHints(value: string, index?: number): InputAudioConfig;
382
+ getPhraseHintsList(): Array<string>;
383
+ setPhraseHintsList(value: Array<string>): InputAudioConfig;
384
+ clearPhraseHintsList(): InputAudioConfig;
385
+ addPhraseHints(value: string, index?: number): InputAudioConfig;
368
386
 
369
- serializeBinary(): Uint8Array;
370
- toObject(includeInstance?: boolean): InputAudioConfig.AsObject;
371
- static toObject(includeInstance: boolean, msg: InputAudioConfig): InputAudioConfig.AsObject;
372
- static serializeBinaryToWriter(message: InputAudioConfig, writer: jspb.BinaryWriter): void;
373
- static deserializeBinary(bytes: Uint8Array): InputAudioConfig;
374
- static deserializeBinaryFromReader(message: InputAudioConfig, reader: jspb.BinaryReader): InputAudioConfig;
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;
375
393
  }
376
394
 
377
395
  export namespace InputAudioConfig {
378
- export type AsObject = {
379
- audioEncoding: AudioEncoding,
380
- sampleRateHertz: number,
381
- languageCode: string,
382
- phraseHintsList: Array<string>,
383
- }
396
+ export type AsObject = {
397
+ audioEncoding: AudioEncoding;
398
+ sampleRateHertz: number;
399
+ languageCode: string;
400
+ phraseHintsList: Array<string>;
401
+ };
384
402
  }
385
403
 
386
404
  export class TextInput extends jspb.Message {
387
- getText(): string;
388
- setText(value: string): TextInput;
405
+ getText(): string;
406
+ setText(value: string): TextInput;
389
407
 
390
- getLanguageCode(): string;
391
- setLanguageCode(value: string): TextInput;
408
+ getLanguageCode(): string;
409
+ setLanguageCode(value: string): TextInput;
392
410
 
393
- serializeBinary(): Uint8Array;
394
- toObject(includeInstance?: boolean): TextInput.AsObject;
395
- static toObject(includeInstance: boolean, msg: TextInput): TextInput.AsObject;
396
- static serializeBinaryToWriter(message: TextInput, writer: jspb.BinaryWriter): void;
397
- static deserializeBinary(bytes: Uint8Array): TextInput;
398
- static deserializeBinaryFromReader(message: TextInput, reader: jspb.BinaryReader): TextInput;
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;
399
417
  }
400
418
 
401
419
  export namespace TextInput {
402
- export type AsObject = {
403
- text: string,
404
- languageCode: string,
405
- }
420
+ export type AsObject = {
421
+ text: string;
422
+ languageCode: string;
423
+ };
406
424
  }
407
425
 
408
426
  export class EventInput extends jspb.Message {
409
- getName(): string;
410
- setName(value: string): EventInput;
427
+ getName(): string;
428
+ setName(value: string): EventInput;
411
429
 
412
- getParameters(): google_protobuf_struct_pb.Struct | undefined;
413
- setParameters(value?: google_protobuf_struct_pb.Struct): EventInput;
414
- hasParameters(): boolean;
415
- clearParameters(): EventInput;
430
+ getParameters(): google_protobuf_struct_pb.Struct | undefined;
431
+ setParameters(value?: google_protobuf_struct_pb.Struct): EventInput;
432
+ hasParameters(): boolean;
433
+ clearParameters(): EventInput;
416
434
 
417
- getLanguageCode(): string;
418
- setLanguageCode(value: string): EventInput;
435
+ getLanguageCode(): string;
436
+ setLanguageCode(value: string): EventInput;
419
437
 
420
- serializeBinary(): Uint8Array;
421
- toObject(includeInstance?: boolean): EventInput.AsObject;
422
- static toObject(includeInstance: boolean, msg: EventInput): EventInput.AsObject;
423
- static serializeBinaryToWriter(message: EventInput, writer: jspb.BinaryWriter): void;
424
- static deserializeBinary(bytes: Uint8Array): EventInput;
425
- static deserializeBinaryFromReader(message: EventInput, reader: jspb.BinaryReader): EventInput;
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;
426
444
  }
427
445
 
428
446
  export namespace EventInput {
429
- export type AsObject = {
430
- name: string,
431
- parameters?: google_protobuf_struct_pb.Struct.AsObject,
432
- languageCode: string,
433
- }
447
+ export type AsObject = {
448
+ name: string;
449
+ parameters?: google_protobuf_struct_pb.Struct.AsObject;
450
+ languageCode: string;
451
+ };
434
452
  }
435
453
 
436
454
  export class Session extends jspb.Message {
437
- getSessionId(): string;
438
- setSessionId(value: string): Session;
455
+ getName(): string;
456
+ setName(value: string): Session;
439
457
 
440
- getSessionStepsList(): Array<SessionStep>;
441
- setSessionStepsList(value: Array<SessionStep>): Session;
442
- clearSessionStepsList(): Session;
443
- addSessionSteps(value?: SessionStep, index?: number): SessionStep;
458
+ getSessionStepsList(): Array<SessionStep>;
459
+ setSessionStepsList(value: Array<SessionStep>): Session;
460
+ clearSessionStepsList(): Session;
461
+ addSessionSteps(value?: SessionStep, index?: number): SessionStep;
444
462
 
445
- getSessionInfo(): SessionInfo | undefined;
446
- setSessionInfo(value?: SessionInfo): Session;
447
- hasSessionInfo(): boolean;
448
- clearSessionInfo(): Session;
463
+ getSessionInfo(): SessionInfo | undefined;
464
+ setSessionInfo(value?: SessionInfo): Session;
465
+ hasSessionInfo(): boolean;
466
+ clearSessionInfo(): Session;
449
467
 
450
- serializeBinary(): Uint8Array;
451
- toObject(includeInstance?: boolean): Session.AsObject;
452
- static toObject(includeInstance: boolean, msg: Session): Session.AsObject;
453
- static serializeBinaryToWriter(message: Session, writer: jspb.BinaryWriter): void;
454
- static deserializeBinary(bytes: Uint8Array): Session;
455
- static deserializeBinaryFromReader(message: Session, reader: jspb.BinaryReader): Session;
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;
456
474
  }
457
475
 
458
476
  export namespace Session {
459
- export type AsObject = {
460
- sessionId: string,
461
- sessionStepsList: Array<SessionStep.AsObject>,
462
- sessionInfo?: SessionInfo.AsObject,
463
- }
477
+ export type AsObject = {
478
+ name: string;
479
+ sessionStepsList: Array<SessionStep.AsObject>;
480
+ sessionInfo?: SessionInfo.AsObject;
481
+ };
464
482
 
465
- export enum View {
466
- VIEW_UNSPECIFIED = 0,
467
- VIEW_FULL = 1,
468
- VIEW_SPARSE = 2,
469
- }
483
+ export enum View {
484
+ VIEW_UNSPECIFIED = 0,
485
+ VIEW_FULL = 1,
486
+ VIEW_SPARSE = 2
487
+ }
470
488
  }
471
489
 
472
490
  export class SessionStep extends jspb.Message {
473
- getDetectIntentRequest(): DetectIntentRequest | undefined;
474
- setDetectIntentRequest(value?: DetectIntentRequest): SessionStep;
475
- hasDetectIntentRequest(): boolean;
476
- clearDetectIntentRequest(): SessionStep;
491
+ getName(): string;
492
+ setName(value: string): SessionStep;
493
+
494
+ getDetectIntentRequest(): DetectIntentRequest | undefined;
495
+ setDetectIntentRequest(value?: DetectIntentRequest): SessionStep;
496
+ hasDetectIntentRequest(): boolean;
497
+ clearDetectIntentRequest(): SessionStep;
477
498
 
478
- getDetectIntentResponse(): DetectIntentResponse | undefined;
479
- setDetectIntentResponse(value?: DetectIntentResponse): SessionStep;
480
- hasDetectIntentResponse(): boolean;
481
- clearDetectIntentResponse(): SessionStep;
499
+ getDetectIntentResponse(): DetectIntentResponse | undefined;
500
+ setDetectIntentResponse(value?: DetectIntentResponse): SessionStep;
501
+ hasDetectIntentResponse(): boolean;
502
+ clearDetectIntentResponse(): SessionStep;
482
503
 
483
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
484
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionStep;
485
- clearContextsList(): SessionStep;
486
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
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;
487
508
 
488
- serializeBinary(): Uint8Array;
489
- toObject(includeInstance?: boolean): SessionStep.AsObject;
490
- static toObject(includeInstance: boolean, msg: SessionStep): SessionStep.AsObject;
491
- static serializeBinaryToWriter(message: SessionStep, writer: jspb.BinaryWriter): void;
492
- static deserializeBinary(bytes: Uint8Array): SessionStep;
493
- static deserializeBinaryFromReader(message: SessionStep, reader: jspb.BinaryReader): SessionStep;
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;
494
515
  }
495
516
 
496
517
  export namespace SessionStep {
497
- export type AsObject = {
498
- detectIntentRequest?: DetectIntentRequest.AsObject,
499
- detectIntentResponse?: DetectIntentResponse.AsObject,
500
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
501
- }
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
+ };
502
524
  }
503
525
 
504
526
  export class TrackSessionStepRequest extends jspb.Message {
505
- getSessionId(): string;
506
- setSessionId(value: string): TrackSessionStepRequest;
527
+ getSessionId(): string;
528
+ setSessionId(value: string): TrackSessionStepRequest;
507
529
 
508
- getSessionStep(): SessionStep | undefined;
509
- setSessionStep(value?: SessionStep): TrackSessionStepRequest;
510
- hasSessionStep(): boolean;
511
- clearSessionStep(): TrackSessionStepRequest;
530
+ getSessionStep(): SessionStep | undefined;
531
+ setSessionStep(value?: SessionStep): TrackSessionStepRequest;
532
+ hasSessionStep(): boolean;
533
+ clearSessionStep(): TrackSessionStepRequest;
512
534
 
513
- getSessionView(): Session.View;
514
- setSessionView(value: Session.View): TrackSessionStepRequest;
535
+ getSessionView(): Session.View;
536
+ setSessionView(value: Session.View): TrackSessionStepRequest;
515
537
 
516
- serializeBinary(): Uint8Array;
517
- toObject(includeInstance?: boolean): TrackSessionStepRequest.AsObject;
518
- static toObject(includeInstance: boolean, msg: TrackSessionStepRequest): TrackSessionStepRequest.AsObject;
519
- static serializeBinaryToWriter(message: TrackSessionStepRequest, writer: jspb.BinaryWriter): void;
520
- static deserializeBinary(bytes: Uint8Array): TrackSessionStepRequest;
521
- static deserializeBinaryFromReader(message: TrackSessionStepRequest, reader: jspb.BinaryReader): TrackSessionStepRequest;
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;
522
547
  }
523
548
 
524
549
  export namespace TrackSessionStepRequest {
525
- export type AsObject = {
526
- sessionId: string,
527
- sessionStep?: SessionStep.AsObject,
528
- sessionView: Session.View,
529
- }
550
+ export type AsObject = {
551
+ sessionId: string;
552
+ sessionStep?: SessionStep.AsObject;
553
+ sessionView: Session.View;
554
+ };
530
555
  }
531
556
 
532
557
  export class ListSessionsRequest extends jspb.Message {
533
- getParent(): string;
534
- setParent(value: string): ListSessionsRequest;
558
+ getParent(): string;
559
+ setParent(value: string): ListSessionsRequest;
535
560
 
536
- getSessionView(): Session.View;
537
- setSessionView(value: Session.View): ListSessionsRequest;
561
+ getSessionView(): Session.View;
562
+ setSessionView(value: Session.View): ListSessionsRequest;
538
563
 
539
- getPageToken(): string;
540
- setPageToken(value: string): ListSessionsRequest;
564
+ getPageToken(): string;
565
+ setPageToken(value: string): ListSessionsRequest;
541
566
 
542
- getSessionFilter(): SessionFilter | undefined;
543
- setSessionFilter(value?: SessionFilter): ListSessionsRequest;
544
- hasSessionFilter(): boolean;
545
- clearSessionFilter(): ListSessionsRequest;
567
+ getSessionFilter(): SessionFilter | undefined;
568
+ setSessionFilter(value?: SessionFilter): ListSessionsRequest;
569
+ hasSessionFilter(): boolean;
570
+ clearSessionFilter(): ListSessionsRequest;
546
571
 
547
- serializeBinary(): Uint8Array;
548
- toObject(includeInstance?: boolean): ListSessionsRequest.AsObject;
549
- static toObject(includeInstance: boolean, msg: ListSessionsRequest): ListSessionsRequest.AsObject;
550
- static serializeBinaryToWriter(message: ListSessionsRequest, writer: jspb.BinaryWriter): void;
551
- static deserializeBinary(bytes: Uint8Array): ListSessionsRequest;
552
- static deserializeBinaryFromReader(message: ListSessionsRequest, reader: jspb.BinaryReader): ListSessionsRequest;
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;
576
+
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;
553
583
  }
554
584
 
555
585
  export namespace ListSessionsRequest {
556
- export type AsObject = {
557
- parent: string,
558
- sessionView: Session.View,
559
- pageToken: string,
560
- sessionFilter?: SessionFilter.AsObject,
561
- }
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
+ };
593
+ }
594
+
595
+ export class ContextFilter extends jspb.Message {
596
+ getContextName(): string;
597
+ setContextName(value: string): ContextFilter;
598
+
599
+ getKey(): string;
600
+ setKey(value: string): ContextFilter;
601
+
602
+ getValue(): string;
603
+ setValue(value: string): ContextFilter;
604
+
605
+ getOperator(): ComparisonOperator;
606
+ setOperator(value: ComparisonOperator): ContextFilter;
607
+
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;
614
+ }
615
+
616
+ export namespace ContextFilter {
617
+ export type AsObject = {
618
+ contextName: string;
619
+ key: string;
620
+ value: string;
621
+ operator: ComparisonOperator;
622
+ };
562
623
  }
563
624
 
564
625
  export class SessionFilter extends jspb.Message {
565
- getLanguageCodesList(): Array<string>;
566
- setLanguageCodesList(value: Array<string>): SessionFilter;
567
- clearLanguageCodesList(): SessionFilter;
568
- addLanguageCodes(value: string, index?: number): SessionFilter;
626
+ getLanguageCodesList(): Array<string>;
627
+ setLanguageCodesList(value: Array<string>): SessionFilter;
628
+ clearLanguageCodesList(): SessionFilter;
629
+ addLanguageCodes(value: string, index?: number): SessionFilter;
630
+
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;
635
+
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;
643
+
644
+ getMinIntentsConfidenceMin(): number;
645
+ setMinIntentsConfidenceMin(value: number): SessionFilter;
646
+
647
+ getMinIntentsConfidenceMax(): number;
648
+ setMinIntentsConfidenceMax(value: number): SessionFilter;
649
+
650
+ getMinEntityTypesConfidenceMin(): number;
651
+ setMinEntityTypesConfidenceMin(value: number): SessionFilter;
652
+
653
+ getMinEntityTypesConfidenceMax(): number;
654
+ setMinEntityTypesConfidenceMax(value: number): SessionFilter;
655
+
656
+ getEarliest(): number;
657
+ setEarliest(value: number): SessionFilter;
658
+
659
+ getLatest(): number;
660
+ setLatest(value: number): SessionFilter;
661
+
662
+ getMinNumberTurns(): number;
663
+ setMinNumberTurns(value: number): SessionFilter;
664
+
665
+ getMaxNumberTurns(): number;
666
+ setMaxNumberTurns(value: number): SessionFilter;
569
667
 
570
- getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
571
- setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionFilter;
572
- clearMatchedIntentsList(): SessionFilter;
573
- addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
668
+ getLabelsList(): Array<string>;
669
+ setLabelsList(value: Array<string>): SessionFilter;
670
+ clearLabelsList(): SessionFilter;
671
+ addLabels(value: string, index?: number): SessionFilter;
574
672
 
575
- getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
576
- setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionFilter;
577
- clearMatchedEntityTypesList(): SessionFilter;
578
- addMatchedEntityTypes(value?: ondewo_nlu_entity_type_pb.EntityType, index?: number): ondewo_nlu_entity_type_pb.EntityType;
673
+ getUserIdsList(): Array<string>;
674
+ setUserIdsList(value: Array<string>): SessionFilter;
675
+ clearUserIdsList(): SessionFilter;
676
+ addUserIds(value: string, index?: number): SessionFilter;
579
677
 
580
- getMinIntentsConfidenceMin(): number;
581
- setMinIntentsConfidenceMin(value: number): SessionFilter;
678
+ getIntentTagsList(): Array<string>;
679
+ setIntentTagsList(value: Array<string>): SessionFilter;
680
+ clearIntentTagsList(): SessionFilter;
681
+ addIntentTags(value: string, index?: number): SessionFilter;
582
682
 
583
- getMinIntentsConfidenceMax(): number;
584
- setMinIntentsConfidenceMax(value: number): SessionFilter;
683
+ getSessionIdsList(): Array<string>;
684
+ setSessionIdsList(value: Array<string>): SessionFilter;
685
+ clearSessionIdsList(): SessionFilter;
686
+ addSessionIds(value: string, index?: number): SessionFilter;
585
687
 
586
- getMinEntityTypesConfidenceMin(): number;
587
- setMinEntityTypesConfidenceMin(value: number): SessionFilter;
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;
588
692
 
589
- getMinEntityTypesConfidenceMax(): number;
590
- setMinEntityTypesConfidenceMax(value: number): SessionFilter;
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;
591
697
 
592
- getEarliest(): number;
593
- setEarliest(value: number): SessionFilter;
698
+ getDurationInSMin(): number;
699
+ setDurationInSMin(value: number): SessionFilter;
594
700
 
595
- getLatest(): number;
596
- setLatest(value: number): SessionFilter;
701
+ getDurationInSMax(): number;
702
+ setDurationInSMax(value: number): SessionFilter;
597
703
 
598
- getMinNumberTurns(): number;
599
- setMinNumberTurns(value: number): SessionFilter;
704
+ getDurationInMMin(): number;
705
+ setDurationInMMin(value: number): SessionFilter;
600
706
 
601
- getMaxNumberTurns(): number;
602
- setMaxNumberTurns(value: number): SessionFilter;
707
+ getDurationInMMax(): number;
708
+ setDurationInMMax(value: number): SessionFilter;
603
709
 
604
- getLabelsList(): Array<string>;
605
- setLabelsList(value: Array<string>): SessionFilter;
606
- clearLabelsList(): SessionFilter;
607
- addLabels(value: string, index?: number): SessionFilter;
710
+ getDurationInMRoundedMin(): number;
711
+ setDurationInMRoundedMin(value: number): SessionFilter;
608
712
 
609
- getUserIdsList(): Array<string>;
610
- setUserIdsList(value: Array<string>): SessionFilter;
611
- clearUserIdsList(): SessionFilter;
612
- addUserIds(value: string, index?: number): SessionFilter;
713
+ getDurationInMRoundedMax(): number;
714
+ setDurationInMRoundedMax(value: number): SessionFilter;
613
715
 
614
- getIntentTagsList(): Array<string>;
615
- setIntentTagsList(value: Array<string>): SessionFilter;
616
- clearIntentTagsList(): SessionFilter;
617
- addIntentTags(value: string, index?: number): SessionFilter;
716
+ getDurationInterval15sRoundedMin(): number;
717
+ setDurationInterval15sRoundedMin(value: number): SessionFilter;
618
718
 
619
- getSessionIdsList(): Array<string>;
620
- setSessionIdsList(value: Array<string>): SessionFilter;
621
- clearSessionIdsList(): SessionFilter;
622
- addSessionIds(value: string, index?: number): SessionFilter;
719
+ getDurationInterval15sRoundedMax(): number;
720
+ setDurationInterval15sRoundedMax(value: number): SessionFilter;
623
721
 
624
- getInputContextsList(): Array<ondewo_nlu_context_pb.Context>;
625
- setInputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
626
- clearInputContextsList(): SessionFilter;
627
- addInputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
722
+ getDurationInterval30sRoundedMin(): number;
723
+ setDurationInterval30sRoundedMin(value: number): SessionFilter;
628
724
 
629
- getOutputContextsList(): Array<ondewo_nlu_context_pb.Context>;
630
- setOutputContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionFilter;
631
- clearOutputContextsList(): SessionFilter;
632
- addOutputContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
725
+ getDurationInterval30sRoundedMax(): number;
726
+ setDurationInterval30sRoundedMax(value: number): SessionFilter;
633
727
 
634
- serializeBinary(): Uint8Array;
635
- toObject(includeInstance?: boolean): SessionFilter.AsObject;
636
- static toObject(includeInstance: boolean, msg: SessionFilter): SessionFilter.AsObject;
637
- static serializeBinaryToWriter(message: SessionFilter, writer: jspb.BinaryWriter): void;
638
- static deserializeBinary(bytes: Uint8Array): SessionFilter;
639
- static deserializeBinaryFromReader(message: SessionFilter, reader: jspb.BinaryReader): SessionFilter;
728
+ getDurationInterval45sRoundedMin(): number;
729
+ setDurationInterval45sRoundedMin(value: number): SessionFilter;
730
+
731
+ getDurationInterval45sRoundedMax(): number;
732
+ setDurationInterval45sRoundedMax(value: number): SessionFilter;
733
+
734
+ getStartedTimeSlotPerHourMin(): string;
735
+ setStartedTimeSlotPerHourMin(value: string): SessionFilter;
736
+
737
+ getStartedTimeSlotPerHourMax(): string;
738
+ setStartedTimeSlotPerHourMax(value: string): SessionFilter;
739
+
740
+ getStartedTimeSlotPerQuarterHourMin(): string;
741
+ setStartedTimeSlotPerQuarterHourMin(value: string): SessionFilter;
742
+
743
+ getStartedTimeSlotPerQuarterHourMax(): string;
744
+ setStartedTimeSlotPerQuarterHourMax(value: string): SessionFilter;
745
+
746
+ getStartedTimeSlotPerHalfHourMin(): string;
747
+ setStartedTimeSlotPerHalfHourMin(value: string): SessionFilter;
748
+
749
+ getStartedTimeSlotPerHalfHourMax(): string;
750
+ setStartedTimeSlotPerHalfHourMax(value: string): SessionFilter;
751
+
752
+ getStartedTimeSlotPerDayPhaseMin(): string;
753
+ setStartedTimeSlotPerDayPhaseMin(value: string): SessionFilter;
754
+
755
+ getStartedTimeSlotPerDayPhaseMax(): string;
756
+ setStartedTimeSlotPerDayPhaseMax(value: string): SessionFilter;
757
+
758
+ getStartedTimeSlotPerMinuteMin(): string;
759
+ setStartedTimeSlotPerMinuteMin(value: string): SessionFilter;
760
+
761
+ getStartedTimeSlotPerMinuteMax(): string;
762
+ setStartedTimeSlotPerMinuteMax(value: string): SessionFilter;
763
+
764
+ getDurationInSRoundedMin(): number;
765
+ setDurationInSRoundedMin(value: number): SessionFilter;
766
+
767
+ getDurationInSRoundedMax(): number;
768
+ setDurationInSRoundedMax(value: number): SessionFilter;
769
+
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;
640
776
  }
641
777
 
642
778
  export namespace SessionFilter {
643
- export type AsObject = {
644
- languageCodesList: Array<string>,
645
- matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>,
646
- matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>,
647
- minIntentsConfidenceMin: number,
648
- minIntentsConfidenceMax: number,
649
- minEntityTypesConfidenceMin: number,
650
- minEntityTypesConfidenceMax: number,
651
- earliest: number,
652
- latest: number,
653
- minNumberTurns: number,
654
- maxNumberTurns: number,
655
- labelsList: Array<string>,
656
- userIdsList: Array<string>,
657
- intentTagsList: Array<string>,
658
- sessionIdsList: Array<string>,
659
- inputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
660
- outputContextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
661
- }
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
+ };
662
822
  }
663
823
 
664
824
  export class SessionInfo extends jspb.Message {
665
- getLanguageCodesList(): Array<string>;
666
- setLanguageCodesList(value: Array<string>): SessionInfo;
667
- clearLanguageCodesList(): SessionInfo;
668
- addLanguageCodes(value: string, index?: number): SessionInfo;
825
+ getLanguageCodesList(): Array<string>;
826
+ setLanguageCodesList(value: Array<string>): SessionInfo;
827
+ clearLanguageCodesList(): SessionInfo;
828
+ addLanguageCodes(value: string, index?: number): SessionInfo;
829
+
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;
834
+
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;
669
842
 
670
- getMatchedIntentsList(): Array<ondewo_nlu_intent_pb.Intent>;
671
- setMatchedIntentsList(value: Array<ondewo_nlu_intent_pb.Intent>): SessionInfo;
672
- clearMatchedIntentsList(): SessionInfo;
673
- addMatchedIntents(value?: ondewo_nlu_intent_pb.Intent, index?: number): ondewo_nlu_intent_pb.Intent;
843
+ getMinIntentsConfidence(): number;
844
+ setMinIntentsConfidence(value: number): SessionInfo;
674
845
 
675
- getMatchedEntityTypesList(): Array<ondewo_nlu_entity_type_pb.EntityType>;
676
- setMatchedEntityTypesList(value: Array<ondewo_nlu_entity_type_pb.EntityType>): SessionInfo;
677
- clearMatchedEntityTypesList(): SessionInfo;
678
- addMatchedEntityTypes(value?: ondewo_nlu_entity_type_pb.EntityType, index?: number): ondewo_nlu_entity_type_pb.EntityType;
846
+ getMinEntityTypesConfidence(): number;
847
+ setMinEntityTypesConfidence(value: number): SessionInfo;
679
848
 
680
- getMinIntentsConfidence(): number;
681
- setMinIntentsConfidence(value: number): SessionInfo;
849
+ getEarliest(): number;
850
+ setEarliest(value: number): SessionInfo;
682
851
 
683
- getMinEntityTypesConfidence(): number;
684
- setMinEntityTypesConfidence(value: number): SessionInfo;
852
+ getLatest(): number;
853
+ setLatest(value: number): SessionInfo;
685
854
 
686
- getEarliest(): number;
687
- setEarliest(value: number): SessionInfo;
855
+ getNumberTurns(): number;
856
+ setNumberTurns(value: number): SessionInfo;
688
857
 
689
- getLatest(): number;
690
- setLatest(value: number): SessionInfo;
858
+ getLabelsList(): Array<string>;
859
+ setLabelsList(value: Array<string>): SessionInfo;
860
+ clearLabelsList(): SessionInfo;
861
+ addLabels(value: string, index?: number): SessionInfo;
691
862
 
692
- getNumberTurns(): number;
693
- setNumberTurns(value: number): SessionInfo;
863
+ getUserIdsList(): Array<string>;
864
+ setUserIdsList(value: Array<string>): SessionInfo;
865
+ clearUserIdsList(): SessionInfo;
866
+ addUserIds(value: string, index?: number): SessionInfo;
694
867
 
695
- getLabelsList(): Array<string>;
696
- setLabelsList(value: Array<string>): SessionInfo;
697
- clearLabelsList(): SessionInfo;
698
- addLabels(value: string, index?: number): SessionInfo;
868
+ getIntentTagsList(): Array<string>;
869
+ setIntentTagsList(value: Array<string>): SessionInfo;
870
+ clearIntentTagsList(): SessionInfo;
871
+ addIntentTags(value: string, index?: number): SessionInfo;
699
872
 
700
- getUserIdsList(): Array<string>;
701
- setUserIdsList(value: Array<string>): SessionInfo;
702
- clearUserIdsList(): SessionInfo;
703
- addUserIds(value: string, index?: number): SessionInfo;
873
+ getInputContextStepsList(): Array<SessionInfo.ContextSteps>;
874
+ setInputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
875
+ clearInputContextStepsList(): SessionInfo;
876
+ addInputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
704
877
 
705
- getIntentTagsList(): Array<string>;
706
- setIntentTagsList(value: Array<string>): SessionInfo;
707
- clearIntentTagsList(): SessionInfo;
708
- addIntentTags(value: string, index?: number): SessionInfo;
878
+ getOutputContextStepsList(): Array<SessionInfo.ContextSteps>;
879
+ setOutputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
880
+ clearOutputContextStepsList(): SessionInfo;
881
+ addOutputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
709
882
 
710
- getInputContextStepsList(): Array<SessionInfo.ContextSteps>;
711
- setInputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
712
- clearInputContextStepsList(): SessionInfo;
713
- addInputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
883
+ getDurationInS(): number;
884
+ setDurationInS(value: number): SessionInfo;
714
885
 
715
- getOutputContextStepsList(): Array<SessionInfo.ContextSteps>;
716
- setOutputContextStepsList(value: Array<SessionInfo.ContextSteps>): SessionInfo;
717
- clearOutputContextStepsList(): SessionInfo;
718
- addOutputContextSteps(value?: SessionInfo.ContextSteps, index?: number): SessionInfo.ContextSteps;
886
+ getDurationInM(): number;
887
+ setDurationInM(value: number): SessionInfo;
719
888
 
720
- serializeBinary(): Uint8Array;
721
- toObject(includeInstance?: boolean): SessionInfo.AsObject;
722
- static toObject(includeInstance: boolean, msg: SessionInfo): SessionInfo.AsObject;
723
- static serializeBinaryToWriter(message: SessionInfo, writer: jspb.BinaryWriter): void;
724
- static deserializeBinary(bytes: Uint8Array): SessionInfo;
725
- static deserializeBinaryFromReader(message: SessionInfo, reader: jspb.BinaryReader): SessionInfo;
889
+ getDurationInMRounded(): number;
890
+ setDurationInMRounded(value: number): SessionInfo;
891
+
892
+ getDurationInterval15sRounded(): number;
893
+ setDurationInterval15sRounded(value: number): SessionInfo;
894
+
895
+ getDurationInterval30sRounded(): number;
896
+ setDurationInterval30sRounded(value: number): SessionInfo;
897
+
898
+ getDurationInterval45sRounded(): number;
899
+ setDurationInterval45sRounded(value: number): SessionInfo;
900
+
901
+ getStartedTimeSlotPerHour(): string;
902
+ setStartedTimeSlotPerHour(value: string): SessionInfo;
903
+
904
+ getStartedTimeSlotPerQuarterHour(): string;
905
+ setStartedTimeSlotPerQuarterHour(value: string): SessionInfo;
906
+
907
+ getStartedTimeSlotPerHalfHour(): string;
908
+ setStartedTimeSlotPerHalfHour(value: string): SessionInfo;
909
+
910
+ getStartedTimeSlotPerDayPhase(): string;
911
+ setStartedTimeSlotPerDayPhase(value: string): SessionInfo;
912
+
913
+ getStartedTimeSlotPerMinute(): string;
914
+ setStartedTimeSlotPerMinute(value: string): SessionInfo;
915
+
916
+ getDurationInSRounded(): number;
917
+ setDurationInSRounded(value: number): SessionInfo;
918
+
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;
726
925
  }
727
926
 
728
927
  export namespace SessionInfo {
729
- export type AsObject = {
730
- languageCodesList: Array<string>,
731
- matchedIntentsList: Array<ondewo_nlu_intent_pb.Intent.AsObject>,
732
- matchedEntityTypesList: Array<ondewo_nlu_entity_type_pb.EntityType.AsObject>,
733
- minIntentsConfidence: number,
734
- minEntityTypesConfidence: number,
735
- earliest: number,
736
- latest: number,
737
- numberTurns: number,
738
- labelsList: Array<string>,
739
- userIdsList: Array<string>,
740
- intentTagsList: Array<string>,
741
- inputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>,
742
- outputContextStepsList: Array<SessionInfo.ContextSteps.AsObject>,
743
- }
744
-
745
- export class ContextSteps extends jspb.Message {
746
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
747
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): ContextSteps;
748
- clearContextsList(): ContextSteps;
749
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
750
-
751
- serializeBinary(): Uint8Array;
752
- toObject(includeInstance?: boolean): ContextSteps.AsObject;
753
- static toObject(includeInstance: boolean, msg: ContextSteps): ContextSteps.AsObject;
754
- static serializeBinaryToWriter(message: ContextSteps, writer: jspb.BinaryWriter): void;
755
- static deserializeBinary(bytes: Uint8Array): ContextSteps;
756
- static deserializeBinaryFromReader(message: ContextSteps, reader: jspb.BinaryReader): ContextSteps;
757
- }
758
-
759
- export namespace ContextSteps {
760
- export type AsObject = {
761
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
762
- }
763
- }
764
-
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
+ }
765
975
  }
766
976
 
767
977
  export class ListSessionsResponse extends jspb.Message {
768
- getSessionsList(): Array<Session>;
769
- setSessionsList(value: Array<Session>): ListSessionsResponse;
770
- clearSessionsList(): ListSessionsResponse;
771
- addSessions(value?: Session, index?: number): Session;
978
+ getSessionsList(): Array<Session>;
979
+ setSessionsList(value: Array<Session>): ListSessionsResponse;
980
+ clearSessionsList(): ListSessionsResponse;
981
+ addSessions(value?: Session, index?: number): Session;
772
982
 
773
- getNextPageToken(): string;
774
- setNextPageToken(value: string): ListSessionsResponse;
983
+ getNextPageToken(): string;
984
+ setNextPageToken(value: string): ListSessionsResponse;
775
985
 
776
- serializeBinary(): Uint8Array;
777
- toObject(includeInstance?: boolean): ListSessionsResponse.AsObject;
778
- static toObject(includeInstance: boolean, msg: ListSessionsResponse): ListSessionsResponse.AsObject;
779
- static serializeBinaryToWriter(message: ListSessionsResponse, writer: jspb.BinaryWriter): void;
780
- static deserializeBinary(bytes: Uint8Array): ListSessionsResponse;
781
- static deserializeBinaryFromReader(message: ListSessionsResponse, reader: jspb.BinaryReader): ListSessionsResponse;
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;
782
992
  }
783
993
 
784
994
  export namespace ListSessionsResponse {
785
- export type AsObject = {
786
- sessionsList: Array<Session.AsObject>,
787
- nextPageToken: string,
788
- }
995
+ export type AsObject = {
996
+ sessionsList: Array<Session.AsObject>;
997
+ nextPageToken: string;
998
+ };
789
999
  }
790
1000
 
791
1001
  export class GetSessionRequest extends jspb.Message {
792
- getSessionId(): string;
793
- setSessionId(value: string): GetSessionRequest;
1002
+ getSessionId(): string;
1003
+ setSessionId(value: string): GetSessionRequest;
1004
+
1005
+ getSessionView(): Session.View;
1006
+ setSessionView(value: Session.View): GetSessionRequest;
794
1007
 
795
- getSessionView(): Session.View;
796
- setSessionView(value: Session.View): GetSessionRequest;
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;
797
1012
 
798
- serializeBinary(): Uint8Array;
799
- toObject(includeInstance?: boolean): GetSessionRequest.AsObject;
800
- static toObject(includeInstance: boolean, msg: GetSessionRequest): GetSessionRequest.AsObject;
801
- static serializeBinaryToWriter(message: GetSessionRequest, writer: jspb.BinaryWriter): void;
802
- static deserializeBinary(bytes: Uint8Array): GetSessionRequest;
803
- static deserializeBinaryFromReader(message: GetSessionRequest, reader: jspb.BinaryReader): GetSessionRequest;
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;
804
1019
  }
805
1020
 
806
1021
  export namespace GetSessionRequest {
807
- export type AsObject = {
808
- sessionId: string,
809
- sessionView: Session.View,
810
- }
1022
+ export type AsObject = {
1023
+ sessionId: string;
1024
+ sessionView: Session.View;
1025
+ fieldMask?: google_protobuf_field_mask_pb.FieldMask.AsObject;
1026
+ };
811
1027
  }
812
1028
 
813
1029
  export class CreateSessionRequest extends jspb.Message {
814
- getParent(): string;
815
- setParent(value: string): CreateSessionRequest;
1030
+ getParent(): string;
1031
+ setParent(value: string): CreateSessionRequest;
816
1032
 
817
- getSessionUuid(): string;
818
- setSessionUuid(value: string): CreateSessionRequest;
1033
+ getSessionUuid(): string;
1034
+ setSessionUuid(value: string): CreateSessionRequest;
819
1035
 
820
- getLabelsList(): Array<string>;
821
- setLabelsList(value: Array<string>): CreateSessionRequest;
822
- clearLabelsList(): CreateSessionRequest;
823
- addLabels(value: string, index?: number): CreateSessionRequest;
1036
+ getLabelsList(): Array<string>;
1037
+ setLabelsList(value: Array<string>): CreateSessionRequest;
1038
+ clearLabelsList(): CreateSessionRequest;
1039
+ addLabels(value: string, index?: number): CreateSessionRequest;
824
1040
 
825
- serializeBinary(): Uint8Array;
826
- toObject(includeInstance?: boolean): CreateSessionRequest.AsObject;
827
- static toObject(includeInstance: boolean, msg: CreateSessionRequest): CreateSessionRequest.AsObject;
828
- static serializeBinaryToWriter(message: CreateSessionRequest, writer: jspb.BinaryWriter): void;
829
- static deserializeBinary(bytes: Uint8Array): CreateSessionRequest;
830
- static deserializeBinaryFromReader(message: CreateSessionRequest, reader: jspb.BinaryReader): CreateSessionRequest;
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;
831
1047
  }
832
1048
 
833
1049
  export namespace CreateSessionRequest {
834
- export type AsObject = {
835
- parent: string,
836
- sessionUuid: string,
837
- labelsList: Array<string>,
838
- }
1050
+ export type AsObject = {
1051
+ parent: string;
1052
+ sessionUuid: string;
1053
+ labelsList: Array<string>;
1054
+ };
839
1055
  }
840
1056
 
841
1057
  export class DeleteSessionRequest extends jspb.Message {
842
- getSessionId(): string;
843
- setSessionId(value: string): DeleteSessionRequest;
1058
+ getSessionId(): string;
1059
+ setSessionId(value: string): DeleteSessionRequest;
844
1060
 
845
- serializeBinary(): Uint8Array;
846
- toObject(includeInstance?: boolean): DeleteSessionRequest.AsObject;
847
- static toObject(includeInstance: boolean, msg: DeleteSessionRequest): DeleteSessionRequest.AsObject;
848
- static serializeBinaryToWriter(message: DeleteSessionRequest, writer: jspb.BinaryWriter): void;
849
- static deserializeBinary(bytes: Uint8Array): DeleteSessionRequest;
850
- static deserializeBinaryFromReader(message: DeleteSessionRequest, reader: jspb.BinaryReader): DeleteSessionRequest;
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;
851
1067
  }
852
1068
 
853
1069
  export namespace DeleteSessionRequest {
854
- export type AsObject = {
855
- sessionId: string,
856
- }
1070
+ export type AsObject = {
1071
+ sessionId: string;
1072
+ };
857
1073
  }
858
1074
 
859
1075
  export class CreateSessionReviewRequest extends jspb.Message {
860
- getSessionId(): string;
861
- setSessionId(value: string): CreateSessionReviewRequest;
1076
+ getSessionId(): string;
1077
+ setSessionId(value: string): CreateSessionReviewRequest;
862
1078
 
863
- getParentReviewId(): string;
864
- setParentReviewId(value: string): CreateSessionReviewRequest;
1079
+ getParentReviewId(): string;
1080
+ setParentReviewId(value: string): CreateSessionReviewRequest;
865
1081
 
866
- getSessionReview(): SessionReview | undefined;
867
- setSessionReview(value?: SessionReview): CreateSessionReviewRequest;
868
- hasSessionReview(): boolean;
869
- clearSessionReview(): CreateSessionReviewRequest;
1082
+ getSessionReview(): SessionReview | undefined;
1083
+ setSessionReview(value?: SessionReview): CreateSessionReviewRequest;
1084
+ hasSessionReview(): boolean;
1085
+ clearSessionReview(): CreateSessionReviewRequest;
870
1086
 
871
- getSessionReviewView(): SessionReview.View;
872
- setSessionReviewView(value: SessionReview.View): CreateSessionReviewRequest;
1087
+ getSessionReviewView(): SessionReview.View;
1088
+ setSessionReviewView(value: SessionReview.View): CreateSessionReviewRequest;
873
1089
 
874
- serializeBinary(): Uint8Array;
875
- toObject(includeInstance?: boolean): CreateSessionReviewRequest.AsObject;
876
- static toObject(includeInstance: boolean, msg: CreateSessionReviewRequest): CreateSessionReviewRequest.AsObject;
877
- static serializeBinaryToWriter(message: CreateSessionReviewRequest, writer: jspb.BinaryWriter): void;
878
- static deserializeBinary(bytes: Uint8Array): CreateSessionReviewRequest;
879
- static deserializeBinaryFromReader(message: CreateSessionReviewRequest, reader: jspb.BinaryReader): CreateSessionReviewRequest;
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;
880
1099
  }
881
1100
 
882
1101
  export namespace CreateSessionReviewRequest {
883
- export type AsObject = {
884
- sessionId: string,
885
- parentReviewId: string,
886
- sessionReview?: SessionReview.AsObject,
887
- sessionReviewView: SessionReview.View,
888
- }
1102
+ export type AsObject = {
1103
+ sessionId: string;
1104
+ parentReviewId: string;
1105
+ sessionReview?: SessionReview.AsObject;
1106
+ sessionReviewView: SessionReview.View;
1107
+ };
889
1108
  }
890
1109
 
891
1110
  export class SessionReview extends jspb.Message {
892
- getSessionReviewId(): string;
893
- setSessionReviewId(value: string): SessionReview;
1111
+ getName(): string;
1112
+ setName(value: string): SessionReview;
894
1113
 
895
- getSessionReviewStepsList(): Array<SessionReviewStep>;
896
- setSessionReviewStepsList(value: Array<SessionReviewStep>): SessionReview;
897
- clearSessionReviewStepsList(): SessionReview;
898
- addSessionReviewSteps(value?: SessionReviewStep, index?: number): SessionReviewStep;
1114
+ getSessionReviewStepsList(): Array<SessionReviewStep>;
1115
+ setSessionReviewStepsList(value: Array<SessionReviewStep>): SessionReview;
1116
+ clearSessionReviewStepsList(): SessionReview;
1117
+ addSessionReviewSteps(value?: SessionReviewStep, index?: number): SessionReviewStep;
899
1118
 
900
- serializeBinary(): Uint8Array;
901
- toObject(includeInstance?: boolean): SessionReview.AsObject;
902
- static toObject(includeInstance: boolean, msg: SessionReview): SessionReview.AsObject;
903
- static serializeBinaryToWriter(message: SessionReview, writer: jspb.BinaryWriter): void;
904
- static deserializeBinary(bytes: Uint8Array): SessionReview;
905
- static deserializeBinaryFromReader(message: SessionReview, reader: jspb.BinaryReader): SessionReview;
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;
906
1125
  }
907
1126
 
908
1127
  export namespace SessionReview {
909
- export type AsObject = {
910
- sessionReviewId: string,
911
- sessionReviewStepsList: Array<SessionReviewStep.AsObject>,
912
- }
1128
+ export type AsObject = {
1129
+ name: string;
1130
+ sessionReviewStepsList: Array<SessionReviewStep.AsObject>;
1131
+ };
913
1132
 
914
- export enum View {
915
- VIEW_UNSPECIFIED = 0,
916
- VIEW_FULL = 1,
917
- VIEW_SPARSE = 2,
918
- }
1133
+ export enum View {
1134
+ VIEW_UNSPECIFIED = 0,
1135
+ VIEW_FULL = 1,
1136
+ VIEW_SPARSE = 2
1137
+ }
919
1138
  }
920
1139
 
921
1140
  export class SessionReviewStep extends jspb.Message {
922
- getAnnotatedUsersays(): ondewo_nlu_intent_pb.Intent.TrainingPhrase | undefined;
923
- setAnnotatedUsersays(value?: ondewo_nlu_intent_pb.Intent.TrainingPhrase): SessionReviewStep;
924
- hasAnnotatedUsersays(): boolean;
925
- clearAnnotatedUsersays(): SessionReviewStep;
1141
+ getName(): string;
1142
+ setName(value: string): SessionReviewStep;
926
1143
 
927
- getLanguageCode(): string;
928
- setLanguageCode(value: string): SessionReviewStep;
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;
929
1148
 
930
- getDetectedIntentsList(): Array<DetectedIntent>;
931
- setDetectedIntentsList(value: Array<DetectedIntent>): SessionReviewStep;
932
- clearDetectedIntentsList(): SessionReviewStep;
933
- addDetectedIntents(value?: DetectedIntent, index?: number): DetectedIntent;
1149
+ getLanguageCode(): string;
1150
+ setLanguageCode(value: string): SessionReviewStep;
934
1151
 
935
- getContextsList(): Array<ondewo_nlu_context_pb.Context>;
936
- setContextsList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
937
- clearContextsList(): SessionReviewStep;
938
- addContexts(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
1152
+ getDetectedIntentsList(): Array<DetectedIntent>;
1153
+ setDetectedIntentsList(value: Array<DetectedIntent>): SessionReviewStep;
1154
+ clearDetectedIntentsList(): SessionReviewStep;
1155
+ addDetectedIntents(value?: DetectedIntent, index?: number): DetectedIntent;
939
1156
 
940
- getContextsOutList(): Array<ondewo_nlu_context_pb.Context>;
941
- setContextsOutList(value: Array<ondewo_nlu_context_pb.Context>): SessionReviewStep;
942
- clearContextsOutList(): SessionReviewStep;
943
- addContextsOut(value?: ondewo_nlu_context_pb.Context, index?: number): ondewo_nlu_context_pb.Context;
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;
944
1161
 
945
- serializeBinary(): Uint8Array;
946
- toObject(includeInstance?: boolean): SessionReviewStep.AsObject;
947
- static toObject(includeInstance: boolean, msg: SessionReviewStep): SessionReviewStep.AsObject;
948
- static serializeBinaryToWriter(message: SessionReviewStep, writer: jspb.BinaryWriter): void;
949
- static deserializeBinary(bytes: Uint8Array): SessionReviewStep;
950
- static deserializeBinaryFromReader(message: SessionReviewStep, reader: jspb.BinaryReader): SessionReviewStep;
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;
1166
+
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;
951
1173
  }
952
1174
 
953
1175
  export namespace SessionReviewStep {
954
- export type AsObject = {
955
- annotatedUsersays?: ondewo_nlu_intent_pb.Intent.TrainingPhrase.AsObject,
956
- languageCode: string,
957
- detectedIntentsList: Array<DetectedIntent.AsObject>,
958
- contextsList: Array<ondewo_nlu_context_pb.Context.AsObject>,
959
- contextsOutList: Array<ondewo_nlu_context_pb.Context.AsObject>,
960
- }
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
+ };
961
1184
  }
962
1185
 
963
1186
  export class DetectedIntent extends jspb.Message {
964
- getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
965
- setIntent(value?: ondewo_nlu_intent_pb.Intent): DetectedIntent;
966
- hasIntent(): boolean;
967
- clearIntent(): DetectedIntent;
1187
+ getIntent(): ondewo_nlu_intent_pb.Intent | undefined;
1188
+ setIntent(value?: ondewo_nlu_intent_pb.Intent): DetectedIntent;
1189
+ hasIntent(): boolean;
1190
+ clearIntent(): DetectedIntent;
968
1191
 
969
- getScore(): number;
970
- setScore(value: number): DetectedIntent;
1192
+ getScore(): number;
1193
+ setScore(value: number): DetectedIntent;
971
1194
 
972
- getAlgorithm(): string;
973
- setAlgorithm(value: string): DetectedIntent;
1195
+ getAlgorithm(): string;
1196
+ setAlgorithm(value: string): DetectedIntent;
974
1197
 
975
- getFulfillmentMessagesList(): Array<ondewo_nlu_intent_pb.Intent.Message>;
976
- setFulfillmentMessagesList(value: Array<ondewo_nlu_intent_pb.Intent.Message>): DetectedIntent;
977
- clearFulfillmentMessagesList(): DetectedIntent;
978
- addFulfillmentMessages(value?: ondewo_nlu_intent_pb.Intent.Message, index?: number): ondewo_nlu_intent_pb.Intent.Message;
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;
979
1205
 
980
- getRequiredParamMissing(): boolean;
981
- setRequiredParamMissing(value: boolean): DetectedIntent;
1206
+ getRequiredParamMissing(): boolean;
1207
+ setRequiredParamMissing(value: boolean): DetectedIntent;
982
1208
 
983
- serializeBinary(): Uint8Array;
984
- toObject(includeInstance?: boolean): DetectedIntent.AsObject;
985
- static toObject(includeInstance: boolean, msg: DetectedIntent): DetectedIntent.AsObject;
986
- static serializeBinaryToWriter(message: DetectedIntent, writer: jspb.BinaryWriter): void;
987
- static deserializeBinary(bytes: Uint8Array): DetectedIntent;
988
- static deserializeBinaryFromReader(message: DetectedIntent, reader: jspb.BinaryReader): DetectedIntent;
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;
989
1215
  }
990
1216
 
991
1217
  export namespace DetectedIntent {
992
- export type AsObject = {
993
- intent?: ondewo_nlu_intent_pb.Intent.AsObject,
994
- score: number,
995
- algorithm: string,
996
- fulfillmentMessagesList: Array<ondewo_nlu_intent_pb.Intent.Message.AsObject>,
997
- requiredParamMissing: boolean,
998
- }
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
+ };
999
1225
  }
1000
1226
 
1001
1227
  export class ListSessionLabelsRequest extends jspb.Message {
1002
- getSessionId(): string;
1003
- setSessionId(value: string): ListSessionLabelsRequest;
1228
+ getSessionId(): string;
1229
+ setSessionId(value: string): ListSessionLabelsRequest;
1004
1230
 
1005
- serializeBinary(): Uint8Array;
1006
- toObject(includeInstance?: boolean): ListSessionLabelsRequest.AsObject;
1007
- static toObject(includeInstance: boolean, msg: ListSessionLabelsRequest): ListSessionLabelsRequest.AsObject;
1008
- static serializeBinaryToWriter(message: ListSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1009
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsRequest;
1010
- static deserializeBinaryFromReader(message: ListSessionLabelsRequest, reader: jspb.BinaryReader): ListSessionLabelsRequest;
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;
1011
1240
  }
1012
1241
 
1013
1242
  export namespace ListSessionLabelsRequest {
1014
- export type AsObject = {
1015
- sessionId: string,
1016
- }
1243
+ export type AsObject = {
1244
+ sessionId: string;
1245
+ };
1017
1246
  }
1018
1247
 
1019
1248
  export class ListSessionLabelsOfAllSessionsRequest extends jspb.Message {
1020
- getParent(): string;
1021
- setParent(value: string): ListSessionLabelsOfAllSessionsRequest;
1022
-
1023
- serializeBinary(): Uint8Array;
1024
- toObject(includeInstance?: boolean): ListSessionLabelsOfAllSessionsRequest.AsObject;
1025
- static toObject(includeInstance: boolean, msg: ListSessionLabelsOfAllSessionsRequest): ListSessionLabelsOfAllSessionsRequest.AsObject;
1026
- static serializeBinaryToWriter(message: ListSessionLabelsOfAllSessionsRequest, writer: jspb.BinaryWriter): void;
1027
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsOfAllSessionsRequest;
1028
- static deserializeBinaryFromReader(message: ListSessionLabelsOfAllSessionsRequest, reader: jspb.BinaryReader): ListSessionLabelsOfAllSessionsRequest;
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;
1029
1264
  }
1030
1265
 
1031
1266
  export namespace ListSessionLabelsOfAllSessionsRequest {
1032
- export type AsObject = {
1033
- parent: string,
1034
- }
1267
+ export type AsObject = {
1268
+ parent: string;
1269
+ };
1035
1270
  }
1036
1271
 
1037
1272
  export class ListSessionLabelsResponse extends jspb.Message {
1038
- getLabelsList(): Array<string>;
1039
- setLabelsList(value: Array<string>): ListSessionLabelsResponse;
1040
- clearLabelsList(): ListSessionLabelsResponse;
1041
- addLabels(value: string, index?: number): ListSessionLabelsResponse;
1042
-
1043
- serializeBinary(): Uint8Array;
1044
- toObject(includeInstance?: boolean): ListSessionLabelsResponse.AsObject;
1045
- static toObject(includeInstance: boolean, msg: ListSessionLabelsResponse): ListSessionLabelsResponse.AsObject;
1046
- static serializeBinaryToWriter(message: ListSessionLabelsResponse, writer: jspb.BinaryWriter): void;
1047
- static deserializeBinary(bytes: Uint8Array): ListSessionLabelsResponse;
1048
- static deserializeBinaryFromReader(message: ListSessionLabelsResponse, reader: jspb.BinaryReader): ListSessionLabelsResponse;
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;
1049
1287
  }
1050
1288
 
1051
1289
  export namespace ListSessionLabelsResponse {
1052
- export type AsObject = {
1053
- labelsList: Array<string>,
1054
- }
1290
+ export type AsObject = {
1291
+ labelsList: Array<string>;
1292
+ };
1055
1293
  }
1056
1294
 
1057
1295
  export class AddSessionLabelsRequest extends jspb.Message {
1058
- getSessionId(): string;
1059
- setSessionId(value: string): AddSessionLabelsRequest;
1296
+ getSessionId(): string;
1297
+ setSessionId(value: string): AddSessionLabelsRequest;
1060
1298
 
1061
- getLabelsList(): Array<string>;
1062
- setLabelsList(value: Array<string>): AddSessionLabelsRequest;
1063
- clearLabelsList(): AddSessionLabelsRequest;
1064
- addLabels(value: string, index?: number): AddSessionLabelsRequest;
1299
+ getLabelsList(): Array<string>;
1300
+ setLabelsList(value: Array<string>): AddSessionLabelsRequest;
1301
+ clearLabelsList(): AddSessionLabelsRequest;
1302
+ addLabels(value: string, index?: number): AddSessionLabelsRequest;
1065
1303
 
1066
- serializeBinary(): Uint8Array;
1067
- toObject(includeInstance?: boolean): AddSessionLabelsRequest.AsObject;
1068
- static toObject(includeInstance: boolean, msg: AddSessionLabelsRequest): AddSessionLabelsRequest.AsObject;
1069
- static serializeBinaryToWriter(message: AddSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1070
- static deserializeBinary(bytes: Uint8Array): AddSessionLabelsRequest;
1071
- static deserializeBinaryFromReader(message: AddSessionLabelsRequest, reader: jspb.BinaryReader): AddSessionLabelsRequest;
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;
1072
1313
  }
1073
1314
 
1074
1315
  export namespace AddSessionLabelsRequest {
1075
- export type AsObject = {
1076
- sessionId: string,
1077
- labelsList: Array<string>,
1078
- }
1316
+ export type AsObject = {
1317
+ sessionId: string;
1318
+ labelsList: Array<string>;
1319
+ };
1079
1320
  }
1080
1321
 
1081
1322
  export class DeleteSessionLabelsRequest extends jspb.Message {
1082
- getSessionId(): string;
1083
- setSessionId(value: string): DeleteSessionLabelsRequest;
1323
+ getSessionId(): string;
1324
+ setSessionId(value: string): DeleteSessionLabelsRequest;
1084
1325
 
1085
- getLabelsList(): Array<string>;
1086
- setLabelsList(value: Array<string>): DeleteSessionLabelsRequest;
1087
- clearLabelsList(): DeleteSessionLabelsRequest;
1088
- addLabels(value: string, index?: number): DeleteSessionLabelsRequest;
1326
+ getLabelsList(): Array<string>;
1327
+ setLabelsList(value: Array<string>): DeleteSessionLabelsRequest;
1328
+ clearLabelsList(): DeleteSessionLabelsRequest;
1329
+ addLabels(value: string, index?: number): DeleteSessionLabelsRequest;
1089
1330
 
1090
- serializeBinary(): Uint8Array;
1091
- toObject(includeInstance?: boolean): DeleteSessionLabelsRequest.AsObject;
1092
- static toObject(includeInstance: boolean, msg: DeleteSessionLabelsRequest): DeleteSessionLabelsRequest.AsObject;
1093
- static serializeBinaryToWriter(message: DeleteSessionLabelsRequest, writer: jspb.BinaryWriter): void;
1094
- static deserializeBinary(bytes: Uint8Array): DeleteSessionLabelsRequest;
1095
- static deserializeBinaryFromReader(message: DeleteSessionLabelsRequest, reader: jspb.BinaryReader): DeleteSessionLabelsRequest;
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;
1096
1340
  }
1097
1341
 
1098
1342
  export namespace DeleteSessionLabelsRequest {
1099
- export type AsObject = {
1100
- sessionId: string,
1101
- labelsList: Array<string>,
1102
- }
1343
+ export type AsObject = {
1344
+ sessionId: string;
1345
+ labelsList: Array<string>;
1346
+ };
1103
1347
  }
1104
1348
 
1105
1349
  export class ListSessionReviewsRequest extends jspb.Message {
1106
- getSessionId(): string;
1107
- setSessionId(value: string): ListSessionReviewsRequest;
1350
+ getSessionId(): string;
1351
+ setSessionId(value: string): ListSessionReviewsRequest;
1108
1352
 
1109
- getSessionReviewView(): SessionReview.View;
1110
- setSessionReviewView(value: SessionReview.View): ListSessionReviewsRequest;
1353
+ getSessionReviewView(): SessionReview.View;
1354
+ setSessionReviewView(value: SessionReview.View): ListSessionReviewsRequest;
1111
1355
 
1112
- getPageToken(): string;
1113
- setPageToken(value: string): ListSessionReviewsRequest;
1356
+ getPageToken(): string;
1357
+ setPageToken(value: string): ListSessionReviewsRequest;
1114
1358
 
1115
- serializeBinary(): Uint8Array;
1116
- toObject(includeInstance?: boolean): ListSessionReviewsRequest.AsObject;
1117
- static toObject(includeInstance: boolean, msg: ListSessionReviewsRequest): ListSessionReviewsRequest.AsObject;
1118
- static serializeBinaryToWriter(message: ListSessionReviewsRequest, writer: jspb.BinaryWriter): void;
1119
- static deserializeBinary(bytes: Uint8Array): ListSessionReviewsRequest;
1120
- static deserializeBinaryFromReader(message: ListSessionReviewsRequest, reader: jspb.BinaryReader): ListSessionReviewsRequest;
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;
1121
1368
  }
1122
1369
 
1123
1370
  export namespace ListSessionReviewsRequest {
1124
- export type AsObject = {
1125
- sessionId: string,
1126
- sessionReviewView: SessionReview.View,
1127
- pageToken: string,
1128
- }
1371
+ export type AsObject = {
1372
+ sessionId: string;
1373
+ sessionReviewView: SessionReview.View;
1374
+ pageToken: string;
1375
+ };
1129
1376
  }
1130
1377
 
1131
1378
  export class ListSessionReviewsResponse extends jspb.Message {
1132
- getSessionReviewsList(): Array<SessionReview>;
1133
- setSessionReviewsList(value: Array<SessionReview>): ListSessionReviewsResponse;
1134
- clearSessionReviewsList(): ListSessionReviewsResponse;
1135
- addSessionReviews(value?: SessionReview, index?: number): SessionReview;
1379
+ getSessionReviewsList(): Array<SessionReview>;
1380
+ setSessionReviewsList(value: Array<SessionReview>): ListSessionReviewsResponse;
1381
+ clearSessionReviewsList(): ListSessionReviewsResponse;
1382
+ addSessionReviews(value?: SessionReview, index?: number): SessionReview;
1136
1383
 
1137
- getNextPageToken(): string;
1138
- setNextPageToken(value: string): ListSessionReviewsResponse;
1384
+ getNextPageToken(): string;
1385
+ setNextPageToken(value: string): ListSessionReviewsResponse;
1139
1386
 
1140
- serializeBinary(): Uint8Array;
1141
- toObject(includeInstance?: boolean): ListSessionReviewsResponse.AsObject;
1142
- static toObject(includeInstance: boolean, msg: ListSessionReviewsResponse): ListSessionReviewsResponse.AsObject;
1143
- static serializeBinaryToWriter(message: ListSessionReviewsResponse, writer: jspb.BinaryWriter): void;
1144
- static deserializeBinary(bytes: Uint8Array): ListSessionReviewsResponse;
1145
- static deserializeBinaryFromReader(message: ListSessionReviewsResponse, reader: jspb.BinaryReader): ListSessionReviewsResponse;
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;
1146
1396
  }
1147
1397
 
1148
1398
  export namespace ListSessionReviewsResponse {
1149
- export type AsObject = {
1150
- sessionReviewsList: Array<SessionReview.AsObject>,
1151
- nextPageToken: string,
1152
- }
1399
+ export type AsObject = {
1400
+ sessionReviewsList: Array<SessionReview.AsObject>;
1401
+ nextPageToken: string;
1402
+ };
1153
1403
  }
1154
1404
 
1155
1405
  export class GetSessionReviewRequest extends jspb.Message {
1156
- getSessionReviewId(): string;
1157
- setSessionReviewId(value: string): GetSessionReviewRequest;
1406
+ getSessionReviewId(): string;
1407
+ setSessionReviewId(value: string): GetSessionReviewRequest;
1158
1408
 
1159
- getSessionReviewView(): SessionReview.View;
1160
- setSessionReviewView(value: SessionReview.View): GetSessionReviewRequest;
1409
+ getSessionReviewView(): SessionReview.View;
1410
+ setSessionReviewView(value: SessionReview.View): GetSessionReviewRequest;
1161
1411
 
1162
- serializeBinary(): Uint8Array;
1163
- toObject(includeInstance?: boolean): GetSessionReviewRequest.AsObject;
1164
- static toObject(includeInstance: boolean, msg: GetSessionReviewRequest): GetSessionReviewRequest.AsObject;
1165
- static serializeBinaryToWriter(message: GetSessionReviewRequest, writer: jspb.BinaryWriter): void;
1166
- static deserializeBinary(bytes: Uint8Array): GetSessionReviewRequest;
1167
- static deserializeBinaryFromReader(message: GetSessionReviewRequest, reader: jspb.BinaryReader): GetSessionReviewRequest;
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;
1168
1421
  }
1169
1422
 
1170
1423
  export namespace GetSessionReviewRequest {
1171
- export type AsObject = {
1172
- sessionReviewId: string,
1173
- sessionReviewView: SessionReview.View,
1174
- }
1424
+ export type AsObject = {
1425
+ sessionReviewId: string;
1426
+ sessionReviewView: SessionReview.View;
1427
+ };
1175
1428
  }
1176
1429
 
1177
1430
  export class GetLatestSessionReviewRequest extends jspb.Message {
1178
- getSessionId(): string;
1179
- setSessionId(value: string): GetLatestSessionReviewRequest;
1431
+ getSessionId(): string;
1432
+ setSessionId(value: string): GetLatestSessionReviewRequest;
1180
1433
 
1181
- getSessionReviewView(): SessionReview.View;
1182
- setSessionReviewView(value: SessionReview.View): GetLatestSessionReviewRequest;
1434
+ getSessionReviewView(): SessionReview.View;
1435
+ setSessionReviewView(value: SessionReview.View): GetLatestSessionReviewRequest;
1183
1436
 
1184
- serializeBinary(): Uint8Array;
1185
- toObject(includeInstance?: boolean): GetLatestSessionReviewRequest.AsObject;
1186
- static toObject(includeInstance: boolean, msg: GetLatestSessionReviewRequest): GetLatestSessionReviewRequest.AsObject;
1187
- static serializeBinaryToWriter(message: GetLatestSessionReviewRequest, writer: jspb.BinaryWriter): void;
1188
- static deserializeBinary(bytes: Uint8Array): GetLatestSessionReviewRequest;
1189
- static deserializeBinaryFromReader(message: GetLatestSessionReviewRequest, reader: jspb.BinaryReader): GetLatestSessionReviewRequest;
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;
1190
1446
  }
1191
1447
 
1192
1448
  export namespace GetLatestSessionReviewRequest {
1193
- export type AsObject = {
1194
- sessionId: string,
1195
- sessionReviewView: SessionReview.View,
1196
- }
1197
- }
1198
-
1199
- export enum AudioEncoding {
1200
- AUDIO_ENCODING_UNSPECIFIED = 0,
1201
- AUDIO_ENCODING_LINEAR_16 = 1,
1202
- AUDIO_ENCODING_FLAC = 2,
1203
- AUDIO_ENCODING_MULAW = 3,
1204
- AUDIO_ENCODING_AMR = 4,
1205
- AUDIO_ENCODING_AMR_WB = 5,
1206
- AUDIO_ENCODING_OGG_OPUS = 6,
1207
- AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE = 7,
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
1208
1473
  }