@ondewo/nlu-client-typescript 6.0.0 → 6.2.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/google/protobuf/any_pb.js +2 -2
- package/api/google/protobuf/field_mask_pb.js +1 -1
- package/api/google/protobuf/struct_pb.js +8 -8
- package/api/google/protobuf/timestamp_pb.js +2 -2
- package/api/google/rpc/status_pb.js +3 -3
- package/api/google/type/latlng_pb.js +2 -2
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +12 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +61 -0
- package/api/ondewo/nlu/agent_pb.d.ts +59 -0
- package/api/ondewo/nlu/agent_pb.js +702 -322
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +2 -0
- package/api/ondewo/nlu/aiservices_pb.d.ts +111 -0
- package/api/ondewo/nlu/aiservices_pb.js +637 -125
- package/api/ondewo/nlu/ccai_project_pb.d.ts +56 -0
- package/api/ondewo/nlu/ccai_project_pb.js +292 -71
- package/api/ondewo/nlu/common_pb.js +53 -53
- package/api/ondewo/nlu/context_pb.js +27 -27
- package/api/ondewo/nlu/entity_type_pb.js +81 -81
- package/api/ondewo/nlu/intent_pb.js +244 -244
- package/api/ondewo/nlu/operation_metadata_pb.js +22 -22
- package/api/ondewo/nlu/operations_grpc_web_pb.js +2 -0
- package/api/ondewo/nlu/operations_pb.d.ts +23 -0
- package/api/ondewo/nlu/operations_pb.js +125 -21
- package/api/ondewo/nlu/project_role_pb.d.ts +22 -0
- package/api/ondewo/nlu/project_role_pb.js +127 -25
- package/api/ondewo/nlu/project_statistics_pb.js +7 -7
- package/api/ondewo/nlu/server_statistics_pb.js +1 -1
- package/api/ondewo/nlu/session_pb.d.ts +198 -0
- package/api/ondewo/nlu/session_pb.js +1312 -394
- package/api/ondewo/nlu/user_pb.d.ts +83 -0
- package/api/ondewo/nlu/user_pb.js +479 -71
- package/api/ondewo/nlu/utility_pb.js +79 -79
- package/api/ondewo/nlu/webhook_pb.js +31 -31
- package/api/ondewo/qa/qa_pb.js +24 -24
- package/package.json +3 -3
|
@@ -1955,10 +1955,10 @@ proto.ondewo.nlu.DetectIntentRequest.prototype.toObject = function(opt_includeIn
|
|
|
1955
1955
|
*/
|
|
1956
1956
|
proto.ondewo.nlu.DetectIntentRequest.toObject = function(includeInstance, msg) {
|
|
1957
1957
|
var f, obj = {
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1958
|
+
session: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1959
|
+
queryParams: (f = msg.getQueryParams()) && proto.ondewo.nlu.QueryParameters.toObject(includeInstance, f),
|
|
1960
|
+
queryInput: (f = msg.getQueryInput()) && proto.ondewo.nlu.QueryInput.toObject(includeInstance, f),
|
|
1961
|
+
inputAudio: msg.getInputAudio_asB64()
|
|
1962
1962
|
};
|
|
1963
1963
|
|
|
1964
1964
|
if (includeInstance) {
|
|
@@ -2241,9 +2241,9 @@ proto.ondewo.nlu.DetectIntentResponse.prototype.toObject = function(opt_includeI
|
|
|
2241
2241
|
*/
|
|
2242
2242
|
proto.ondewo.nlu.DetectIntentResponse.toObject = function(includeInstance, msg) {
|
|
2243
2243
|
var f, obj = {
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2244
|
+
responseId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2245
|
+
queryResult: (f = msg.getQueryResult()) && proto.ondewo.nlu.QueryResult.toObject(includeInstance, f),
|
|
2246
|
+
webhookStatus: (f = msg.getWebhookStatus()) && google_rpc_status_pb.Status.toObject(includeInstance, f)
|
|
2247
2247
|
};
|
|
2248
2248
|
|
|
2249
2249
|
if (includeInstance) {
|
|
@@ -2480,20 +2480,20 @@ proto.ondewo.nlu.QueryParameters.prototype.toObject = function(opt_includeInstan
|
|
|
2480
2480
|
*/
|
|
2481
2481
|
proto.ondewo.nlu.QueryParameters.toObject = function(includeInstance, msg) {
|
|
2482
2482
|
var f, obj = {
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2483
|
+
timeZone: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2484
|
+
geoLocation: (f = msg.getGeoLocation()) && google_type_latlng_pb.LatLng.toObject(includeInstance, f),
|
|
2485
|
+
contextsList: jspb.Message.toObjectList(msg.getContextsList(),
|
|
2486
2486
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2487
|
+
resetContexts: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
2488
|
+
payload: (f = msg.getPayload()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
2489
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
2490
|
+
platformsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
2491
|
+
accountId: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
2492
|
+
propertyId: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
2493
|
+
datastreamId: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
2494
|
+
originId: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
2495
|
+
identifiedUserId: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
2496
|
+
transcriptionsList: jspb.Message.toObjectList(msg.getTranscriptionsList(),
|
|
2497
2497
|
proto.ondewo.nlu.S2tTranscription.toObject, includeInstance)
|
|
2498
2498
|
};
|
|
2499
2499
|
|
|
@@ -3098,18 +3098,18 @@ proto.ondewo.nlu.S2tTranscription.prototype.toObject = function(opt_includeInsta
|
|
|
3098
3098
|
*/
|
|
3099
3099
|
proto.ondewo.nlu.S2tTranscription.toObject = function(includeInstance, msg) {
|
|
3100
3100
|
var f, obj = {
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3101
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3102
|
+
text: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3103
|
+
score: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
|
|
3104
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
3105
|
+
audioResourceName: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
3106
|
+
pipelineId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
3107
|
+
durationInS: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
|
3108
|
+
transcriptionType: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
3109
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
3110
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
3111
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
3112
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
3113
3113
|
};
|
|
3114
3114
|
|
|
3115
3115
|
if (includeInstance) {
|
|
@@ -3634,10 +3634,10 @@ proto.ondewo.nlu.QueryInput.prototype.toObject = function(opt_includeInstance) {
|
|
|
3634
3634
|
*/
|
|
3635
3635
|
proto.ondewo.nlu.QueryInput.toObject = function(includeInstance, msg) {
|
|
3636
3636
|
var f, obj = {
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3637
|
+
audioConfig: (f = msg.getAudioConfig()) && proto.ondewo.nlu.InputAudioConfig.toObject(includeInstance, f),
|
|
3638
|
+
text: (f = msg.getText()) && proto.ondewo.nlu.TextInput.toObject(includeInstance, f),
|
|
3639
|
+
event: (f = msg.getEvent()) && proto.ondewo.nlu.EventInput.toObject(includeInstance, f),
|
|
3640
|
+
fileResourcesList: jspb.Message.toObjectList(msg.getFileResourcesList(),
|
|
3641
3641
|
proto.ondewo.nlu.FileResource.toObject, includeInstance)
|
|
3642
3642
|
};
|
|
3643
3643
|
|
|
@@ -3947,24 +3947,24 @@ proto.ondewo.nlu.QueryResult.prototype.toObject = function(opt_includeInstance)
|
|
|
3947
3947
|
*/
|
|
3948
3948
|
proto.ondewo.nlu.QueryResult.toObject = function(includeInstance, msg) {
|
|
3949
3949
|
var f, obj = {
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3950
|
+
queryText: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3951
|
+
speechRecognitionConfidence: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
3952
|
+
action: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
3953
|
+
parameters: (f = msg.getParameters()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
3954
|
+
allRequiredParamsPresent: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
3955
|
+
fulfillmentText: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
3956
|
+
fulfillmentMessagesList: jspb.Message.toObjectList(msg.getFulfillmentMessagesList(),
|
|
3957
3957
|
ondewo_nlu_intent_pb.Intent.Message.toObject, includeInstance),
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3958
|
+
webhookSource: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
3959
|
+
webhookPayload: (f = msg.getWebhookPayload()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
3960
|
+
outputContextsList: jspb.Message.toObjectList(msg.getOutputContextsList(),
|
|
3961
3961
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3962
|
+
intent: (f = msg.getIntent()) && ondewo_nlu_intent_pb.Intent.toObject(includeInstance, f),
|
|
3963
|
+
intentDetectionConfidence: jspb.Message.getFloatingPointFieldWithDefault(msg, 12, 0.0),
|
|
3964
|
+
queryTextOriginal: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
3965
|
+
diagnosticInfo: (f = msg.getDiagnosticInfo()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
3966
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
3967
|
+
fileResourcesList: jspb.Message.toObjectList(msg.getFileResourcesList(),
|
|
3968
3968
|
proto.ondewo.nlu.FileResource.toObject, includeInstance)
|
|
3969
3969
|
};
|
|
3970
3970
|
|
|
@@ -4680,11 +4680,11 @@ proto.ondewo.nlu.StreamingDetectIntentRequest.prototype.toObject = function(opt_
|
|
|
4680
4680
|
*/
|
|
4681
4681
|
proto.ondewo.nlu.StreamingDetectIntentRequest.toObject = function(includeInstance, msg) {
|
|
4682
4682
|
var f, obj = {
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4683
|
+
session: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4684
|
+
queryParams: (f = msg.getQueryParams()) && proto.ondewo.nlu.QueryParameters.toObject(includeInstance, f),
|
|
4685
|
+
queryInput: (f = msg.getQueryInput()) && proto.ondewo.nlu.QueryInput.toObject(includeInstance, f),
|
|
4686
|
+
singleUtterance: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
4687
|
+
inputAudio: msg.getInputAudio_asB64()
|
|
4688
4688
|
};
|
|
4689
4689
|
|
|
4690
4690
|
if (includeInstance) {
|
|
@@ -4996,10 +4996,10 @@ proto.ondewo.nlu.StreamingDetectIntentResponse.prototype.toObject = function(opt
|
|
|
4996
4996
|
*/
|
|
4997
4997
|
proto.ondewo.nlu.StreamingDetectIntentResponse.toObject = function(includeInstance, msg) {
|
|
4998
4998
|
var f, obj = {
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
4999
|
+
responseId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
5000
|
+
recognitionResult: (f = msg.getRecognitionResult()) && proto.ondewo.nlu.StreamingRecognitionResult.toObject(includeInstance, f),
|
|
5001
|
+
queryResult: (f = msg.getQueryResult()) && proto.ondewo.nlu.QueryResult.toObject(includeInstance, f),
|
|
5002
|
+
webhookStatus: (f = msg.getWebhookStatus()) && google_rpc_status_pb.Status.toObject(includeInstance, f)
|
|
5003
5003
|
};
|
|
5004
5004
|
|
|
5005
5005
|
if (includeInstance) {
|
|
@@ -5279,10 +5279,10 @@ proto.ondewo.nlu.StreamingRecognitionResult.prototype.toObject = function(opt_in
|
|
|
5279
5279
|
*/
|
|
5280
5280
|
proto.ondewo.nlu.StreamingRecognitionResult.toObject = function(includeInstance, msg) {
|
|
5281
5281
|
var f, obj = {
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5282
|
+
messageType: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5283
|
+
transcript: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
5284
|
+
isFinal: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
5285
|
+
confidence: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0)
|
|
5286
5286
|
};
|
|
5287
5287
|
|
|
5288
5288
|
if (includeInstance) {
|
|
@@ -5515,10 +5515,10 @@ proto.ondewo.nlu.InputAudioConfig.prototype.toObject = function(opt_includeInsta
|
|
|
5515
5515
|
*/
|
|
5516
5516
|
proto.ondewo.nlu.InputAudioConfig.toObject = function(includeInstance, msg) {
|
|
5517
5517
|
var f, obj = {
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5518
|
+
audioEncoding: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5519
|
+
sampleRateHertz: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
5520
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
5521
|
+
phraseHintsList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f
|
|
5522
5522
|
};
|
|
5523
5523
|
|
|
5524
5524
|
if (includeInstance) {
|
|
@@ -5754,8 +5754,8 @@ proto.ondewo.nlu.TextInput.prototype.toObject = function(opt_includeInstance) {
|
|
|
5754
5754
|
*/
|
|
5755
5755
|
proto.ondewo.nlu.TextInput.toObject = function(includeInstance, msg) {
|
|
5756
5756
|
var f, obj = {
|
|
5757
|
-
|
|
5758
|
-
|
|
5757
|
+
text: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
5758
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
5759
5759
|
};
|
|
5760
5760
|
|
|
5761
5761
|
if (includeInstance) {
|
|
@@ -5914,9 +5914,9 @@ proto.ondewo.nlu.EventInput.prototype.toObject = function(opt_includeInstance) {
|
|
|
5914
5914
|
*/
|
|
5915
5915
|
proto.ondewo.nlu.EventInput.toObject = function(includeInstance, msg) {
|
|
5916
5916
|
var f, obj = {
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
|
|
5917
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
5918
|
+
parameters: (f = msg.getParameters()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
5919
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
5920
5920
|
};
|
|
5921
5921
|
|
|
5922
5922
|
if (includeInstance) {
|
|
@@ -6132,14 +6132,14 @@ proto.ondewo.nlu.Session.prototype.toObject = function(opt_includeInstance) {
|
|
|
6132
6132
|
*/
|
|
6133
6133
|
proto.ondewo.nlu.Session.toObject = function(includeInstance, msg) {
|
|
6134
6134
|
var f, obj = {
|
|
6135
|
-
|
|
6136
|
-
|
|
6135
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
6136
|
+
sessionStepsList: jspb.Message.toObjectList(msg.getSessionStepsList(),
|
|
6137
6137
|
proto.ondewo.nlu.SessionStep.toObject, includeInstance),
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6138
|
+
sessionInfo: (f = msg.getSessionInfo()) && proto.ondewo.nlu.SessionInfo.toObject(includeInstance, f),
|
|
6139
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6140
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6141
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
6142
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
6143
6143
|
};
|
|
6144
6144
|
|
|
6145
6145
|
if (includeInstance) {
|
|
@@ -6544,17 +6544,17 @@ proto.ondewo.nlu.SessionStep.prototype.toObject = function(opt_includeInstance)
|
|
|
6544
6544
|
*/
|
|
6545
6545
|
proto.ondewo.nlu.SessionStep.toObject = function(includeInstance, msg) {
|
|
6546
6546
|
var f, obj = {
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6547
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
6548
|
+
detectIntentRequest: (f = msg.getDetectIntentRequest()) && proto.ondewo.nlu.DetectIntentRequest.toObject(includeInstance, f),
|
|
6549
|
+
detectIntentResponse: (f = msg.getDetectIntentResponse()) && proto.ondewo.nlu.DetectIntentResponse.toObject(includeInstance, f),
|
|
6550
|
+
contextsList: jspb.Message.toObjectList(msg.getContextsList(),
|
|
6551
6551
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6552
|
+
timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6553
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6554
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
6555
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
6556
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
6557
|
+
audioFileResourcesList: jspb.Message.toObjectList(msg.getAudioFileResourcesList(),
|
|
6558
6558
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance)
|
|
6559
6559
|
};
|
|
6560
6560
|
|
|
@@ -7095,8 +7095,8 @@ proto.ondewo.nlu.GetSessionStepRequest.prototype.toObject = function(opt_include
|
|
|
7095
7095
|
*/
|
|
7096
7096
|
proto.ondewo.nlu.GetSessionStepRequest.toObject = function(includeInstance, msg) {
|
|
7097
7097
|
var f, obj = {
|
|
7098
|
-
|
|
7099
|
-
|
|
7098
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
7099
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
7100
7100
|
};
|
|
7101
7101
|
|
|
7102
7102
|
if (includeInstance) {
|
|
@@ -7276,9 +7276,9 @@ proto.ondewo.nlu.UpdateSessionStepRequest.prototype.toObject = function(opt_incl
|
|
|
7276
7276
|
*/
|
|
7277
7277
|
proto.ondewo.nlu.UpdateSessionStepRequest.toObject = function(includeInstance, msg) {
|
|
7278
7278
|
var f, obj = {
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7279
|
+
sessionStep: (f = msg.getSessionStep()) && proto.ondewo.nlu.SessionStep.toObject(includeInstance, f),
|
|
7280
|
+
updateMask: (f = msg.getUpdateMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
7281
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
7282
7282
|
};
|
|
7283
7283
|
|
|
7284
7284
|
if (includeInstance) {
|
|
@@ -7529,7 +7529,7 @@ proto.ondewo.nlu.DeleteSessionStepRequest.prototype.toObject = function(opt_incl
|
|
|
7529
7529
|
*/
|
|
7530
7530
|
proto.ondewo.nlu.DeleteSessionStepRequest.toObject = function(includeInstance, msg) {
|
|
7531
7531
|
var f, obj = {
|
|
7532
|
-
|
|
7532
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
7533
7533
|
};
|
|
7534
7534
|
|
|
7535
7535
|
if (includeInstance) {
|
|
@@ -7659,9 +7659,9 @@ proto.ondewo.nlu.CreateSessionStepRequest.prototype.toObject = function(opt_incl
|
|
|
7659
7659
|
*/
|
|
7660
7660
|
proto.ondewo.nlu.CreateSessionStepRequest.toObject = function(includeInstance, msg) {
|
|
7661
7661
|
var f, obj = {
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7662
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
7663
|
+
sessionStep: (f = msg.getSessionStep()) && proto.ondewo.nlu.SessionStep.toObject(includeInstance, f),
|
|
7664
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
7665
7665
|
};
|
|
7666
7666
|
|
|
7667
7667
|
if (includeInstance) {
|
|
@@ -7891,11 +7891,11 @@ proto.ondewo.nlu.ListSessionsRequest.prototype.toObject = function(opt_includeIn
|
|
|
7891
7891
|
*/
|
|
7892
7892
|
proto.ondewo.nlu.ListSessionsRequest.toObject = function(includeInstance, msg) {
|
|
7893
7893
|
var f, obj = {
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7894
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
7895
|
+
sessionView: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
7896
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
7897
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
7898
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
7899
7899
|
};
|
|
7900
7900
|
|
|
7901
7901
|
if (includeInstance) {
|
|
@@ -8183,10 +8183,10 @@ proto.ondewo.nlu.ContextFilter.prototype.toObject = function(opt_includeInstance
|
|
|
8183
8183
|
*/
|
|
8184
8184
|
proto.ondewo.nlu.ContextFilter.toObject = function(includeInstance, msg) {
|
|
8185
8185
|
var f, obj = {
|
|
8186
|
-
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8186
|
+
contextName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8187
|
+
key: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
8188
|
+
value: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
8189
|
+
operator: jspb.Message.getFieldWithDefault(msg, 4, 0)
|
|
8190
8190
|
};
|
|
8191
8191
|
|
|
8192
8192
|
if (includeInstance) {
|
|
@@ -8410,59 +8410,59 @@ proto.ondewo.nlu.SessionFilter.prototype.toObject = function(opt_includeInstance
|
|
|
8410
8410
|
*/
|
|
8411
8411
|
proto.ondewo.nlu.SessionFilter.toObject = function(includeInstance, msg) {
|
|
8412
8412
|
var f, obj = {
|
|
8413
|
-
|
|
8414
|
-
|
|
8413
|
+
languageCodesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
8414
|
+
matchedIntentsList: jspb.Message.toObjectList(msg.getMatchedIntentsList(),
|
|
8415
8415
|
ondewo_nlu_intent_pb.Intent.toObject, includeInstance),
|
|
8416
|
-
|
|
8416
|
+
matchedEntityTypesList: jspb.Message.toObjectList(msg.getMatchedEntityTypesList(),
|
|
8417
8417
|
ondewo_nlu_entity_type_pb.EntityType.toObject, includeInstance),
|
|
8418
|
-
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8422
|
-
|
|
8423
|
-
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
|
|
8418
|
+
minIntentsConfidenceMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
8419
|
+
minIntentsConfidenceMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
|
8420
|
+
minEntityTypesConfidenceMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
|
8421
|
+
minEntityTypesConfidenceMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
|
8422
|
+
earliest: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
|
8423
|
+
latest: jspb.Message.getFloatingPointFieldWithDefault(msg, 9, 0.0),
|
|
8424
|
+
minNumberTurns: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
8425
|
+
maxNumberTurns: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
8426
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 12)) == null ? undefined : f,
|
|
8427
|
+
userIdsList: (f = jspb.Message.getRepeatedField(msg, 13)) == null ? undefined : f,
|
|
8428
|
+
intentTagsList: (f = jspb.Message.getRepeatedField(msg, 14)) == null ? undefined : f,
|
|
8429
|
+
sessionIdsList: (f = jspb.Message.getRepeatedField(msg, 15)) == null ? undefined : f,
|
|
8430
|
+
inputContextsList: jspb.Message.toObjectList(msg.getInputContextsList(),
|
|
8431
8431
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
8432
|
-
|
|
8432
|
+
outputContextsList: jspb.Message.toObjectList(msg.getOutputContextsList(),
|
|
8433
8433
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
8434
|
-
|
|
8435
|
-
|
|
8436
|
-
|
|
8437
|
-
|
|
8438
|
-
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
|
-
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
8459
|
-
|
|
8460
|
-
|
|
8461
|
-
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8434
|
+
durationInSMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 18, 0.0),
|
|
8435
|
+
durationInSMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 19, 0.0),
|
|
8436
|
+
durationInMMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 20, 0.0),
|
|
8437
|
+
durationInMMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 21, 0.0),
|
|
8438
|
+
durationInMRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 22, 0.0),
|
|
8439
|
+
durationInMRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 23, 0.0),
|
|
8440
|
+
durationInterval15sRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 24, 0.0),
|
|
8441
|
+
durationInterval15sRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 25, 0.0),
|
|
8442
|
+
durationInterval30sRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 26, 0.0),
|
|
8443
|
+
durationInterval30sRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 27, 0.0),
|
|
8444
|
+
durationInterval45sRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 28, 0.0),
|
|
8445
|
+
durationInterval45sRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 29, 0.0),
|
|
8446
|
+
startedTimeSlotPerHourMin: jspb.Message.getFieldWithDefault(msg, 30, ""),
|
|
8447
|
+
startedTimeSlotPerHourMax: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
8448
|
+
startedTimeSlotPerQuarterHourMin: jspb.Message.getFieldWithDefault(msg, 32, ""),
|
|
8449
|
+
startedTimeSlotPerQuarterHourMax: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
8450
|
+
startedTimeSlotPerHalfHourMin: jspb.Message.getFieldWithDefault(msg, 34, ""),
|
|
8451
|
+
startedTimeSlotPerHalfHourMax: jspb.Message.getFieldWithDefault(msg, 35, ""),
|
|
8452
|
+
startedTimeSlotPerDayPhaseMin: jspb.Message.getFieldWithDefault(msg, 36, ""),
|
|
8453
|
+
startedTimeSlotPerDayPhaseMax: jspb.Message.getFieldWithDefault(msg, 37, ""),
|
|
8454
|
+
startedTimeSlotPerMinuteMin: jspb.Message.getFieldWithDefault(msg, 38, ""),
|
|
8455
|
+
startedTimeSlotPerMinuteMax: jspb.Message.getFieldWithDefault(msg, 39, ""),
|
|
8456
|
+
durationInSRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 40, 0.0),
|
|
8457
|
+
durationInSRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 41, 0.0),
|
|
8458
|
+
platformsList: (f = jspb.Message.getRepeatedField(msg, 42)) == null ? undefined : f,
|
|
8459
|
+
accountIdsList: (f = jspb.Message.getRepeatedField(msg, 43)) == null ? undefined : f,
|
|
8460
|
+
propertyIdsList: (f = jspb.Message.getRepeatedField(msg, 44)) == null ? undefined : f,
|
|
8461
|
+
datastreamIdsList: (f = jspb.Message.getRepeatedField(msg, 45)) == null ? undefined : f,
|
|
8462
|
+
originIdsList: (f = jspb.Message.getRepeatedField(msg, 46)) == null ? undefined : f,
|
|
8463
|
+
identifiedUserIdsList: (f = jspb.Message.getRepeatedField(msg, 47)) == null ? undefined : f,
|
|
8464
|
+
durationInterval60sRoundedMin: jspb.Message.getFloatingPointFieldWithDefault(msg, 48, 0.0),
|
|
8465
|
+
durationInterval60sRoundedMax: jspb.Message.getFloatingPointFieldWithDefault(msg, 49, 0.0)
|
|
8466
8466
|
};
|
|
8467
8467
|
|
|
8468
8468
|
if (includeInstance) {
|
|
@@ -10290,43 +10290,43 @@ proto.ondewo.nlu.SessionInfo.prototype.toObject = function(opt_includeInstance)
|
|
|
10290
10290
|
*/
|
|
10291
10291
|
proto.ondewo.nlu.SessionInfo.toObject = function(includeInstance, msg) {
|
|
10292
10292
|
var f, obj = {
|
|
10293
|
-
|
|
10294
|
-
|
|
10293
|
+
languageCodesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
10294
|
+
matchedIntentsList: jspb.Message.toObjectList(msg.getMatchedIntentsList(),
|
|
10295
10295
|
ondewo_nlu_intent_pb.Intent.toObject, includeInstance),
|
|
10296
|
-
|
|
10296
|
+
matchedEntityTypesList: jspb.Message.toObjectList(msg.getMatchedEntityTypesList(),
|
|
10297
10297
|
ondewo_nlu_entity_type_pb.EntityType.toObject, includeInstance),
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10303
|
-
|
|
10304
|
-
|
|
10305
|
-
|
|
10306
|
-
|
|
10298
|
+
minIntentsConfidence: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
10299
|
+
minEntityTypesConfidence: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
|
10300
|
+
earliest: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
|
10301
|
+
latest: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
|
10302
|
+
numberTurns: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
10303
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
|
|
10304
|
+
userIdsList: (f = jspb.Message.getRepeatedField(msg, 10)) == null ? undefined : f,
|
|
10305
|
+
intentTagsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
|
|
10306
|
+
inputContextStepsList: jspb.Message.toObjectList(msg.getInputContextStepsList(),
|
|
10307
10307
|
proto.ondewo.nlu.SessionInfo.ContextSteps.toObject, includeInstance),
|
|
10308
|
-
|
|
10308
|
+
outputContextStepsList: jspb.Message.toObjectList(msg.getOutputContextStepsList(),
|
|
10309
10309
|
proto.ondewo.nlu.SessionInfo.ContextSteps.toObject, includeInstance),
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
10326
|
-
|
|
10327
|
-
|
|
10328
|
-
|
|
10329
|
-
|
|
10310
|
+
durationInS: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0),
|
|
10311
|
+
durationInM: jspb.Message.getFloatingPointFieldWithDefault(msg, 15, 0.0),
|
|
10312
|
+
durationInMRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 16, 0.0),
|
|
10313
|
+
durationInterval15sRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 17, 0.0),
|
|
10314
|
+
durationInterval30sRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 18, 0.0),
|
|
10315
|
+
durationInterval45sRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 19, 0.0),
|
|
10316
|
+
startedTimeSlotPerHour: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
10317
|
+
startedTimeSlotPerQuarterHour: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
10318
|
+
startedTimeSlotPerHalfHour: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
10319
|
+
startedTimeSlotPerDayPhase: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
10320
|
+
startedTimeSlotPerMinute: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
10321
|
+
durationInSRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 25, 0.0),
|
|
10322
|
+
platformsList: (f = jspb.Message.getRepeatedField(msg, 26)) == null ? undefined : f,
|
|
10323
|
+
accountIdsList: (f = jspb.Message.getRepeatedField(msg, 27)) == null ? undefined : f,
|
|
10324
|
+
propertyIdsList: (f = jspb.Message.getRepeatedField(msg, 28)) == null ? undefined : f,
|
|
10325
|
+
datastreamIdsList: (f = jspb.Message.getRepeatedField(msg, 29)) == null ? undefined : f,
|
|
10326
|
+
originIdsList: (f = jspb.Message.getRepeatedField(msg, 30)) == null ? undefined : f,
|
|
10327
|
+
identifiedUserIdsList: (f = jspb.Message.getRepeatedField(msg, 31)) == null ? undefined : f,
|
|
10328
|
+
durationInterval60sRounded: jspb.Message.getFloatingPointFieldWithDefault(msg, 32, 0.0),
|
|
10329
|
+
parentCommentList: jspb.Message.toObjectList(msg.getParentCommentList(),
|
|
10330
10330
|
ondewo_nlu_common_pb.Comment.toObject, includeInstance)
|
|
10331
10331
|
};
|
|
10332
10332
|
|
|
@@ -10810,7 +10810,7 @@ proto.ondewo.nlu.SessionInfo.ContextSteps.prototype.toObject = function(opt_incl
|
|
|
10810
10810
|
*/
|
|
10811
10811
|
proto.ondewo.nlu.SessionInfo.ContextSteps.toObject = function(includeInstance, msg) {
|
|
10812
10812
|
var f, obj = {
|
|
10813
|
-
|
|
10813
|
+
contextsList: jspb.Message.toObjectList(msg.getContextsList(),
|
|
10814
10814
|
ondewo_nlu_context_pb.Context.toObject, includeInstance)
|
|
10815
10815
|
};
|
|
10816
10816
|
|
|
@@ -11854,9 +11854,9 @@ proto.ondewo.nlu.ListSessionsResponse.prototype.toObject = function(opt_includeI
|
|
|
11854
11854
|
*/
|
|
11855
11855
|
proto.ondewo.nlu.ListSessionsResponse.toObject = function(includeInstance, msg) {
|
|
11856
11856
|
var f, obj = {
|
|
11857
|
-
|
|
11857
|
+
sessionsList: jspb.Message.toObjectList(msg.getSessionsList(),
|
|
11858
11858
|
proto.ondewo.nlu.Session.toObject, includeInstance),
|
|
11859
|
-
|
|
11859
|
+
nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
11860
11860
|
};
|
|
11861
11861
|
|
|
11862
11862
|
if (includeInstance) {
|
|
@@ -12037,9 +12037,9 @@ proto.ondewo.nlu.GetSessionRequest.prototype.toObject = function(opt_includeInst
|
|
|
12037
12037
|
*/
|
|
12038
12038
|
proto.ondewo.nlu.GetSessionRequest.toObject = function(includeInstance, msg) {
|
|
12039
12039
|
var f, obj = {
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12040
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12041
|
+
sessionView: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
12042
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
12043
12043
|
};
|
|
12044
12044
|
|
|
12045
12045
|
if (includeInstance) {
|
|
@@ -12255,10 +12255,10 @@ proto.ondewo.nlu.CreateSessionRequest.prototype.toObject = function(opt_includeI
|
|
|
12255
12255
|
*/
|
|
12256
12256
|
proto.ondewo.nlu.CreateSessionRequest.toObject = function(includeInstance, msg) {
|
|
12257
12257
|
var f, obj = {
|
|
12258
|
-
|
|
12259
|
-
|
|
12260
|
-
|
|
12261
|
-
|
|
12258
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12259
|
+
sessionUuid: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
12260
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
|
|
12261
|
+
contextsList: jspb.Message.toObjectList(msg.getContextsList(),
|
|
12262
12262
|
ondewo_nlu_context_pb.Context.toObject, includeInstance)
|
|
12263
12263
|
};
|
|
12264
12264
|
|
|
@@ -12517,7 +12517,7 @@ proto.ondewo.nlu.DeleteSessionRequest.prototype.toObject = function(opt_includeI
|
|
|
12517
12517
|
*/
|
|
12518
12518
|
proto.ondewo.nlu.DeleteSessionRequest.toObject = function(includeInstance, msg) {
|
|
12519
12519
|
var f, obj = {
|
|
12520
|
-
|
|
12520
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
12521
12521
|
};
|
|
12522
12522
|
|
|
12523
12523
|
if (includeInstance) {
|
|
@@ -12647,10 +12647,10 @@ proto.ondewo.nlu.CreateSessionReviewRequest.prototype.toObject = function(opt_in
|
|
|
12647
12647
|
*/
|
|
12648
12648
|
proto.ondewo.nlu.CreateSessionReviewRequest.toObject = function(includeInstance, msg) {
|
|
12649
12649
|
var f, obj = {
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12650
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12651
|
+
parentReviewId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
12652
|
+
sessionReview: (f = msg.getSessionReview()) && proto.ondewo.nlu.SessionReview.toObject(includeInstance, f),
|
|
12653
|
+
sessionReviewView: jspb.Message.getFieldWithDefault(msg, 4, 0)
|
|
12654
12654
|
};
|
|
12655
12655
|
|
|
12656
12656
|
if (includeInstance) {
|
|
@@ -12895,13 +12895,13 @@ proto.ondewo.nlu.SessionReview.prototype.toObject = function(opt_includeInstance
|
|
|
12895
12895
|
*/
|
|
12896
12896
|
proto.ondewo.nlu.SessionReview.toObject = function(includeInstance, msg) {
|
|
12897
12897
|
var f, obj = {
|
|
12898
|
-
|
|
12899
|
-
|
|
12898
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12899
|
+
sessionReviewStepsList: jspb.Message.toObjectList(msg.getSessionReviewStepsList(),
|
|
12900
12900
|
proto.ondewo.nlu.SessionReviewStep.toObject, includeInstance),
|
|
12901
|
-
|
|
12902
|
-
|
|
12903
|
-
|
|
12904
|
-
|
|
12901
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12902
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
12903
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
12904
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
12905
12905
|
};
|
|
12906
12906
|
|
|
12907
12907
|
if (includeInstance) {
|
|
@@ -13256,23 +13256,23 @@ proto.ondewo.nlu.SessionReviewStep.prototype.toObject = function(opt_includeInst
|
|
|
13256
13256
|
*/
|
|
13257
13257
|
proto.ondewo.nlu.SessionReviewStep.toObject = function(includeInstance, msg) {
|
|
13258
13258
|
var f, obj = {
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13259
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
13260
|
+
annotatedUsersays: (f = msg.getAnnotatedUsersays()) && ondewo_nlu_intent_pb.Intent.TrainingPhrase.toObject(includeInstance, f),
|
|
13261
|
+
languageCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
13262
|
+
detectedIntentsList: jspb.Message.toObjectList(msg.getDetectedIntentsList(),
|
|
13263
13263
|
proto.ondewo.nlu.DetectedIntent.toObject, includeInstance),
|
|
13264
|
-
|
|
13264
|
+
contextsList: jspb.Message.toObjectList(msg.getContextsList(),
|
|
13265
13265
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
13266
|
-
|
|
13266
|
+
contextsOutList: jspb.Message.toObjectList(msg.getContextsOutList(),
|
|
13267
13267
|
ondewo_nlu_context_pb.Context.toObject, includeInstance),
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
|
|
13268
|
+
queryTextOriginal: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
13269
|
+
platformsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
13270
|
+
timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
13271
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
13272
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
13273
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
13274
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
13275
|
+
audioFileResourcesList: jspb.Message.toObjectList(msg.getAudioFileResourcesList(),
|
|
13276
13276
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance)
|
|
13277
13277
|
};
|
|
13278
13278
|
|
|
@@ -13980,12 +13980,12 @@ proto.ondewo.nlu.DetectedIntent.prototype.toObject = function(opt_includeInstanc
|
|
|
13980
13980
|
*/
|
|
13981
13981
|
proto.ondewo.nlu.DetectedIntent.toObject = function(includeInstance, msg) {
|
|
13982
13982
|
var f, obj = {
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13983
|
+
intent: (f = msg.getIntent()) && ondewo_nlu_intent_pb.Intent.toObject(includeInstance, f),
|
|
13984
|
+
score: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
13985
|
+
algorithm: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
13986
|
+
fulfillmentMessagesList: jspb.Message.toObjectList(msg.getFulfillmentMessagesList(),
|
|
13987
13987
|
ondewo_nlu_intent_pb.Intent.Message.toObject, includeInstance),
|
|
13988
|
-
|
|
13988
|
+
requiredParamMissing: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
|
|
13989
13989
|
};
|
|
13990
13990
|
|
|
13991
13991
|
if (includeInstance) {
|
|
@@ -14274,7 +14274,7 @@ proto.ondewo.nlu.ListSessionLabelsRequest.prototype.toObject = function(opt_incl
|
|
|
14274
14274
|
*/
|
|
14275
14275
|
proto.ondewo.nlu.ListSessionLabelsRequest.toObject = function(includeInstance, msg) {
|
|
14276
14276
|
var f, obj = {
|
|
14277
|
-
|
|
14277
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
14278
14278
|
};
|
|
14279
14279
|
|
|
14280
14280
|
if (includeInstance) {
|
|
@@ -14404,8 +14404,9 @@ proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.toObject = func
|
|
|
14404
14404
|
*/
|
|
14405
14405
|
proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
14406
14406
|
var f, obj = {
|
|
14407
|
-
|
|
14408
|
-
|
|
14407
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
14408
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
14409
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
14409
14410
|
};
|
|
14410
14411
|
|
|
14411
14412
|
if (includeInstance) {
|
|
@@ -14451,6 +14452,11 @@ proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.deserializeBinaryFromRead
|
|
|
14451
14452
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
14452
14453
|
msg.setSessionFilter(value);
|
|
14453
14454
|
break;
|
|
14455
|
+
case 3:
|
|
14456
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
14457
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
14458
|
+
msg.setFieldMask(value);
|
|
14459
|
+
break;
|
|
14454
14460
|
default:
|
|
14455
14461
|
reader.skipField();
|
|
14456
14462
|
break;
|
|
@@ -14495,6 +14501,14 @@ proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.serializeBinaryToWriter =
|
|
|
14495
14501
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
14496
14502
|
);
|
|
14497
14503
|
}
|
|
14504
|
+
f = message.getFieldMask();
|
|
14505
|
+
if (f != null) {
|
|
14506
|
+
writer.writeMessage(
|
|
14507
|
+
3,
|
|
14508
|
+
f,
|
|
14509
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
14510
|
+
);
|
|
14511
|
+
}
|
|
14498
14512
|
};
|
|
14499
14513
|
|
|
14500
14514
|
|
|
@@ -14553,6 +14567,43 @@ proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.hasSessionFilte
|
|
|
14553
14567
|
};
|
|
14554
14568
|
|
|
14555
14569
|
|
|
14570
|
+
/**
|
|
14571
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
14572
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
14573
|
+
*/
|
|
14574
|
+
proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
14575
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
14576
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
14577
|
+
};
|
|
14578
|
+
|
|
14579
|
+
|
|
14580
|
+
/**
|
|
14581
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
14582
|
+
* @return {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} returns this
|
|
14583
|
+
*/
|
|
14584
|
+
proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
14585
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
14586
|
+
};
|
|
14587
|
+
|
|
14588
|
+
|
|
14589
|
+
/**
|
|
14590
|
+
* Clears the message field making it undefined.
|
|
14591
|
+
* @return {!proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest} returns this
|
|
14592
|
+
*/
|
|
14593
|
+
proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
14594
|
+
return this.setFieldMask(undefined);
|
|
14595
|
+
};
|
|
14596
|
+
|
|
14597
|
+
|
|
14598
|
+
/**
|
|
14599
|
+
* Returns whether this field is set.
|
|
14600
|
+
* @return {boolean}
|
|
14601
|
+
*/
|
|
14602
|
+
proto.ondewo.nlu.ListSessionLabelsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
14603
|
+
return jspb.Message.getField(this, 3) != null;
|
|
14604
|
+
};
|
|
14605
|
+
|
|
14606
|
+
|
|
14556
14607
|
|
|
14557
14608
|
/**
|
|
14558
14609
|
* List of repeated fields within this message type.
|
|
@@ -14592,7 +14643,7 @@ proto.ondewo.nlu.ListSessionLabelsResponse.prototype.toObject = function(opt_inc
|
|
|
14592
14643
|
*/
|
|
14593
14644
|
proto.ondewo.nlu.ListSessionLabelsResponse.toObject = function(includeInstance, msg) {
|
|
14594
14645
|
var f, obj = {
|
|
14595
|
-
|
|
14646
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
14596
14647
|
};
|
|
14597
14648
|
|
|
14598
14649
|
if (includeInstance) {
|
|
@@ -14741,8 +14792,9 @@ proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.toObject = func
|
|
|
14741
14792
|
*/
|
|
14742
14793
|
proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
14743
14794
|
var f, obj = {
|
|
14744
|
-
|
|
14745
|
-
|
|
14795
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
14796
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
14797
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
14746
14798
|
};
|
|
14747
14799
|
|
|
14748
14800
|
if (includeInstance) {
|
|
@@ -14788,6 +14840,11 @@ proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.deserializeBinaryFromRead
|
|
|
14788
14840
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
14789
14841
|
msg.setSessionFilter(value);
|
|
14790
14842
|
break;
|
|
14843
|
+
case 3:
|
|
14844
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
14845
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
14846
|
+
msg.setFieldMask(value);
|
|
14847
|
+
break;
|
|
14791
14848
|
default:
|
|
14792
14849
|
reader.skipField();
|
|
14793
14850
|
break;
|
|
@@ -14832,6 +14889,14 @@ proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.serializeBinaryToWriter =
|
|
|
14832
14889
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
14833
14890
|
);
|
|
14834
14891
|
}
|
|
14892
|
+
f = message.getFieldMask();
|
|
14893
|
+
if (f != null) {
|
|
14894
|
+
writer.writeMessage(
|
|
14895
|
+
3,
|
|
14896
|
+
f,
|
|
14897
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
14898
|
+
);
|
|
14899
|
+
}
|
|
14835
14900
|
};
|
|
14836
14901
|
|
|
14837
14902
|
|
|
@@ -14890,6 +14955,43 @@ proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.hasSessionFilte
|
|
|
14890
14955
|
};
|
|
14891
14956
|
|
|
14892
14957
|
|
|
14958
|
+
/**
|
|
14959
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
14960
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
14961
|
+
*/
|
|
14962
|
+
proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
14963
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
14964
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
14965
|
+
};
|
|
14966
|
+
|
|
14967
|
+
|
|
14968
|
+
/**
|
|
14969
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
14970
|
+
* @return {!proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest} returns this
|
|
14971
|
+
*/
|
|
14972
|
+
proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
14973
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
14974
|
+
};
|
|
14975
|
+
|
|
14976
|
+
|
|
14977
|
+
/**
|
|
14978
|
+
* Clears the message field making it undefined.
|
|
14979
|
+
* @return {!proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest} returns this
|
|
14980
|
+
*/
|
|
14981
|
+
proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
14982
|
+
return this.setFieldMask(undefined);
|
|
14983
|
+
};
|
|
14984
|
+
|
|
14985
|
+
|
|
14986
|
+
/**
|
|
14987
|
+
* Returns whether this field is set.
|
|
14988
|
+
* @return {boolean}
|
|
14989
|
+
*/
|
|
14990
|
+
proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
14991
|
+
return jspb.Message.getField(this, 3) != null;
|
|
14992
|
+
};
|
|
14993
|
+
|
|
14994
|
+
|
|
14893
14995
|
|
|
14894
14996
|
/**
|
|
14895
14997
|
* List of repeated fields within this message type.
|
|
@@ -14929,7 +15031,7 @@ proto.ondewo.nlu.ListLanguageCodesResponse.prototype.toObject = function(opt_inc
|
|
|
14929
15031
|
*/
|
|
14930
15032
|
proto.ondewo.nlu.ListLanguageCodesResponse.toObject = function(includeInstance, msg) {
|
|
14931
15033
|
var f, obj = {
|
|
14932
|
-
|
|
15034
|
+
languageCodesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
14933
15035
|
};
|
|
14934
15036
|
|
|
14935
15037
|
if (includeInstance) {
|
|
@@ -15078,8 +15180,9 @@ proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.toObject = fun
|
|
|
15078
15180
|
*/
|
|
15079
15181
|
proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
15080
15182
|
var f, obj = {
|
|
15081
|
-
|
|
15082
|
-
|
|
15183
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15184
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
15185
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
15083
15186
|
};
|
|
15084
15187
|
|
|
15085
15188
|
if (includeInstance) {
|
|
@@ -15125,6 +15228,11 @@ proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.deserializeBinaryFromRea
|
|
|
15125
15228
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
15126
15229
|
msg.setSessionFilter(value);
|
|
15127
15230
|
break;
|
|
15231
|
+
case 3:
|
|
15232
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
15233
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
15234
|
+
msg.setFieldMask(value);
|
|
15235
|
+
break;
|
|
15128
15236
|
default:
|
|
15129
15237
|
reader.skipField();
|
|
15130
15238
|
break;
|
|
@@ -15169,6 +15277,14 @@ proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.serializeBinaryToWriter
|
|
|
15169
15277
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
15170
15278
|
);
|
|
15171
15279
|
}
|
|
15280
|
+
f = message.getFieldMask();
|
|
15281
|
+
if (f != null) {
|
|
15282
|
+
writer.writeMessage(
|
|
15283
|
+
3,
|
|
15284
|
+
f,
|
|
15285
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
15286
|
+
);
|
|
15287
|
+
}
|
|
15172
15288
|
};
|
|
15173
15289
|
|
|
15174
15290
|
|
|
@@ -15227,6 +15343,43 @@ proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.hasSessionFilt
|
|
|
15227
15343
|
};
|
|
15228
15344
|
|
|
15229
15345
|
|
|
15346
|
+
/**
|
|
15347
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
15348
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
15349
|
+
*/
|
|
15350
|
+
proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
15351
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
15352
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
15353
|
+
};
|
|
15354
|
+
|
|
15355
|
+
|
|
15356
|
+
/**
|
|
15357
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
15358
|
+
* @return {!proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest} returns this
|
|
15359
|
+
*/
|
|
15360
|
+
proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
15361
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
15362
|
+
};
|
|
15363
|
+
|
|
15364
|
+
|
|
15365
|
+
/**
|
|
15366
|
+
* Clears the message field making it undefined.
|
|
15367
|
+
* @return {!proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest} returns this
|
|
15368
|
+
*/
|
|
15369
|
+
proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
15370
|
+
return this.setFieldMask(undefined);
|
|
15371
|
+
};
|
|
15372
|
+
|
|
15373
|
+
|
|
15374
|
+
/**
|
|
15375
|
+
* Returns whether this field is set.
|
|
15376
|
+
* @return {boolean}
|
|
15377
|
+
*/
|
|
15378
|
+
proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
15379
|
+
return jspb.Message.getField(this, 3) != null;
|
|
15380
|
+
};
|
|
15381
|
+
|
|
15382
|
+
|
|
15230
15383
|
|
|
15231
15384
|
/**
|
|
15232
15385
|
* List of repeated fields within this message type.
|
|
@@ -15266,7 +15419,7 @@ proto.ondewo.nlu.ListMatchedIntentsResponse.prototype.toObject = function(opt_in
|
|
|
15266
15419
|
*/
|
|
15267
15420
|
proto.ondewo.nlu.ListMatchedIntentsResponse.toObject = function(includeInstance, msg) {
|
|
15268
15421
|
var f, obj = {
|
|
15269
|
-
|
|
15422
|
+
matchedIntentsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
15270
15423
|
};
|
|
15271
15424
|
|
|
15272
15425
|
if (includeInstance) {
|
|
@@ -15415,8 +15568,9 @@ proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.toObject =
|
|
|
15415
15568
|
*/
|
|
15416
15569
|
proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
15417
15570
|
var f, obj = {
|
|
15418
|
-
|
|
15419
|
-
|
|
15571
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15572
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
15573
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
15420
15574
|
};
|
|
15421
15575
|
|
|
15422
15576
|
if (includeInstance) {
|
|
@@ -15462,6 +15616,11 @@ proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.deserializeBinaryFro
|
|
|
15462
15616
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
15463
15617
|
msg.setSessionFilter(value);
|
|
15464
15618
|
break;
|
|
15619
|
+
case 3:
|
|
15620
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
15621
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
15622
|
+
msg.setFieldMask(value);
|
|
15623
|
+
break;
|
|
15465
15624
|
default:
|
|
15466
15625
|
reader.skipField();
|
|
15467
15626
|
break;
|
|
@@ -15506,6 +15665,14 @@ proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.serializeBinaryToWri
|
|
|
15506
15665
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
15507
15666
|
);
|
|
15508
15667
|
}
|
|
15668
|
+
f = message.getFieldMask();
|
|
15669
|
+
if (f != null) {
|
|
15670
|
+
writer.writeMessage(
|
|
15671
|
+
3,
|
|
15672
|
+
f,
|
|
15673
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
15674
|
+
);
|
|
15675
|
+
}
|
|
15509
15676
|
};
|
|
15510
15677
|
|
|
15511
15678
|
|
|
@@ -15564,6 +15731,43 @@ proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.hasSession
|
|
|
15564
15731
|
};
|
|
15565
15732
|
|
|
15566
15733
|
|
|
15734
|
+
/**
|
|
15735
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
15736
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
15737
|
+
*/
|
|
15738
|
+
proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
15739
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
15740
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
15741
|
+
};
|
|
15742
|
+
|
|
15743
|
+
|
|
15744
|
+
/**
|
|
15745
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
15746
|
+
* @return {!proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest} returns this
|
|
15747
|
+
*/
|
|
15748
|
+
proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
15749
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
15750
|
+
};
|
|
15751
|
+
|
|
15752
|
+
|
|
15753
|
+
/**
|
|
15754
|
+
* Clears the message field making it undefined.
|
|
15755
|
+
* @return {!proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest} returns this
|
|
15756
|
+
*/
|
|
15757
|
+
proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
15758
|
+
return this.setFieldMask(undefined);
|
|
15759
|
+
};
|
|
15760
|
+
|
|
15761
|
+
|
|
15762
|
+
/**
|
|
15763
|
+
* Returns whether this field is set.
|
|
15764
|
+
* @return {boolean}
|
|
15765
|
+
*/
|
|
15766
|
+
proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
15767
|
+
return jspb.Message.getField(this, 3) != null;
|
|
15768
|
+
};
|
|
15769
|
+
|
|
15770
|
+
|
|
15567
15771
|
|
|
15568
15772
|
/**
|
|
15569
15773
|
* List of repeated fields within this message type.
|
|
@@ -15603,7 +15807,7 @@ proto.ondewo.nlu.ListMatchedEntityTypesResponse.prototype.toObject = function(op
|
|
|
15603
15807
|
*/
|
|
15604
15808
|
proto.ondewo.nlu.ListMatchedEntityTypesResponse.toObject = function(includeInstance, msg) {
|
|
15605
15809
|
var f, obj = {
|
|
15606
|
-
|
|
15810
|
+
matchedEntityTypesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
15607
15811
|
};
|
|
15608
15812
|
|
|
15609
15813
|
if (includeInstance) {
|
|
@@ -15752,8 +15956,9 @@ proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.toObject = function(o
|
|
|
15752
15956
|
*/
|
|
15753
15957
|
proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
15754
15958
|
var f, obj = {
|
|
15755
|
-
|
|
15756
|
-
|
|
15959
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15960
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
15961
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
15757
15962
|
};
|
|
15758
15963
|
|
|
15759
15964
|
if (includeInstance) {
|
|
@@ -15799,6 +16004,11 @@ proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.deserializeBinaryFromReader = f
|
|
|
15799
16004
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
15800
16005
|
msg.setSessionFilter(value);
|
|
15801
16006
|
break;
|
|
16007
|
+
case 3:
|
|
16008
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
16009
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
16010
|
+
msg.setFieldMask(value);
|
|
16011
|
+
break;
|
|
15802
16012
|
default:
|
|
15803
16013
|
reader.skipField();
|
|
15804
16014
|
break;
|
|
@@ -15843,6 +16053,14 @@ proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.serializeBinaryToWriter = funct
|
|
|
15843
16053
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
15844
16054
|
);
|
|
15845
16055
|
}
|
|
16056
|
+
f = message.getFieldMask();
|
|
16057
|
+
if (f != null) {
|
|
16058
|
+
writer.writeMessage(
|
|
16059
|
+
3,
|
|
16060
|
+
f,
|
|
16061
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
16062
|
+
);
|
|
16063
|
+
}
|
|
15846
16064
|
};
|
|
15847
16065
|
|
|
15848
16066
|
|
|
@@ -15901,6 +16119,43 @@ proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.hasSessionFilter = fu
|
|
|
15901
16119
|
};
|
|
15902
16120
|
|
|
15903
16121
|
|
|
16122
|
+
/**
|
|
16123
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
16124
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
16125
|
+
*/
|
|
16126
|
+
proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
16127
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
16128
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
16129
|
+
};
|
|
16130
|
+
|
|
16131
|
+
|
|
16132
|
+
/**
|
|
16133
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
16134
|
+
* @return {!proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest} returns this
|
|
16135
|
+
*/
|
|
16136
|
+
proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
16137
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
16138
|
+
};
|
|
16139
|
+
|
|
16140
|
+
|
|
16141
|
+
/**
|
|
16142
|
+
* Clears the message field making it undefined.
|
|
16143
|
+
* @return {!proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest} returns this
|
|
16144
|
+
*/
|
|
16145
|
+
proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
16146
|
+
return this.setFieldMask(undefined);
|
|
16147
|
+
};
|
|
16148
|
+
|
|
16149
|
+
|
|
16150
|
+
/**
|
|
16151
|
+
* Returns whether this field is set.
|
|
16152
|
+
* @return {boolean}
|
|
16153
|
+
*/
|
|
16154
|
+
proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
16155
|
+
return jspb.Message.getField(this, 3) != null;
|
|
16156
|
+
};
|
|
16157
|
+
|
|
16158
|
+
|
|
15904
16159
|
|
|
15905
16160
|
/**
|
|
15906
16161
|
* List of repeated fields within this message type.
|
|
@@ -15940,7 +16195,7 @@ proto.ondewo.nlu.ListUserIdsResponse.prototype.toObject = function(opt_includeIn
|
|
|
15940
16195
|
*/
|
|
15941
16196
|
proto.ondewo.nlu.ListUserIdsResponse.toObject = function(includeInstance, msg) {
|
|
15942
16197
|
var f, obj = {
|
|
15943
|
-
|
|
16198
|
+
userIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
15944
16199
|
};
|
|
15945
16200
|
|
|
15946
16201
|
if (includeInstance) {
|
|
@@ -16089,8 +16344,9 @@ proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.toObject =
|
|
|
16089
16344
|
*/
|
|
16090
16345
|
proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
16091
16346
|
var f, obj = {
|
|
16092
|
-
|
|
16093
|
-
|
|
16347
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
16348
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
16349
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
16094
16350
|
};
|
|
16095
16351
|
|
|
16096
16352
|
if (includeInstance) {
|
|
@@ -16136,6 +16392,11 @@ proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.deserializeBinaryFrom
|
|
|
16136
16392
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
16137
16393
|
msg.setSessionFilter(value);
|
|
16138
16394
|
break;
|
|
16395
|
+
case 3:
|
|
16396
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
16397
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
16398
|
+
msg.setFieldMask(value);
|
|
16399
|
+
break;
|
|
16139
16400
|
default:
|
|
16140
16401
|
reader.skipField();
|
|
16141
16402
|
break;
|
|
@@ -16180,6 +16441,14 @@ proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.serializeBinaryToWrit
|
|
|
16180
16441
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
16181
16442
|
);
|
|
16182
16443
|
}
|
|
16444
|
+
f = message.getFieldMask();
|
|
16445
|
+
if (f != null) {
|
|
16446
|
+
writer.writeMessage(
|
|
16447
|
+
3,
|
|
16448
|
+
f,
|
|
16449
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
16450
|
+
);
|
|
16451
|
+
}
|
|
16183
16452
|
};
|
|
16184
16453
|
|
|
16185
16454
|
|
|
@@ -16238,6 +16507,43 @@ proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.hasSessionF
|
|
|
16238
16507
|
};
|
|
16239
16508
|
|
|
16240
16509
|
|
|
16510
|
+
/**
|
|
16511
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
16512
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
16513
|
+
*/
|
|
16514
|
+
proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
16515
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
16516
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
16517
|
+
};
|
|
16518
|
+
|
|
16519
|
+
|
|
16520
|
+
/**
|
|
16521
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
16522
|
+
* @return {!proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest} returns this
|
|
16523
|
+
*/
|
|
16524
|
+
proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
16525
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
16526
|
+
};
|
|
16527
|
+
|
|
16528
|
+
|
|
16529
|
+
/**
|
|
16530
|
+
* Clears the message field making it undefined.
|
|
16531
|
+
* @return {!proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest} returns this
|
|
16532
|
+
*/
|
|
16533
|
+
proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
16534
|
+
return this.setFieldMask(undefined);
|
|
16535
|
+
};
|
|
16536
|
+
|
|
16537
|
+
|
|
16538
|
+
/**
|
|
16539
|
+
* Returns whether this field is set.
|
|
16540
|
+
* @return {boolean}
|
|
16541
|
+
*/
|
|
16542
|
+
proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
16543
|
+
return jspb.Message.getField(this, 3) != null;
|
|
16544
|
+
};
|
|
16545
|
+
|
|
16546
|
+
|
|
16241
16547
|
|
|
16242
16548
|
/**
|
|
16243
16549
|
* List of repeated fields within this message type.
|
|
@@ -16277,7 +16583,7 @@ proto.ondewo.nlu.ListIdentifiedUserIdsResponse.prototype.toObject = function(opt
|
|
|
16277
16583
|
*/
|
|
16278
16584
|
proto.ondewo.nlu.ListIdentifiedUserIdsResponse.toObject = function(includeInstance, msg) {
|
|
16279
16585
|
var f, obj = {
|
|
16280
|
-
|
|
16586
|
+
identifiedUserIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
16281
16587
|
};
|
|
16282
16588
|
|
|
16283
16589
|
if (includeInstance) {
|
|
@@ -16426,8 +16732,9 @@ proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.toObject = function(opt_
|
|
|
16426
16732
|
*/
|
|
16427
16733
|
proto.ondewo.nlu.ListTagsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
16428
16734
|
var f, obj = {
|
|
16429
|
-
|
|
16430
|
-
|
|
16735
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
16736
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
16737
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
16431
16738
|
};
|
|
16432
16739
|
|
|
16433
16740
|
if (includeInstance) {
|
|
@@ -16473,6 +16780,11 @@ proto.ondewo.nlu.ListTagsOfAllSessionsRequest.deserializeBinaryFromReader = func
|
|
|
16473
16780
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
16474
16781
|
msg.setSessionFilter(value);
|
|
16475
16782
|
break;
|
|
16783
|
+
case 3:
|
|
16784
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
16785
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
16786
|
+
msg.setFieldMask(value);
|
|
16787
|
+
break;
|
|
16476
16788
|
default:
|
|
16477
16789
|
reader.skipField();
|
|
16478
16790
|
break;
|
|
@@ -16517,6 +16829,14 @@ proto.ondewo.nlu.ListTagsOfAllSessionsRequest.serializeBinaryToWriter = function
|
|
|
16517
16829
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
16518
16830
|
);
|
|
16519
16831
|
}
|
|
16832
|
+
f = message.getFieldMask();
|
|
16833
|
+
if (f != null) {
|
|
16834
|
+
writer.writeMessage(
|
|
16835
|
+
3,
|
|
16836
|
+
f,
|
|
16837
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
16838
|
+
);
|
|
16839
|
+
}
|
|
16520
16840
|
};
|
|
16521
16841
|
|
|
16522
16842
|
|
|
@@ -16575,6 +16895,43 @@ proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.hasSessionFilter = funct
|
|
|
16575
16895
|
};
|
|
16576
16896
|
|
|
16577
16897
|
|
|
16898
|
+
/**
|
|
16899
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
16900
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
16901
|
+
*/
|
|
16902
|
+
proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
16903
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
16904
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
16905
|
+
};
|
|
16906
|
+
|
|
16907
|
+
|
|
16908
|
+
/**
|
|
16909
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
16910
|
+
* @return {!proto.ondewo.nlu.ListTagsOfAllSessionsRequest} returns this
|
|
16911
|
+
*/
|
|
16912
|
+
proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
16913
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
16914
|
+
};
|
|
16915
|
+
|
|
16916
|
+
|
|
16917
|
+
/**
|
|
16918
|
+
* Clears the message field making it undefined.
|
|
16919
|
+
* @return {!proto.ondewo.nlu.ListTagsOfAllSessionsRequest} returns this
|
|
16920
|
+
*/
|
|
16921
|
+
proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
16922
|
+
return this.setFieldMask(undefined);
|
|
16923
|
+
};
|
|
16924
|
+
|
|
16925
|
+
|
|
16926
|
+
/**
|
|
16927
|
+
* Returns whether this field is set.
|
|
16928
|
+
* @return {boolean}
|
|
16929
|
+
*/
|
|
16930
|
+
proto.ondewo.nlu.ListTagsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
16931
|
+
return jspb.Message.getField(this, 3) != null;
|
|
16932
|
+
};
|
|
16933
|
+
|
|
16934
|
+
|
|
16578
16935
|
|
|
16579
16936
|
/**
|
|
16580
16937
|
* List of repeated fields within this message type.
|
|
@@ -16614,7 +16971,7 @@ proto.ondewo.nlu.ListTagsResponse.prototype.toObject = function(opt_includeInsta
|
|
|
16614
16971
|
*/
|
|
16615
16972
|
proto.ondewo.nlu.ListTagsResponse.toObject = function(includeInstance, msg) {
|
|
16616
16973
|
var f, obj = {
|
|
16617
|
-
|
|
16974
|
+
tagsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
16618
16975
|
};
|
|
16619
16976
|
|
|
16620
16977
|
if (includeInstance) {
|
|
@@ -16763,8 +17120,9 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.toObject = func
|
|
|
16763
17120
|
*/
|
|
16764
17121
|
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
16765
17122
|
var f, obj = {
|
|
16766
|
-
|
|
16767
|
-
|
|
17123
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
17124
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
17125
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
16768
17126
|
};
|
|
16769
17127
|
|
|
16770
17128
|
if (includeInstance) {
|
|
@@ -16810,6 +17168,11 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.deserializeBinaryFromRead
|
|
|
16810
17168
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
16811
17169
|
msg.setSessionFilter(value);
|
|
16812
17170
|
break;
|
|
17171
|
+
case 3:
|
|
17172
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
17173
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
17174
|
+
msg.setFieldMask(value);
|
|
17175
|
+
break;
|
|
16813
17176
|
default:
|
|
16814
17177
|
reader.skipField();
|
|
16815
17178
|
break;
|
|
@@ -16854,6 +17217,14 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.serializeBinaryToWriter =
|
|
|
16854
17217
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
16855
17218
|
);
|
|
16856
17219
|
}
|
|
17220
|
+
f = message.getFieldMask();
|
|
17221
|
+
if (f != null) {
|
|
17222
|
+
writer.writeMessage(
|
|
17223
|
+
3,
|
|
17224
|
+
f,
|
|
17225
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
17226
|
+
);
|
|
17227
|
+
}
|
|
16857
17228
|
};
|
|
16858
17229
|
|
|
16859
17230
|
|
|
@@ -16870,27 +17241,64 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.getParent = fun
|
|
|
16870
17241
|
* @param {string} value
|
|
16871
17242
|
* @return {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} returns this
|
|
16872
17243
|
*/
|
|
16873
|
-
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.setParent = function(value) {
|
|
16874
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
17244
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.setParent = function(value) {
|
|
17245
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
17246
|
+
};
|
|
17247
|
+
|
|
17248
|
+
|
|
17249
|
+
/**
|
|
17250
|
+
* optional SessionFilter session_filter = 2;
|
|
17251
|
+
* @return {?proto.ondewo.nlu.SessionFilter}
|
|
17252
|
+
*/
|
|
17253
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.getSessionFilter = function() {
|
|
17254
|
+
return /** @type{?proto.ondewo.nlu.SessionFilter} */ (
|
|
17255
|
+
jspb.Message.getWrapperField(this, proto.ondewo.nlu.SessionFilter, 2));
|
|
17256
|
+
};
|
|
17257
|
+
|
|
17258
|
+
|
|
17259
|
+
/**
|
|
17260
|
+
* @param {?proto.ondewo.nlu.SessionFilter|undefined} value
|
|
17261
|
+
* @return {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} returns this
|
|
17262
|
+
*/
|
|
17263
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.setSessionFilter = function(value) {
|
|
17264
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
17265
|
+
};
|
|
17266
|
+
|
|
17267
|
+
|
|
17268
|
+
/**
|
|
17269
|
+
* Clears the message field making it undefined.
|
|
17270
|
+
* @return {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} returns this
|
|
17271
|
+
*/
|
|
17272
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.clearSessionFilter = function() {
|
|
17273
|
+
return this.setSessionFilter(undefined);
|
|
17274
|
+
};
|
|
17275
|
+
|
|
17276
|
+
|
|
17277
|
+
/**
|
|
17278
|
+
* Returns whether this field is set.
|
|
17279
|
+
* @return {boolean}
|
|
17280
|
+
*/
|
|
17281
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.hasSessionFilter = function() {
|
|
17282
|
+
return jspb.Message.getField(this, 2) != null;
|
|
16875
17283
|
};
|
|
16876
17284
|
|
|
16877
17285
|
|
|
16878
17286
|
/**
|
|
16879
|
-
* optional
|
|
16880
|
-
* @return {?proto.
|
|
17287
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
17288
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
16881
17289
|
*/
|
|
16882
|
-
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.
|
|
16883
|
-
return /** @type{?proto.
|
|
16884
|
-
jspb.Message.getWrapperField(this,
|
|
17290
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
17291
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
17292
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
16885
17293
|
};
|
|
16886
17294
|
|
|
16887
17295
|
|
|
16888
17296
|
/**
|
|
16889
|
-
* @param {?proto.
|
|
17297
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
16890
17298
|
* @return {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} returns this
|
|
16891
17299
|
*/
|
|
16892
|
-
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.
|
|
16893
|
-
return jspb.Message.setWrapperField(this,
|
|
17300
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
17301
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
16894
17302
|
};
|
|
16895
17303
|
|
|
16896
17304
|
|
|
@@ -16898,8 +17306,8 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.setSessionFilte
|
|
|
16898
17306
|
* Clears the message field making it undefined.
|
|
16899
17307
|
* @return {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} returns this
|
|
16900
17308
|
*/
|
|
16901
|
-
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.
|
|
16902
|
-
return this.
|
|
17309
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
17310
|
+
return this.setFieldMask(undefined);
|
|
16903
17311
|
};
|
|
16904
17312
|
|
|
16905
17313
|
|
|
@@ -16907,8 +17315,8 @@ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.clearSessionFil
|
|
|
16907
17315
|
* Returns whether this field is set.
|
|
16908
17316
|
* @return {boolean}
|
|
16909
17317
|
*/
|
|
16910
|
-
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.
|
|
16911
|
-
return jspb.Message.getField(this,
|
|
17318
|
+
proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
17319
|
+
return jspb.Message.getField(this, 3) != null;
|
|
16912
17320
|
};
|
|
16913
17321
|
|
|
16914
17322
|
|
|
@@ -16951,7 +17359,7 @@ proto.ondewo.nlu.ListInputContextsResponse.prototype.toObject = function(opt_inc
|
|
|
16951
17359
|
*/
|
|
16952
17360
|
proto.ondewo.nlu.ListInputContextsResponse.toObject = function(includeInstance, msg) {
|
|
16953
17361
|
var f, obj = {
|
|
16954
|
-
|
|
17362
|
+
inputContextsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
16955
17363
|
};
|
|
16956
17364
|
|
|
16957
17365
|
if (includeInstance) {
|
|
@@ -17100,8 +17508,9 @@ proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.toObject = fun
|
|
|
17100
17508
|
*/
|
|
17101
17509
|
proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
17102
17510
|
var f, obj = {
|
|
17103
|
-
|
|
17104
|
-
|
|
17511
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
17512
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
17513
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
17105
17514
|
};
|
|
17106
17515
|
|
|
17107
17516
|
if (includeInstance) {
|
|
@@ -17147,6 +17556,11 @@ proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.deserializeBinaryFromRea
|
|
|
17147
17556
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
17148
17557
|
msg.setSessionFilter(value);
|
|
17149
17558
|
break;
|
|
17559
|
+
case 3:
|
|
17560
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
17561
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
17562
|
+
msg.setFieldMask(value);
|
|
17563
|
+
break;
|
|
17150
17564
|
default:
|
|
17151
17565
|
reader.skipField();
|
|
17152
17566
|
break;
|
|
@@ -17191,6 +17605,14 @@ proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.serializeBinaryToWriter
|
|
|
17191
17605
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
17192
17606
|
);
|
|
17193
17607
|
}
|
|
17608
|
+
f = message.getFieldMask();
|
|
17609
|
+
if (f != null) {
|
|
17610
|
+
writer.writeMessage(
|
|
17611
|
+
3,
|
|
17612
|
+
f,
|
|
17613
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
17614
|
+
);
|
|
17615
|
+
}
|
|
17194
17616
|
};
|
|
17195
17617
|
|
|
17196
17618
|
|
|
@@ -17249,6 +17671,43 @@ proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.hasSessionFilt
|
|
|
17249
17671
|
};
|
|
17250
17672
|
|
|
17251
17673
|
|
|
17674
|
+
/**
|
|
17675
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
17676
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
17677
|
+
*/
|
|
17678
|
+
proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
17679
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
17680
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
17681
|
+
};
|
|
17682
|
+
|
|
17683
|
+
|
|
17684
|
+
/**
|
|
17685
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
17686
|
+
* @return {!proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest} returns this
|
|
17687
|
+
*/
|
|
17688
|
+
proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
17689
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
17690
|
+
};
|
|
17691
|
+
|
|
17692
|
+
|
|
17693
|
+
/**
|
|
17694
|
+
* Clears the message field making it undefined.
|
|
17695
|
+
* @return {!proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest} returns this
|
|
17696
|
+
*/
|
|
17697
|
+
proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
17698
|
+
return this.setFieldMask(undefined);
|
|
17699
|
+
};
|
|
17700
|
+
|
|
17701
|
+
|
|
17702
|
+
/**
|
|
17703
|
+
* Returns whether this field is set.
|
|
17704
|
+
* @return {boolean}
|
|
17705
|
+
*/
|
|
17706
|
+
proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
17707
|
+
return jspb.Message.getField(this, 3) != null;
|
|
17708
|
+
};
|
|
17709
|
+
|
|
17710
|
+
|
|
17252
17711
|
|
|
17253
17712
|
/**
|
|
17254
17713
|
* List of repeated fields within this message type.
|
|
@@ -17288,7 +17747,7 @@ proto.ondewo.nlu.ListOutputContextsResponse.prototype.toObject = function(opt_in
|
|
|
17288
17747
|
*/
|
|
17289
17748
|
proto.ondewo.nlu.ListOutputContextsResponse.toObject = function(includeInstance, msg) {
|
|
17290
17749
|
var f, obj = {
|
|
17291
|
-
|
|
17750
|
+
outputContextsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
17292
17751
|
};
|
|
17293
17752
|
|
|
17294
17753
|
if (includeInstance) {
|
|
@@ -17437,8 +17896,9 @@ proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.toObject = function
|
|
|
17437
17896
|
*/
|
|
17438
17897
|
proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
17439
17898
|
var f, obj = {
|
|
17440
|
-
|
|
17441
|
-
|
|
17899
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
17900
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
17901
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
17442
17902
|
};
|
|
17443
17903
|
|
|
17444
17904
|
if (includeInstance) {
|
|
@@ -17484,6 +17944,11 @@ proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.deserializeBinaryFromReader =
|
|
|
17484
17944
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
17485
17945
|
msg.setSessionFilter(value);
|
|
17486
17946
|
break;
|
|
17947
|
+
case 3:
|
|
17948
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
17949
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
17950
|
+
msg.setFieldMask(value);
|
|
17951
|
+
break;
|
|
17487
17952
|
default:
|
|
17488
17953
|
reader.skipField();
|
|
17489
17954
|
break;
|
|
@@ -17528,6 +17993,14 @@ proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.serializeBinaryToWriter = fun
|
|
|
17528
17993
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
17529
17994
|
);
|
|
17530
17995
|
}
|
|
17996
|
+
f = message.getFieldMask();
|
|
17997
|
+
if (f != null) {
|
|
17998
|
+
writer.writeMessage(
|
|
17999
|
+
3,
|
|
18000
|
+
f,
|
|
18001
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
18002
|
+
);
|
|
18003
|
+
}
|
|
17531
18004
|
};
|
|
17532
18005
|
|
|
17533
18006
|
|
|
@@ -17586,6 +18059,43 @@ proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.hasSessionFilter =
|
|
|
17586
18059
|
};
|
|
17587
18060
|
|
|
17588
18061
|
|
|
18062
|
+
/**
|
|
18063
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
18064
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
18065
|
+
*/
|
|
18066
|
+
proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
18067
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
18068
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
18069
|
+
};
|
|
18070
|
+
|
|
18071
|
+
|
|
18072
|
+
/**
|
|
18073
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
18074
|
+
* @return {!proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest} returns this
|
|
18075
|
+
*/
|
|
18076
|
+
proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
18077
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
18078
|
+
};
|
|
18079
|
+
|
|
18080
|
+
|
|
18081
|
+
/**
|
|
18082
|
+
* Clears the message field making it undefined.
|
|
18083
|
+
* @return {!proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest} returns this
|
|
18084
|
+
*/
|
|
18085
|
+
proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
18086
|
+
return this.setFieldMask(undefined);
|
|
18087
|
+
};
|
|
18088
|
+
|
|
18089
|
+
|
|
18090
|
+
/**
|
|
18091
|
+
* Returns whether this field is set.
|
|
18092
|
+
* @return {boolean}
|
|
18093
|
+
*/
|
|
18094
|
+
proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
18095
|
+
return jspb.Message.getField(this, 3) != null;
|
|
18096
|
+
};
|
|
18097
|
+
|
|
18098
|
+
|
|
17589
18099
|
|
|
17590
18100
|
/**
|
|
17591
18101
|
* List of repeated fields within this message type.
|
|
@@ -17625,7 +18135,7 @@ proto.ondewo.nlu.ListPlatformsResponse.prototype.toObject = function(opt_include
|
|
|
17625
18135
|
*/
|
|
17626
18136
|
proto.ondewo.nlu.ListPlatformsResponse.toObject = function(includeInstance, msg) {
|
|
17627
18137
|
var f, obj = {
|
|
17628
|
-
|
|
18138
|
+
platformsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
17629
18139
|
};
|
|
17630
18140
|
|
|
17631
18141
|
if (includeInstance) {
|
|
@@ -17774,8 +18284,9 @@ proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.toObject = functio
|
|
|
17774
18284
|
*/
|
|
17775
18285
|
proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
17776
18286
|
var f, obj = {
|
|
17777
|
-
|
|
17778
|
-
|
|
18287
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
18288
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
18289
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
17779
18290
|
};
|
|
17780
18291
|
|
|
17781
18292
|
if (includeInstance) {
|
|
@@ -17821,6 +18332,11 @@ proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.deserializeBinaryFromReader
|
|
|
17821
18332
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
17822
18333
|
msg.setSessionFilter(value);
|
|
17823
18334
|
break;
|
|
18335
|
+
case 3:
|
|
18336
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
18337
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
18338
|
+
msg.setFieldMask(value);
|
|
18339
|
+
break;
|
|
17824
18340
|
default:
|
|
17825
18341
|
reader.skipField();
|
|
17826
18342
|
break;
|
|
@@ -17865,6 +18381,14 @@ proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.serializeBinaryToWriter = fu
|
|
|
17865
18381
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
17866
18382
|
);
|
|
17867
18383
|
}
|
|
18384
|
+
f = message.getFieldMask();
|
|
18385
|
+
if (f != null) {
|
|
18386
|
+
writer.writeMessage(
|
|
18387
|
+
3,
|
|
18388
|
+
f,
|
|
18389
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
18390
|
+
);
|
|
18391
|
+
}
|
|
17868
18392
|
};
|
|
17869
18393
|
|
|
17870
18394
|
|
|
@@ -17923,6 +18447,43 @@ proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.hasSessionFilter =
|
|
|
17923
18447
|
};
|
|
17924
18448
|
|
|
17925
18449
|
|
|
18450
|
+
/**
|
|
18451
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
18452
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
18453
|
+
*/
|
|
18454
|
+
proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
18455
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
18456
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
18457
|
+
};
|
|
18458
|
+
|
|
18459
|
+
|
|
18460
|
+
/**
|
|
18461
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
18462
|
+
* @return {!proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest} returns this
|
|
18463
|
+
*/
|
|
18464
|
+
proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
18465
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
18466
|
+
};
|
|
18467
|
+
|
|
18468
|
+
|
|
18469
|
+
/**
|
|
18470
|
+
* Clears the message field making it undefined.
|
|
18471
|
+
* @return {!proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest} returns this
|
|
18472
|
+
*/
|
|
18473
|
+
proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
18474
|
+
return this.setFieldMask(undefined);
|
|
18475
|
+
};
|
|
18476
|
+
|
|
18477
|
+
|
|
18478
|
+
/**
|
|
18479
|
+
* Returns whether this field is set.
|
|
18480
|
+
* @return {boolean}
|
|
18481
|
+
*/
|
|
18482
|
+
proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
18483
|
+
return jspb.Message.getField(this, 3) != null;
|
|
18484
|
+
};
|
|
18485
|
+
|
|
18486
|
+
|
|
17926
18487
|
|
|
17927
18488
|
/**
|
|
17928
18489
|
* List of repeated fields within this message type.
|
|
@@ -17962,7 +18523,7 @@ proto.ondewo.nlu.ListAccountIdsResponse.prototype.toObject = function(opt_includ
|
|
|
17962
18523
|
*/
|
|
17963
18524
|
proto.ondewo.nlu.ListAccountIdsResponse.toObject = function(includeInstance, msg) {
|
|
17964
18525
|
var f, obj = {
|
|
17965
|
-
|
|
18526
|
+
accountIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
17966
18527
|
};
|
|
17967
18528
|
|
|
17968
18529
|
if (includeInstance) {
|
|
@@ -18111,8 +18672,8 @@ proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest.prototype.toObject = functi
|
|
|
18111
18672
|
*/
|
|
18112
18673
|
proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
18113
18674
|
var f, obj = {
|
|
18114
|
-
|
|
18115
|
-
|
|
18675
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
18676
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f)
|
|
18116
18677
|
};
|
|
18117
18678
|
|
|
18118
18679
|
if (includeInstance) {
|
|
@@ -18299,7 +18860,7 @@ proto.ondewo.nlu.ListPropertyIdsResponse.prototype.toObject = function(opt_inclu
|
|
|
18299
18860
|
*/
|
|
18300
18861
|
proto.ondewo.nlu.ListPropertyIdsResponse.toObject = function(includeInstance, msg) {
|
|
18301
18862
|
var f, obj = {
|
|
18302
|
-
|
|
18863
|
+
propertyIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
18303
18864
|
};
|
|
18304
18865
|
|
|
18305
18866
|
if (includeInstance) {
|
|
@@ -18448,8 +19009,8 @@ proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest.prototype.toObject = func
|
|
|
18448
19009
|
*/
|
|
18449
19010
|
proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
18450
19011
|
var f, obj = {
|
|
18451
|
-
|
|
18452
|
-
|
|
19012
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
19013
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f)
|
|
18453
19014
|
};
|
|
18454
19015
|
|
|
18455
19016
|
if (includeInstance) {
|
|
@@ -18636,7 +19197,7 @@ proto.ondewo.nlu.ListDatastreamIdsResponse.prototype.toObject = function(opt_inc
|
|
|
18636
19197
|
*/
|
|
18637
19198
|
proto.ondewo.nlu.ListDatastreamIdsResponse.toObject = function(includeInstance, msg) {
|
|
18638
19199
|
var f, obj = {
|
|
18639
|
-
|
|
19200
|
+
datastreamIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
18640
19201
|
};
|
|
18641
19202
|
|
|
18642
19203
|
if (includeInstance) {
|
|
@@ -18785,8 +19346,9 @@ proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.toObject = function
|
|
|
18785
19346
|
*/
|
|
18786
19347
|
proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.toObject = function(includeInstance, msg) {
|
|
18787
19348
|
var f, obj = {
|
|
18788
|
-
|
|
18789
|
-
|
|
19349
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
19350
|
+
sessionFilter: (f = msg.getSessionFilter()) && proto.ondewo.nlu.SessionFilter.toObject(includeInstance, f),
|
|
19351
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
18790
19352
|
};
|
|
18791
19353
|
|
|
18792
19354
|
if (includeInstance) {
|
|
@@ -18832,6 +19394,11 @@ proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.deserializeBinaryFromReader =
|
|
|
18832
19394
|
reader.readMessage(value,proto.ondewo.nlu.SessionFilter.deserializeBinaryFromReader);
|
|
18833
19395
|
msg.setSessionFilter(value);
|
|
18834
19396
|
break;
|
|
19397
|
+
case 3:
|
|
19398
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
19399
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
19400
|
+
msg.setFieldMask(value);
|
|
19401
|
+
break;
|
|
18835
19402
|
default:
|
|
18836
19403
|
reader.skipField();
|
|
18837
19404
|
break;
|
|
@@ -18876,6 +19443,14 @@ proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.serializeBinaryToWriter = fun
|
|
|
18876
19443
|
proto.ondewo.nlu.SessionFilter.serializeBinaryToWriter
|
|
18877
19444
|
);
|
|
18878
19445
|
}
|
|
19446
|
+
f = message.getFieldMask();
|
|
19447
|
+
if (f != null) {
|
|
19448
|
+
writer.writeMessage(
|
|
19449
|
+
3,
|
|
19450
|
+
f,
|
|
19451
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
19452
|
+
);
|
|
19453
|
+
}
|
|
18879
19454
|
};
|
|
18880
19455
|
|
|
18881
19456
|
|
|
@@ -18934,6 +19509,43 @@ proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.hasSessionFilter =
|
|
|
18934
19509
|
};
|
|
18935
19510
|
|
|
18936
19511
|
|
|
19512
|
+
/**
|
|
19513
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
19514
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
19515
|
+
*/
|
|
19516
|
+
proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.getFieldMask = function() {
|
|
19517
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
19518
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
19519
|
+
};
|
|
19520
|
+
|
|
19521
|
+
|
|
19522
|
+
/**
|
|
19523
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
19524
|
+
* @return {!proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest} returns this
|
|
19525
|
+
*/
|
|
19526
|
+
proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.setFieldMask = function(value) {
|
|
19527
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
19528
|
+
};
|
|
19529
|
+
|
|
19530
|
+
|
|
19531
|
+
/**
|
|
19532
|
+
* Clears the message field making it undefined.
|
|
19533
|
+
* @return {!proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest} returns this
|
|
19534
|
+
*/
|
|
19535
|
+
proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.clearFieldMask = function() {
|
|
19536
|
+
return this.setFieldMask(undefined);
|
|
19537
|
+
};
|
|
19538
|
+
|
|
19539
|
+
|
|
19540
|
+
/**
|
|
19541
|
+
* Returns whether this field is set.
|
|
19542
|
+
* @return {boolean}
|
|
19543
|
+
*/
|
|
19544
|
+
proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest.prototype.hasFieldMask = function() {
|
|
19545
|
+
return jspb.Message.getField(this, 3) != null;
|
|
19546
|
+
};
|
|
19547
|
+
|
|
19548
|
+
|
|
18937
19549
|
|
|
18938
19550
|
/**
|
|
18939
19551
|
* List of repeated fields within this message type.
|
|
@@ -18973,7 +19585,7 @@ proto.ondewo.nlu.ListOriginIdsResponse.prototype.toObject = function(opt_include
|
|
|
18973
19585
|
*/
|
|
18974
19586
|
proto.ondewo.nlu.ListOriginIdsResponse.toObject = function(includeInstance, msg) {
|
|
18975
19587
|
var f, obj = {
|
|
18976
|
-
|
|
19588
|
+
originIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
18977
19589
|
};
|
|
18978
19590
|
|
|
18979
19591
|
if (includeInstance) {
|
|
@@ -19129,8 +19741,8 @@ proto.ondewo.nlu.AddSessionLabelsRequest.prototype.toObject = function(opt_inclu
|
|
|
19129
19741
|
*/
|
|
19130
19742
|
proto.ondewo.nlu.AddSessionLabelsRequest.toObject = function(includeInstance, msg) {
|
|
19131
19743
|
var f, obj = {
|
|
19132
|
-
|
|
19133
|
-
|
|
19744
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
19745
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
19134
19746
|
};
|
|
19135
19747
|
|
|
19136
19748
|
if (includeInstance) {
|
|
@@ -19315,8 +19927,8 @@ proto.ondewo.nlu.DeleteSessionLabelsRequest.prototype.toObject = function(opt_in
|
|
|
19315
19927
|
*/
|
|
19316
19928
|
proto.ondewo.nlu.DeleteSessionLabelsRequest.toObject = function(includeInstance, msg) {
|
|
19317
19929
|
var f, obj = {
|
|
19318
|
-
|
|
19319
|
-
|
|
19930
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
19931
|
+
labelsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
19320
19932
|
};
|
|
19321
19933
|
|
|
19322
19934
|
if (includeInstance) {
|
|
@@ -19494,8 +20106,8 @@ proto.ondewo.nlu.AddSessionCommentRequest.prototype.toObject = function(opt_incl
|
|
|
19494
20106
|
*/
|
|
19495
20107
|
proto.ondewo.nlu.AddSessionCommentRequest.toObject = function(includeInstance, msg) {
|
|
19496
20108
|
var f, obj = {
|
|
19497
|
-
|
|
19498
|
-
|
|
20109
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
20110
|
+
comment: (f = msg.getComment()) && ondewo_nlu_common_pb.Comment.toObject(includeInstance, f)
|
|
19499
20111
|
};
|
|
19500
20112
|
|
|
19501
20113
|
if (includeInstance) {
|
|
@@ -19682,8 +20294,8 @@ proto.ondewo.nlu.DeleteSessionCommentsRequest.prototype.toObject = function(opt_
|
|
|
19682
20294
|
*/
|
|
19683
20295
|
proto.ondewo.nlu.DeleteSessionCommentsRequest.toObject = function(includeInstance, msg) {
|
|
19684
20296
|
var f, obj = {
|
|
19685
|
-
|
|
19686
|
-
|
|
20297
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
20298
|
+
commentNamesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
19687
20299
|
};
|
|
19688
20300
|
|
|
19689
20301
|
if (includeInstance) {
|
|
@@ -19861,8 +20473,8 @@ proto.ondewo.nlu.UpdateSessionCommentsRequest.prototype.toObject = function(opt_
|
|
|
19861
20473
|
*/
|
|
19862
20474
|
proto.ondewo.nlu.UpdateSessionCommentsRequest.toObject = function(includeInstance, msg) {
|
|
19863
20475
|
var f, obj = {
|
|
19864
|
-
|
|
19865
|
-
|
|
20476
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
20477
|
+
comment: (f = msg.getComment()) && ondewo_nlu_common_pb.Comment.toObject(includeInstance, f)
|
|
19866
20478
|
};
|
|
19867
20479
|
|
|
19868
20480
|
if (includeInstance) {
|
|
@@ -20042,8 +20654,9 @@ proto.ondewo.nlu.ListSessionCommentsRequest.prototype.toObject = function(opt_in
|
|
|
20042
20654
|
*/
|
|
20043
20655
|
proto.ondewo.nlu.ListSessionCommentsRequest.toObject = function(includeInstance, msg) {
|
|
20044
20656
|
var f, obj = {
|
|
20045
|
-
|
|
20046
|
-
|
|
20657
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
20658
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
20659
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
20047
20660
|
};
|
|
20048
20661
|
|
|
20049
20662
|
if (includeInstance) {
|
|
@@ -20088,6 +20701,11 @@ proto.ondewo.nlu.ListSessionCommentsRequest.deserializeBinaryFromReader = functi
|
|
|
20088
20701
|
var value = /** @type {string} */ (reader.readString());
|
|
20089
20702
|
msg.setPageToken(value);
|
|
20090
20703
|
break;
|
|
20704
|
+
case 3:
|
|
20705
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
20706
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
20707
|
+
msg.setFieldMask(value);
|
|
20708
|
+
break;
|
|
20091
20709
|
default:
|
|
20092
20710
|
reader.skipField();
|
|
20093
20711
|
break;
|
|
@@ -20131,6 +20749,14 @@ proto.ondewo.nlu.ListSessionCommentsRequest.serializeBinaryToWriter = function(m
|
|
|
20131
20749
|
f
|
|
20132
20750
|
);
|
|
20133
20751
|
}
|
|
20752
|
+
f = message.getFieldMask();
|
|
20753
|
+
if (f != null) {
|
|
20754
|
+
writer.writeMessage(
|
|
20755
|
+
3,
|
|
20756
|
+
f,
|
|
20757
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
20758
|
+
);
|
|
20759
|
+
}
|
|
20134
20760
|
};
|
|
20135
20761
|
|
|
20136
20762
|
|
|
@@ -20138,35 +20764,72 @@ proto.ondewo.nlu.ListSessionCommentsRequest.serializeBinaryToWriter = function(m
|
|
|
20138
20764
|
* optional string session_id = 1;
|
|
20139
20765
|
* @return {string}
|
|
20140
20766
|
*/
|
|
20141
|
-
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.getSessionId = function() {
|
|
20142
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
20767
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.getSessionId = function() {
|
|
20768
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
20769
|
+
};
|
|
20770
|
+
|
|
20771
|
+
|
|
20772
|
+
/**
|
|
20773
|
+
* @param {string} value
|
|
20774
|
+
* @return {!proto.ondewo.nlu.ListSessionCommentsRequest} returns this
|
|
20775
|
+
*/
|
|
20776
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.setSessionId = function(value) {
|
|
20777
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
20778
|
+
};
|
|
20779
|
+
|
|
20780
|
+
|
|
20781
|
+
/**
|
|
20782
|
+
* optional string page_token = 2;
|
|
20783
|
+
* @return {string}
|
|
20784
|
+
*/
|
|
20785
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.getPageToken = function() {
|
|
20786
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
20787
|
+
};
|
|
20788
|
+
|
|
20789
|
+
|
|
20790
|
+
/**
|
|
20791
|
+
* @param {string} value
|
|
20792
|
+
* @return {!proto.ondewo.nlu.ListSessionCommentsRequest} returns this
|
|
20793
|
+
*/
|
|
20794
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.setPageToken = function(value) {
|
|
20795
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
20796
|
+
};
|
|
20797
|
+
|
|
20798
|
+
|
|
20799
|
+
/**
|
|
20800
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
20801
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
20802
|
+
*/
|
|
20803
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.getFieldMask = function() {
|
|
20804
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
20805
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
20143
20806
|
};
|
|
20144
20807
|
|
|
20145
20808
|
|
|
20146
20809
|
/**
|
|
20147
|
-
* @param {
|
|
20810
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
20148
20811
|
* @return {!proto.ondewo.nlu.ListSessionCommentsRequest} returns this
|
|
20149
|
-
|
|
20150
|
-
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.
|
|
20151
|
-
return jspb.Message.
|
|
20812
|
+
*/
|
|
20813
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.setFieldMask = function(value) {
|
|
20814
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
20152
20815
|
};
|
|
20153
20816
|
|
|
20154
20817
|
|
|
20155
20818
|
/**
|
|
20156
|
-
*
|
|
20157
|
-
* @return {
|
|
20819
|
+
* Clears the message field making it undefined.
|
|
20820
|
+
* @return {!proto.ondewo.nlu.ListSessionCommentsRequest} returns this
|
|
20158
20821
|
*/
|
|
20159
|
-
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.
|
|
20160
|
-
return
|
|
20822
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.clearFieldMask = function() {
|
|
20823
|
+
return this.setFieldMask(undefined);
|
|
20161
20824
|
};
|
|
20162
20825
|
|
|
20163
20826
|
|
|
20164
20827
|
/**
|
|
20165
|
-
*
|
|
20166
|
-
* @return {
|
|
20828
|
+
* Returns whether this field is set.
|
|
20829
|
+
* @return {boolean}
|
|
20167
20830
|
*/
|
|
20168
|
-
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.
|
|
20169
|
-
return jspb.Message.
|
|
20831
|
+
proto.ondewo.nlu.ListSessionCommentsRequest.prototype.hasFieldMask = function() {
|
|
20832
|
+
return jspb.Message.getField(this, 3) != null;
|
|
20170
20833
|
};
|
|
20171
20834
|
|
|
20172
20835
|
|
|
@@ -20209,9 +20872,9 @@ proto.ondewo.nlu.ListSessionCommentsResponse.prototype.toObject = function(opt_i
|
|
|
20209
20872
|
*/
|
|
20210
20873
|
proto.ondewo.nlu.ListSessionCommentsResponse.toObject = function(includeInstance, msg) {
|
|
20211
20874
|
var f, obj = {
|
|
20212
|
-
|
|
20875
|
+
commentList: jspb.Message.toObjectList(msg.getCommentList(),
|
|
20213
20876
|
ondewo_nlu_common_pb.Comment.toObject, includeInstance),
|
|
20214
|
-
|
|
20877
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
20215
20878
|
};
|
|
20216
20879
|
|
|
20217
20880
|
if (includeInstance) {
|
|
@@ -20392,9 +21055,9 @@ proto.ondewo.nlu.ListSessionReviewsRequest.prototype.toObject = function(opt_inc
|
|
|
20392
21055
|
*/
|
|
20393
21056
|
proto.ondewo.nlu.ListSessionReviewsRequest.toObject = function(includeInstance, msg) {
|
|
20394
21057
|
var f, obj = {
|
|
20395
|
-
|
|
20396
|
-
|
|
20397
|
-
|
|
21058
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21059
|
+
sessionReviewView: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
21060
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
20398
21061
|
};
|
|
20399
21062
|
|
|
20400
21063
|
if (includeInstance) {
|
|
@@ -20589,9 +21252,9 @@ proto.ondewo.nlu.ListSessionReviewsResponse.prototype.toObject = function(opt_in
|
|
|
20589
21252
|
*/
|
|
20590
21253
|
proto.ondewo.nlu.ListSessionReviewsResponse.toObject = function(includeInstance, msg) {
|
|
20591
21254
|
var f, obj = {
|
|
20592
|
-
|
|
21255
|
+
sessionReviewsList: jspb.Message.toObjectList(msg.getSessionReviewsList(),
|
|
20593
21256
|
proto.ondewo.nlu.SessionReview.toObject, includeInstance),
|
|
20594
|
-
|
|
21257
|
+
nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
20595
21258
|
};
|
|
20596
21259
|
|
|
20597
21260
|
if (includeInstance) {
|
|
@@ -20772,8 +21435,9 @@ proto.ondewo.nlu.GetSessionReviewRequest.prototype.toObject = function(opt_inclu
|
|
|
20772
21435
|
*/
|
|
20773
21436
|
proto.ondewo.nlu.GetSessionReviewRequest.toObject = function(includeInstance, msg) {
|
|
20774
21437
|
var f, obj = {
|
|
20775
|
-
|
|
20776
|
-
|
|
21438
|
+
sessionReviewId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21439
|
+
sessionReviewView: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
21440
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
20777
21441
|
};
|
|
20778
21442
|
|
|
20779
21443
|
if (includeInstance) {
|
|
@@ -20818,6 +21482,11 @@ proto.ondewo.nlu.GetSessionReviewRequest.deserializeBinaryFromReader = function(
|
|
|
20818
21482
|
var value = /** @type {!proto.ondewo.nlu.SessionReview.View} */ (reader.readEnum());
|
|
20819
21483
|
msg.setSessionReviewView(value);
|
|
20820
21484
|
break;
|
|
21485
|
+
case 3:
|
|
21486
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
21487
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
21488
|
+
msg.setFieldMask(value);
|
|
21489
|
+
break;
|
|
20821
21490
|
default:
|
|
20822
21491
|
reader.skipField();
|
|
20823
21492
|
break;
|
|
@@ -20861,6 +21530,14 @@ proto.ondewo.nlu.GetSessionReviewRequest.serializeBinaryToWriter = function(mess
|
|
|
20861
21530
|
f
|
|
20862
21531
|
);
|
|
20863
21532
|
}
|
|
21533
|
+
f = message.getFieldMask();
|
|
21534
|
+
if (f != null) {
|
|
21535
|
+
writer.writeMessage(
|
|
21536
|
+
3,
|
|
21537
|
+
f,
|
|
21538
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
21539
|
+
);
|
|
21540
|
+
}
|
|
20864
21541
|
};
|
|
20865
21542
|
|
|
20866
21543
|
|
|
@@ -20900,6 +21577,43 @@ proto.ondewo.nlu.GetSessionReviewRequest.prototype.setSessionReviewView = functi
|
|
|
20900
21577
|
};
|
|
20901
21578
|
|
|
20902
21579
|
|
|
21580
|
+
/**
|
|
21581
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
21582
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
21583
|
+
*/
|
|
21584
|
+
proto.ondewo.nlu.GetSessionReviewRequest.prototype.getFieldMask = function() {
|
|
21585
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
21586
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
21587
|
+
};
|
|
21588
|
+
|
|
21589
|
+
|
|
21590
|
+
/**
|
|
21591
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
21592
|
+
* @return {!proto.ondewo.nlu.GetSessionReviewRequest} returns this
|
|
21593
|
+
*/
|
|
21594
|
+
proto.ondewo.nlu.GetSessionReviewRequest.prototype.setFieldMask = function(value) {
|
|
21595
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
21596
|
+
};
|
|
21597
|
+
|
|
21598
|
+
|
|
21599
|
+
/**
|
|
21600
|
+
* Clears the message field making it undefined.
|
|
21601
|
+
* @return {!proto.ondewo.nlu.GetSessionReviewRequest} returns this
|
|
21602
|
+
*/
|
|
21603
|
+
proto.ondewo.nlu.GetSessionReviewRequest.prototype.clearFieldMask = function() {
|
|
21604
|
+
return this.setFieldMask(undefined);
|
|
21605
|
+
};
|
|
21606
|
+
|
|
21607
|
+
|
|
21608
|
+
/**
|
|
21609
|
+
* Returns whether this field is set.
|
|
21610
|
+
* @return {boolean}
|
|
21611
|
+
*/
|
|
21612
|
+
proto.ondewo.nlu.GetSessionReviewRequest.prototype.hasFieldMask = function() {
|
|
21613
|
+
return jspb.Message.getField(this, 3) != null;
|
|
21614
|
+
};
|
|
21615
|
+
|
|
21616
|
+
|
|
20903
21617
|
|
|
20904
21618
|
|
|
20905
21619
|
|
|
@@ -20932,8 +21646,9 @@ proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.toObject = function(opt
|
|
|
20932
21646
|
*/
|
|
20933
21647
|
proto.ondewo.nlu.GetLatestSessionReviewRequest.toObject = function(includeInstance, msg) {
|
|
20934
21648
|
var f, obj = {
|
|
20935
|
-
|
|
20936
|
-
|
|
21649
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21650
|
+
sessionReviewView: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
21651
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
20937
21652
|
};
|
|
20938
21653
|
|
|
20939
21654
|
if (includeInstance) {
|
|
@@ -20978,6 +21693,11 @@ proto.ondewo.nlu.GetLatestSessionReviewRequest.deserializeBinaryFromReader = fun
|
|
|
20978
21693
|
var value = /** @type {!proto.ondewo.nlu.SessionReview.View} */ (reader.readEnum());
|
|
20979
21694
|
msg.setSessionReviewView(value);
|
|
20980
21695
|
break;
|
|
21696
|
+
case 3:
|
|
21697
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
21698
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
21699
|
+
msg.setFieldMask(value);
|
|
21700
|
+
break;
|
|
20981
21701
|
default:
|
|
20982
21702
|
reader.skipField();
|
|
20983
21703
|
break;
|
|
@@ -21021,6 +21741,14 @@ proto.ondewo.nlu.GetLatestSessionReviewRequest.serializeBinaryToWriter = functio
|
|
|
21021
21741
|
f
|
|
21022
21742
|
);
|
|
21023
21743
|
}
|
|
21744
|
+
f = message.getFieldMask();
|
|
21745
|
+
if (f != null) {
|
|
21746
|
+
writer.writeMessage(
|
|
21747
|
+
3,
|
|
21748
|
+
f,
|
|
21749
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
21750
|
+
);
|
|
21751
|
+
}
|
|
21024
21752
|
};
|
|
21025
21753
|
|
|
21026
21754
|
|
|
@@ -21060,6 +21788,43 @@ proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.setSessionReviewView =
|
|
|
21060
21788
|
};
|
|
21061
21789
|
|
|
21062
21790
|
|
|
21791
|
+
/**
|
|
21792
|
+
* optional google.protobuf.FieldMask field_mask = 3;
|
|
21793
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
21794
|
+
*/
|
|
21795
|
+
proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.getFieldMask = function() {
|
|
21796
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
21797
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
|
|
21798
|
+
};
|
|
21799
|
+
|
|
21800
|
+
|
|
21801
|
+
/**
|
|
21802
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
21803
|
+
* @return {!proto.ondewo.nlu.GetLatestSessionReviewRequest} returns this
|
|
21804
|
+
*/
|
|
21805
|
+
proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.setFieldMask = function(value) {
|
|
21806
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
21807
|
+
};
|
|
21808
|
+
|
|
21809
|
+
|
|
21810
|
+
/**
|
|
21811
|
+
* Clears the message field making it undefined.
|
|
21812
|
+
* @return {!proto.ondewo.nlu.GetLatestSessionReviewRequest} returns this
|
|
21813
|
+
*/
|
|
21814
|
+
proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.clearFieldMask = function() {
|
|
21815
|
+
return this.setFieldMask(undefined);
|
|
21816
|
+
};
|
|
21817
|
+
|
|
21818
|
+
|
|
21819
|
+
/**
|
|
21820
|
+
* Returns whether this field is set.
|
|
21821
|
+
* @return {boolean}
|
|
21822
|
+
*/
|
|
21823
|
+
proto.ondewo.nlu.GetLatestSessionReviewRequest.prototype.hasFieldMask = function() {
|
|
21824
|
+
return jspb.Message.getField(this, 3) != null;
|
|
21825
|
+
};
|
|
21826
|
+
|
|
21827
|
+
|
|
21063
21828
|
|
|
21064
21829
|
/**
|
|
21065
21830
|
* Oneof group definitions for this message. Each group defines the field
|
|
@@ -21120,10 +21885,10 @@ proto.ondewo.nlu.FileResource.prototype.toObject = function(opt_includeInstance)
|
|
|
21120
21885
|
*/
|
|
21121
21886
|
proto.ondewo.nlu.FileResource.toObject = function(includeInstance, msg) {
|
|
21122
21887
|
var f, obj = {
|
|
21123
|
-
|
|
21124
|
-
|
|
21125
|
-
|
|
21126
|
-
|
|
21888
|
+
documentFileResource: (f = msg.getDocumentFileResource()) && proto.ondewo.nlu.DocumentFileResource.toObject(includeInstance, f),
|
|
21889
|
+
audioFileResource: (f = msg.getAudioFileResource()) && proto.ondewo.nlu.AudioFileResource.toObject(includeInstance, f),
|
|
21890
|
+
imageFileResource: (f = msg.getImageFileResource()) && proto.ondewo.nlu.ImageFileResource.toObject(includeInstance, f),
|
|
21891
|
+
videoFileResource: (f = msg.getVideoFileResource()) && proto.ondewo.nlu.VideoFileResource.toObject(includeInstance, f)
|
|
21127
21892
|
};
|
|
21128
21893
|
|
|
21129
21894
|
if (includeInstance) {
|
|
@@ -21424,13 +22189,13 @@ proto.ondewo.nlu.DocumentFileResource.prototype.toObject = function(opt_includeI
|
|
|
21424
22189
|
*/
|
|
21425
22190
|
proto.ondewo.nlu.DocumentFileResource.toObject = function(includeInstance, msg) {
|
|
21426
22191
|
var f, obj = {
|
|
21427
|
-
|
|
21428
|
-
|
|
21429
|
-
|
|
21430
|
-
|
|
21431
|
-
|
|
21432
|
-
|
|
21433
|
-
|
|
22192
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22193
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
22194
|
+
bytes: msg.getBytes_asB64(),
|
|
22195
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22196
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22197
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
22198
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
21434
22199
|
};
|
|
21435
22200
|
|
|
21436
22201
|
if (includeInstance) {
|
|
@@ -21800,13 +22565,13 @@ proto.ondewo.nlu.ImageFileResource.prototype.toObject = function(opt_includeInst
|
|
|
21800
22565
|
*/
|
|
21801
22566
|
proto.ondewo.nlu.ImageFileResource.toObject = function(includeInstance, msg) {
|
|
21802
22567
|
var f, obj = {
|
|
21803
|
-
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
|
|
21807
|
-
|
|
21808
|
-
|
|
21809
|
-
|
|
22568
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22569
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
22570
|
+
bytes: msg.getBytes_asB64(),
|
|
22571
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22572
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22573
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
22574
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
21810
22575
|
};
|
|
21811
22576
|
|
|
21812
22577
|
if (includeInstance) {
|
|
@@ -22183,19 +22948,19 @@ proto.ondewo.nlu.AudioFileResource.prototype.toObject = function(opt_includeInst
|
|
|
22183
22948
|
*/
|
|
22184
22949
|
proto.ondewo.nlu.AudioFileResource.toObject = function(includeInstance, msg) {
|
|
22185
22950
|
var f, obj = {
|
|
22186
|
-
|
|
22187
|
-
|
|
22188
|
-
|
|
22189
|
-
|
|
22190
|
-
|
|
22191
|
-
|
|
22192
|
-
|
|
22951
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22952
|
+
bytes: msg.getBytes_asB64(),
|
|
22953
|
+
language: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22954
|
+
durationInS: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
22955
|
+
sampleRate: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
22956
|
+
audioFileResourceType: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
22957
|
+
transcriptionsList: jspb.Message.toObjectList(msg.getTranscriptionsList(),
|
|
22193
22958
|
proto.ondewo.nlu.S2tTranscription.toObject, includeInstance),
|
|
22194
|
-
|
|
22195
|
-
|
|
22196
|
-
|
|
22197
|
-
|
|
22198
|
-
|
|
22959
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22960
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22961
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
22962
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
22963
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
22199
22964
|
};
|
|
22200
22965
|
|
|
22201
22966
|
if (includeInstance) {
|
|
@@ -22732,16 +23497,16 @@ proto.ondewo.nlu.VideoFileResource.prototype.toObject = function(opt_includeInst
|
|
|
22732
23497
|
*/
|
|
22733
23498
|
proto.ondewo.nlu.VideoFileResource.toObject = function(includeInstance, msg) {
|
|
22734
23499
|
var f, obj = {
|
|
22735
|
-
|
|
22736
|
-
|
|
22737
|
-
|
|
22738
|
-
|
|
22739
|
-
|
|
22740
|
-
|
|
22741
|
-
|
|
22742
|
-
|
|
22743
|
-
|
|
22744
|
-
|
|
23500
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
23501
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
23502
|
+
bytes: msg.getBytes_asB64(),
|
|
23503
|
+
durationInS: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
23504
|
+
resolution: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
23505
|
+
frameRate: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
|
23506
|
+
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23507
|
+
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23508
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
23509
|
+
modifiedBy: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
22745
23510
|
};
|
|
22746
23511
|
|
|
22747
23512
|
if (includeInstance) {
|
|
@@ -23205,11 +23970,12 @@ proto.ondewo.nlu.GetAudioFilesRequest.prototype.toObject = function(opt_includeI
|
|
|
23205
23970
|
*/
|
|
23206
23971
|
proto.ondewo.nlu.GetAudioFilesRequest.toObject = function(includeInstance, msg) {
|
|
23207
23972
|
var f, obj = {
|
|
23208
|
-
|
|
23209
|
-
|
|
23210
|
-
|
|
23211
|
-
|
|
23212
|
-
|
|
23973
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
23974
|
+
namesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
23975
|
+
resourceView: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
23976
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
23977
|
+
sortingMode: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
23978
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
23213
23979
|
};
|
|
23214
23980
|
|
|
23215
23981
|
if (includeInstance) {
|
|
@@ -23266,6 +24032,11 @@ proto.ondewo.nlu.GetAudioFilesRequest.deserializeBinaryFromReader = function(msg
|
|
|
23266
24032
|
var value = /** @type {!proto.ondewo.nlu.SortingMode} */ (reader.readEnum());
|
|
23267
24033
|
msg.setSortingMode(value);
|
|
23268
24034
|
break;
|
|
24035
|
+
case 6:
|
|
24036
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
24037
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
24038
|
+
msg.setFieldMask(value);
|
|
24039
|
+
break;
|
|
23269
24040
|
default:
|
|
23270
24041
|
reader.skipField();
|
|
23271
24042
|
break;
|
|
@@ -23330,6 +24101,14 @@ proto.ondewo.nlu.GetAudioFilesRequest.serializeBinaryToWriter = function(message
|
|
|
23330
24101
|
f
|
|
23331
24102
|
);
|
|
23332
24103
|
}
|
|
24104
|
+
f = message.getFieldMask();
|
|
24105
|
+
if (f != null) {
|
|
24106
|
+
writer.writeMessage(
|
|
24107
|
+
6,
|
|
24108
|
+
f,
|
|
24109
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
24110
|
+
);
|
|
24111
|
+
}
|
|
23333
24112
|
};
|
|
23334
24113
|
|
|
23335
24114
|
|
|
@@ -23442,6 +24221,43 @@ proto.ondewo.nlu.GetAudioFilesRequest.prototype.setSortingMode = function(value)
|
|
|
23442
24221
|
};
|
|
23443
24222
|
|
|
23444
24223
|
|
|
24224
|
+
/**
|
|
24225
|
+
* optional google.protobuf.FieldMask field_mask = 6;
|
|
24226
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
24227
|
+
*/
|
|
24228
|
+
proto.ondewo.nlu.GetAudioFilesRequest.prototype.getFieldMask = function() {
|
|
24229
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
24230
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 6));
|
|
24231
|
+
};
|
|
24232
|
+
|
|
24233
|
+
|
|
24234
|
+
/**
|
|
24235
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
24236
|
+
* @return {!proto.ondewo.nlu.GetAudioFilesRequest} returns this
|
|
24237
|
+
*/
|
|
24238
|
+
proto.ondewo.nlu.GetAudioFilesRequest.prototype.setFieldMask = function(value) {
|
|
24239
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
24240
|
+
};
|
|
24241
|
+
|
|
24242
|
+
|
|
24243
|
+
/**
|
|
24244
|
+
* Clears the message field making it undefined.
|
|
24245
|
+
* @return {!proto.ondewo.nlu.GetAudioFilesRequest} returns this
|
|
24246
|
+
*/
|
|
24247
|
+
proto.ondewo.nlu.GetAudioFilesRequest.prototype.clearFieldMask = function() {
|
|
24248
|
+
return this.setFieldMask(undefined);
|
|
24249
|
+
};
|
|
24250
|
+
|
|
24251
|
+
|
|
24252
|
+
/**
|
|
24253
|
+
* Returns whether this field is set.
|
|
24254
|
+
* @return {boolean}
|
|
24255
|
+
*/
|
|
24256
|
+
proto.ondewo.nlu.GetAudioFilesRequest.prototype.hasFieldMask = function() {
|
|
24257
|
+
return jspb.Message.getField(this, 6) != null;
|
|
24258
|
+
};
|
|
24259
|
+
|
|
24260
|
+
|
|
23445
24261
|
|
|
23446
24262
|
/**
|
|
23447
24263
|
* List of repeated fields within this message type.
|
|
@@ -23481,10 +24297,10 @@ proto.ondewo.nlu.GetAudioFilesResponse.prototype.toObject = function(opt_include
|
|
|
23481
24297
|
*/
|
|
23482
24298
|
proto.ondewo.nlu.GetAudioFilesResponse.toObject = function(includeInstance, msg) {
|
|
23483
24299
|
var f, obj = {
|
|
23484
|
-
|
|
24300
|
+
audioFilesList: jspb.Message.toObjectList(msg.getAudioFilesList(),
|
|
23485
24301
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance),
|
|
23486
|
-
|
|
23487
|
-
|
|
24302
|
+
errorMessage: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
24303
|
+
nextPageToken: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
23488
24304
|
};
|
|
23489
24305
|
|
|
23490
24306
|
if (includeInstance) {
|
|
@@ -23701,11 +24517,11 @@ proto.ondewo.nlu.AddAudioFilesRequest.prototype.toObject = function(opt_includeI
|
|
|
23701
24517
|
*/
|
|
23702
24518
|
proto.ondewo.nlu.AddAudioFilesRequest.toObject = function(includeInstance, msg) {
|
|
23703
24519
|
var f, obj = {
|
|
23704
|
-
|
|
23705
|
-
|
|
23706
|
-
|
|
24520
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
24521
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
24522
|
+
audioFileResourcesList: jspb.Message.toObjectList(msg.getAudioFileResourcesList(),
|
|
23707
24523
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance),
|
|
23708
|
-
|
|
24524
|
+
sessionStepId: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
23709
24525
|
};
|
|
23710
24526
|
|
|
23711
24527
|
if (includeInstance) {
|
|
@@ -23951,9 +24767,9 @@ proto.ondewo.nlu.AddAudioFilesResponse.prototype.toObject = function(opt_include
|
|
|
23951
24767
|
*/
|
|
23952
24768
|
proto.ondewo.nlu.AddAudioFilesResponse.toObject = function(includeInstance, msg) {
|
|
23953
24769
|
var f, obj = {
|
|
23954
|
-
|
|
24770
|
+
audioFileResourcesList: jspb.Message.toObjectList(msg.getAudioFileResourcesList(),
|
|
23955
24771
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance),
|
|
23956
|
-
|
|
24772
|
+
errorMessage: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
23957
24773
|
};
|
|
23958
24774
|
|
|
23959
24775
|
if (includeInstance) {
|
|
@@ -24141,8 +24957,8 @@ proto.ondewo.nlu.DeleteAudioFilesRequest.prototype.toObject = function(opt_inclu
|
|
|
24141
24957
|
*/
|
|
24142
24958
|
proto.ondewo.nlu.DeleteAudioFilesRequest.toObject = function(includeInstance, msg) {
|
|
24143
24959
|
var f, obj = {
|
|
24144
|
-
|
|
24145
|
-
|
|
24960
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
24961
|
+
namesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
24146
24962
|
};
|
|
24147
24963
|
|
|
24148
24964
|
if (includeInstance) {
|
|
@@ -24327,8 +25143,8 @@ proto.ondewo.nlu.DeleteAudioFilesResponse.prototype.toObject = function(opt_incl
|
|
|
24327
25143
|
*/
|
|
24328
25144
|
proto.ondewo.nlu.DeleteAudioFilesResponse.toObject = function(includeInstance, msg) {
|
|
24329
25145
|
var f, obj = {
|
|
24330
|
-
|
|
24331
|
-
|
|
25146
|
+
namesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
25147
|
+
errorMessage: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
24332
25148
|
};
|
|
24333
25149
|
|
|
24334
25150
|
if (includeInstance) {
|
|
@@ -24506,11 +25322,12 @@ proto.ondewo.nlu.ListAudioFilesRequest.prototype.toObject = function(opt_include
|
|
|
24506
25322
|
*/
|
|
24507
25323
|
proto.ondewo.nlu.ListAudioFilesRequest.toObject = function(includeInstance, msg) {
|
|
24508
25324
|
var f, obj = {
|
|
24509
|
-
|
|
24510
|
-
|
|
24511
|
-
|
|
24512
|
-
|
|
24513
|
-
|
|
25325
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
25326
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
25327
|
+
resourceView: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
25328
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
25329
|
+
sortingMode: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
25330
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
24514
25331
|
};
|
|
24515
25332
|
|
|
24516
25333
|
if (includeInstance) {
|
|
@@ -24567,6 +25384,11 @@ proto.ondewo.nlu.ListAudioFilesRequest.deserializeBinaryFromReader = function(ms
|
|
|
24567
25384
|
var value = /** @type {!proto.ondewo.nlu.SortingMode} */ (reader.readEnum());
|
|
24568
25385
|
msg.setSortingMode(value);
|
|
24569
25386
|
break;
|
|
25387
|
+
case 6:
|
|
25388
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
25389
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
25390
|
+
msg.setFieldMask(value);
|
|
25391
|
+
break;
|
|
24570
25392
|
default:
|
|
24571
25393
|
reader.skipField();
|
|
24572
25394
|
break;
|
|
@@ -24631,6 +25453,14 @@ proto.ondewo.nlu.ListAudioFilesRequest.serializeBinaryToWriter = function(messag
|
|
|
24631
25453
|
f
|
|
24632
25454
|
);
|
|
24633
25455
|
}
|
|
25456
|
+
f = message.getFieldMask();
|
|
25457
|
+
if (f != null) {
|
|
25458
|
+
writer.writeMessage(
|
|
25459
|
+
6,
|
|
25460
|
+
f,
|
|
25461
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
25462
|
+
);
|
|
25463
|
+
}
|
|
24634
25464
|
};
|
|
24635
25465
|
|
|
24636
25466
|
|
|
@@ -24724,6 +25554,43 @@ proto.ondewo.nlu.ListAudioFilesRequest.prototype.setSortingMode = function(value
|
|
|
24724
25554
|
};
|
|
24725
25555
|
|
|
24726
25556
|
|
|
25557
|
+
/**
|
|
25558
|
+
* optional google.protobuf.FieldMask field_mask = 6;
|
|
25559
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
25560
|
+
*/
|
|
25561
|
+
proto.ondewo.nlu.ListAudioFilesRequest.prototype.getFieldMask = function() {
|
|
25562
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
25563
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 6));
|
|
25564
|
+
};
|
|
25565
|
+
|
|
25566
|
+
|
|
25567
|
+
/**
|
|
25568
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
25569
|
+
* @return {!proto.ondewo.nlu.ListAudioFilesRequest} returns this
|
|
25570
|
+
*/
|
|
25571
|
+
proto.ondewo.nlu.ListAudioFilesRequest.prototype.setFieldMask = function(value) {
|
|
25572
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
25573
|
+
};
|
|
25574
|
+
|
|
25575
|
+
|
|
25576
|
+
/**
|
|
25577
|
+
* Clears the message field making it undefined.
|
|
25578
|
+
* @return {!proto.ondewo.nlu.ListAudioFilesRequest} returns this
|
|
25579
|
+
*/
|
|
25580
|
+
proto.ondewo.nlu.ListAudioFilesRequest.prototype.clearFieldMask = function() {
|
|
25581
|
+
return this.setFieldMask(undefined);
|
|
25582
|
+
};
|
|
25583
|
+
|
|
25584
|
+
|
|
25585
|
+
/**
|
|
25586
|
+
* Returns whether this field is set.
|
|
25587
|
+
* @return {boolean}
|
|
25588
|
+
*/
|
|
25589
|
+
proto.ondewo.nlu.ListAudioFilesRequest.prototype.hasFieldMask = function() {
|
|
25590
|
+
return jspb.Message.getField(this, 6) != null;
|
|
25591
|
+
};
|
|
25592
|
+
|
|
25593
|
+
|
|
24727
25594
|
|
|
24728
25595
|
/**
|
|
24729
25596
|
* List of repeated fields within this message type.
|
|
@@ -24763,10 +25630,10 @@ proto.ondewo.nlu.ListAudioFilesResponse.prototype.toObject = function(opt_includ
|
|
|
24763
25630
|
*/
|
|
24764
25631
|
proto.ondewo.nlu.ListAudioFilesResponse.toObject = function(includeInstance, msg) {
|
|
24765
25632
|
var f, obj = {
|
|
24766
|
-
|
|
25633
|
+
audioFilesList: jspb.Message.toObjectList(msg.getAudioFilesList(),
|
|
24767
25634
|
proto.ondewo.nlu.AudioFileResource.toObject, includeInstance),
|
|
24768
|
-
|
|
24769
|
-
|
|
25635
|
+
nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
25636
|
+
errorMessage: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
24770
25637
|
};
|
|
24771
25638
|
|
|
24772
25639
|
if (includeInstance) {
|
|
@@ -24976,9 +25843,10 @@ proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.toObject = function(opt_
|
|
|
24976
25843
|
*/
|
|
24977
25844
|
proto.ondewo.nlu.GetAudioFileOfSessionRequest.toObject = function(includeInstance, msg) {
|
|
24978
25845
|
var f, obj = {
|
|
24979
|
-
|
|
24980
|
-
|
|
24981
|
-
|
|
25846
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
25847
|
+
sessionId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
25848
|
+
resourceView: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
25849
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
24982
25850
|
};
|
|
24983
25851
|
|
|
24984
25852
|
if (includeInstance) {
|
|
@@ -25027,6 +25895,11 @@ proto.ondewo.nlu.GetAudioFileOfSessionRequest.deserializeBinaryFromReader = func
|
|
|
25027
25895
|
var value = /** @type {!proto.ondewo.nlu.ResourceView} */ (reader.readEnum());
|
|
25028
25896
|
msg.setResourceView(value);
|
|
25029
25897
|
break;
|
|
25898
|
+
case 4:
|
|
25899
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
25900
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
25901
|
+
msg.setFieldMask(value);
|
|
25902
|
+
break;
|
|
25030
25903
|
default:
|
|
25031
25904
|
reader.skipField();
|
|
25032
25905
|
break;
|
|
@@ -25077,6 +25950,14 @@ proto.ondewo.nlu.GetAudioFileOfSessionRequest.serializeBinaryToWriter = function
|
|
|
25077
25950
|
f
|
|
25078
25951
|
);
|
|
25079
25952
|
}
|
|
25953
|
+
f = message.getFieldMask();
|
|
25954
|
+
if (f != null) {
|
|
25955
|
+
writer.writeMessage(
|
|
25956
|
+
4,
|
|
25957
|
+
f,
|
|
25958
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
25959
|
+
);
|
|
25960
|
+
}
|
|
25080
25961
|
};
|
|
25081
25962
|
|
|
25082
25963
|
|
|
@@ -25134,6 +26015,43 @@ proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.setResourceView = functi
|
|
|
25134
26015
|
};
|
|
25135
26016
|
|
|
25136
26017
|
|
|
26018
|
+
/**
|
|
26019
|
+
* optional google.protobuf.FieldMask field_mask = 4;
|
|
26020
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
26021
|
+
*/
|
|
26022
|
+
proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.getFieldMask = function() {
|
|
26023
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
26024
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 4));
|
|
26025
|
+
};
|
|
26026
|
+
|
|
26027
|
+
|
|
26028
|
+
/**
|
|
26029
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
26030
|
+
* @return {!proto.ondewo.nlu.GetAudioFileOfSessionRequest} returns this
|
|
26031
|
+
*/
|
|
26032
|
+
proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.setFieldMask = function(value) {
|
|
26033
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
26034
|
+
};
|
|
26035
|
+
|
|
26036
|
+
|
|
26037
|
+
/**
|
|
26038
|
+
* Clears the message field making it undefined.
|
|
26039
|
+
* @return {!proto.ondewo.nlu.GetAudioFileOfSessionRequest} returns this
|
|
26040
|
+
*/
|
|
26041
|
+
proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.clearFieldMask = function() {
|
|
26042
|
+
return this.setFieldMask(undefined);
|
|
26043
|
+
};
|
|
26044
|
+
|
|
26045
|
+
|
|
26046
|
+
/**
|
|
26047
|
+
* Returns whether this field is set.
|
|
26048
|
+
* @return {boolean}
|
|
26049
|
+
*/
|
|
26050
|
+
proto.ondewo.nlu.GetAudioFileOfSessionRequest.prototype.hasFieldMask = function() {
|
|
26051
|
+
return jspb.Message.getField(this, 4) != null;
|
|
26052
|
+
};
|
|
26053
|
+
|
|
26054
|
+
|
|
25137
26055
|
/**
|
|
25138
26056
|
* @enum {number}
|
|
25139
26057
|
*/
|