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