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