@ondewo/nlu-client-typescript 6.10.0 → 6.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +12 -0
- package/api/ondewo/nlu/agent_grpc_web_pb.js +63 -0
- package/api/ondewo/nlu/agent_pb.d.ts +252 -0
- package/api/ondewo/nlu/agent_pb.js +2252 -466
- package/api/ondewo/nlu/ccai_project_pb.d.ts +1 -0
- package/api/ondewo/nlu/ccai_project_pb.js +2 -1
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.d.ts +885 -0
- package/api/ondewo/nlu/llm_evaluation_grpc_web_pb.js +4481 -0
- package/api/ondewo/nlu/llm_evaluation_pb.d.ts +5425 -0
- package/api/ondewo/nlu/llm_evaluation_pb.js +44104 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +5 -1
- package/api/ondewo/nlu/session_pb.d.ts +1545 -1
- package/api/ondewo/nlu/session_pb.js +13303 -1305
- package/package.json +1 -1
- package/public-api.d.ts +31 -29
- package/public-api.js +28 -26
|
@@ -43,6 +43,8 @@ var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js');
|
|
|
43
43
|
goog.object.extend(proto, ondewo_nlu_operations_pb);
|
|
44
44
|
var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js');
|
|
45
45
|
goog.object.extend(proto, ondewo_nlu_session_pb);
|
|
46
|
+
var ondewo_nlu_ccai_project_pb = require('../../ondewo/nlu/ccai_project_pb.js');
|
|
47
|
+
goog.object.extend(proto, ondewo_nlu_ccai_project_pb);
|
|
46
48
|
goog.exportSymbol('proto.ondewo.nlu.AddUserToProjectRequest', null, global);
|
|
47
49
|
goog.exportSymbol('proto.ondewo.nlu.Agent', null, global);
|
|
48
50
|
goog.exportSymbol('proto.ondewo.nlu.AgentOfUserWithOwner', null, global);
|
|
@@ -94,6 +96,8 @@ goog.exportSymbol('proto.ondewo.nlu.GetPlatformInfoResponse', null, global);
|
|
|
94
96
|
goog.exportSymbol('proto.ondewo.nlu.GetPlatformMappingRequest', null, global);
|
|
95
97
|
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsRequest', null, global);
|
|
96
98
|
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsResponse', null, global);
|
|
99
|
+
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest', null, global);
|
|
100
|
+
goog.exportSymbol('proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse', null, global);
|
|
97
101
|
goog.exportSymbol('proto.ondewo.nlu.ImportAgentRequest', null, global);
|
|
98
102
|
goog.exportSymbol('proto.ondewo.nlu.ImportAgentRequest.AgentCase', null, global);
|
|
99
103
|
goog.exportSymbol('proto.ondewo.nlu.InitiationProtocol', null, global);
|
|
@@ -104,6 +108,7 @@ goog.exportSymbol('proto.ondewo.nlu.ListProjectPermissionsRequest', null, global
|
|
|
104
108
|
goog.exportSymbol('proto.ondewo.nlu.ListProjectPermissionsResponse', null, global);
|
|
105
109
|
goog.exportSymbol('proto.ondewo.nlu.ListUsersInProjectRequest', null, global);
|
|
106
110
|
goog.exportSymbol('proto.ondewo.nlu.ListUsersInProjectResponse', null, global);
|
|
111
|
+
goog.exportSymbol('proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket', null, global);
|
|
107
112
|
goog.exportSymbol('proto.ondewo.nlu.MigrateAgentRequest', null, global);
|
|
108
113
|
goog.exportSymbol('proto.ondewo.nlu.ModelStatus', null, global);
|
|
109
114
|
goog.exportSymbol('proto.ondewo.nlu.ModelStatus.StatusName', null, global);
|
|
@@ -596,7 +601,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
596
601
|
* @constructor
|
|
597
602
|
*/
|
|
598
603
|
proto.ondewo.nlu.GetAgentStatisticsRequest = function(opt_data) {
|
|
599
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
604
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetAgentStatisticsRequest.repeatedFields_, null);
|
|
600
605
|
};
|
|
601
606
|
goog.inherits(proto.ondewo.nlu.GetAgentStatisticsRequest, jspb.Message);
|
|
602
607
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -669,6 +674,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
669
674
|
*/
|
|
670
675
|
proto.ondewo.nlu.GetSessionsStatisticsResponse.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsResponse';
|
|
671
676
|
}
|
|
677
|
+
/**
|
|
678
|
+
* Generated by JsPbCodeGenerator.
|
|
679
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
680
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
681
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
682
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
683
|
+
* valid.
|
|
684
|
+
* @extends {jspb.Message}
|
|
685
|
+
* @constructor
|
|
686
|
+
*/
|
|
687
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest = function(opt_data) {
|
|
688
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.repeatedFields_, null);
|
|
689
|
+
};
|
|
690
|
+
goog.inherits(proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest, jspb.Message);
|
|
691
|
+
if (goog.DEBUG && !COMPILED) {
|
|
692
|
+
/**
|
|
693
|
+
* @public
|
|
694
|
+
* @override
|
|
695
|
+
*/
|
|
696
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest';
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Generated by JsPbCodeGenerator.
|
|
700
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
701
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
702
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
703
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
704
|
+
* valid.
|
|
705
|
+
* @extends {jspb.Message}
|
|
706
|
+
* @constructor
|
|
707
|
+
*/
|
|
708
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket = function(opt_data) {
|
|
709
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
710
|
+
};
|
|
711
|
+
goog.inherits(proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, jspb.Message);
|
|
712
|
+
if (goog.DEBUG && !COMPILED) {
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
* @override
|
|
716
|
+
*/
|
|
717
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.displayName = 'proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket';
|
|
718
|
+
}
|
|
719
|
+
/**
|
|
720
|
+
* Generated by JsPbCodeGenerator.
|
|
721
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
722
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
723
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
724
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
725
|
+
* valid.
|
|
726
|
+
* @extends {jspb.Message}
|
|
727
|
+
* @constructor
|
|
728
|
+
*/
|
|
729
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse = function(opt_data) {
|
|
730
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.repeatedFields_, null);
|
|
731
|
+
};
|
|
732
|
+
goog.inherits(proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse, jspb.Message);
|
|
733
|
+
if (goog.DEBUG && !COMPILED) {
|
|
734
|
+
/**
|
|
735
|
+
* @public
|
|
736
|
+
* @override
|
|
737
|
+
*/
|
|
738
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.displayName = 'proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse';
|
|
739
|
+
}
|
|
672
740
|
/**
|
|
673
741
|
* Generated by JsPbCodeGenerator.
|
|
674
742
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -6603,6 +6671,13 @@ proto.ondewo.nlu.MigrateAgentRequest.prototype.setAgentContent = function(value)
|
|
|
6603
6671
|
|
|
6604
6672
|
|
|
6605
6673
|
|
|
6674
|
+
/**
|
|
6675
|
+
* List of repeated fields within this message type.
|
|
6676
|
+
* @private {!Array<number>}
|
|
6677
|
+
* @const
|
|
6678
|
+
*/
|
|
6679
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.repeatedFields_ = [5,6,7,8,10];
|
|
6680
|
+
|
|
6606
6681
|
|
|
6607
6682
|
|
|
6608
6683
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -6637,7 +6712,13 @@ proto.ondewo.nlu.GetAgentStatisticsRequest.toObject = function(includeInstance,
|
|
|
6637
6712
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
6638
6713
|
format: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
6639
6714
|
languageCode: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
6640
|
-
type: jspb.Message.getFieldWithDefault(msg, 4, 0)
|
|
6715
|
+
type: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
6716
|
+
llmModelFilterList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f,
|
|
6717
|
+
llmProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
6718
|
+
llmAgentNameFilterList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
6719
|
+
llmGroupBysList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
6720
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
6721
|
+
llmCcaiServiceProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 10)) == null ? undefined : f
|
|
6641
6722
|
};
|
|
6642
6723
|
|
|
6643
6724
|
if (includeInstance) {
|
|
@@ -6690,6 +6771,33 @@ proto.ondewo.nlu.GetAgentStatisticsRequest.deserializeBinaryFromReader = functio
|
|
|
6690
6771
|
var value = /** @type {!proto.ondewo.nlu.ReportType} */ (reader.readEnum());
|
|
6691
6772
|
msg.setType(value);
|
|
6692
6773
|
break;
|
|
6774
|
+
case 5:
|
|
6775
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6776
|
+
msg.addLlmModelFilter(value);
|
|
6777
|
+
break;
|
|
6778
|
+
case 6:
|
|
6779
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6780
|
+
msg.addLlmProviderFilter(value);
|
|
6781
|
+
break;
|
|
6782
|
+
case 7:
|
|
6783
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6784
|
+
msg.addLlmAgentNameFilter(value);
|
|
6785
|
+
break;
|
|
6786
|
+
case 8:
|
|
6787
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6788
|
+
msg.addLlmGroupBys(value);
|
|
6789
|
+
break;
|
|
6790
|
+
case 9:
|
|
6791
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
6792
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
6793
|
+
msg.setFieldMask(value);
|
|
6794
|
+
break;
|
|
6795
|
+
case 10:
|
|
6796
|
+
var values = /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (reader.isDelimited() ? reader.readPackedEnum() : [reader.readEnum()]);
|
|
6797
|
+
for (var i = 0; i < values.length; i++) {
|
|
6798
|
+
msg.addLlmCcaiServiceProviderFilter(values[i]);
|
|
6799
|
+
}
|
|
6800
|
+
break;
|
|
6693
6801
|
default:
|
|
6694
6802
|
reader.skipField();
|
|
6695
6803
|
break;
|
|
@@ -6747,6 +6855,49 @@ proto.ondewo.nlu.GetAgentStatisticsRequest.serializeBinaryToWriter = function(me
|
|
|
6747
6855
|
f
|
|
6748
6856
|
);
|
|
6749
6857
|
}
|
|
6858
|
+
f = message.getLlmModelFilterList();
|
|
6859
|
+
if (f.length > 0) {
|
|
6860
|
+
writer.writeRepeatedString(
|
|
6861
|
+
5,
|
|
6862
|
+
f
|
|
6863
|
+
);
|
|
6864
|
+
}
|
|
6865
|
+
f = message.getLlmProviderFilterList();
|
|
6866
|
+
if (f.length > 0) {
|
|
6867
|
+
writer.writeRepeatedString(
|
|
6868
|
+
6,
|
|
6869
|
+
f
|
|
6870
|
+
);
|
|
6871
|
+
}
|
|
6872
|
+
f = message.getLlmAgentNameFilterList();
|
|
6873
|
+
if (f.length > 0) {
|
|
6874
|
+
writer.writeRepeatedString(
|
|
6875
|
+
7,
|
|
6876
|
+
f
|
|
6877
|
+
);
|
|
6878
|
+
}
|
|
6879
|
+
f = message.getLlmGroupBysList();
|
|
6880
|
+
if (f.length > 0) {
|
|
6881
|
+
writer.writeRepeatedString(
|
|
6882
|
+
8,
|
|
6883
|
+
f
|
|
6884
|
+
);
|
|
6885
|
+
}
|
|
6886
|
+
f = message.getFieldMask();
|
|
6887
|
+
if (f != null) {
|
|
6888
|
+
writer.writeMessage(
|
|
6889
|
+
9,
|
|
6890
|
+
f,
|
|
6891
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
6892
|
+
);
|
|
6893
|
+
}
|
|
6894
|
+
f = message.getLlmCcaiServiceProviderFilterList();
|
|
6895
|
+
if (f.length > 0) {
|
|
6896
|
+
writer.writePackedEnum(
|
|
6897
|
+
10,
|
|
6898
|
+
f
|
|
6899
|
+
);
|
|
6900
|
+
}
|
|
6750
6901
|
};
|
|
6751
6902
|
|
|
6752
6903
|
|
|
@@ -6822,227 +6973,228 @@ proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setType = function(value) {
|
|
|
6822
6973
|
};
|
|
6823
6974
|
|
|
6824
6975
|
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6829
6976
|
/**
|
|
6830
|
-
*
|
|
6831
|
-
*
|
|
6832
|
-
* Optional fields that are not set will be set to undefined.
|
|
6833
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6834
|
-
* For the list of reserved names please see:
|
|
6835
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
6836
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
6837
|
-
* JSPB instance for transitional soy proto support:
|
|
6838
|
-
* http://goto/soy-param-migration
|
|
6839
|
-
* @return {!Object}
|
|
6977
|
+
* repeated string llm_model_filter = 5;
|
|
6978
|
+
* @return {!Array<string>}
|
|
6840
6979
|
*/
|
|
6841
|
-
proto.ondewo.nlu.
|
|
6842
|
-
return
|
|
6980
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getLlmModelFilterList = function() {
|
|
6981
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 5));
|
|
6843
6982
|
};
|
|
6844
6983
|
|
|
6845
6984
|
|
|
6846
6985
|
/**
|
|
6847
|
-
*
|
|
6848
|
-
* @
|
|
6849
|
-
* the JSPB instance for transitional soy proto support:
|
|
6850
|
-
* http://goto/soy-param-migration
|
|
6851
|
-
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} msg The msg instance to transform.
|
|
6852
|
-
* @return {!Object}
|
|
6853
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6986
|
+
* @param {!Array<string>} value
|
|
6987
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6854
6988
|
*/
|
|
6855
|
-
proto.ondewo.nlu.
|
|
6856
|
-
|
|
6857
|
-
reports: msg.getReports_asB64(),
|
|
6858
|
-
format: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
6859
|
-
type: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
6860
|
-
};
|
|
6861
|
-
|
|
6862
|
-
if (includeInstance) {
|
|
6863
|
-
obj.$jspbMessageInstance = msg;
|
|
6864
|
-
}
|
|
6865
|
-
return obj;
|
|
6989
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setLlmModelFilterList = function(value) {
|
|
6990
|
+
return jspb.Message.setField(this, 5, value || []);
|
|
6866
6991
|
};
|
|
6867
|
-
}
|
|
6868
6992
|
|
|
6869
6993
|
|
|
6870
6994
|
/**
|
|
6871
|
-
*
|
|
6872
|
-
* @param {
|
|
6873
|
-
* @return {!proto.ondewo.nlu.
|
|
6995
|
+
* @param {string} value
|
|
6996
|
+
* @param {number=} opt_index
|
|
6997
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6874
6998
|
*/
|
|
6875
|
-
proto.ondewo.nlu.
|
|
6876
|
-
|
|
6877
|
-
var msg = new proto.ondewo.nlu.GetAgentStatisticsResponse;
|
|
6878
|
-
return proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinaryFromReader(msg, reader);
|
|
6999
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.addLlmModelFilter = function(value, opt_index) {
|
|
7000
|
+
return jspb.Message.addToRepeatedField(this, 5, value, opt_index);
|
|
6879
7001
|
};
|
|
6880
7002
|
|
|
6881
7003
|
|
|
6882
7004
|
/**
|
|
6883
|
-
*
|
|
6884
|
-
*
|
|
6885
|
-
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} msg The message object to deserialize into.
|
|
6886
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6887
|
-
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse}
|
|
7005
|
+
* Clears the list making it empty but non-null.
|
|
7006
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6888
7007
|
*/
|
|
6889
|
-
proto.ondewo.nlu.
|
|
6890
|
-
|
|
6891
|
-
if (reader.isEndGroup()) {
|
|
6892
|
-
break;
|
|
6893
|
-
}
|
|
6894
|
-
var field = reader.getFieldNumber();
|
|
6895
|
-
switch (field) {
|
|
6896
|
-
case 1:
|
|
6897
|
-
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
6898
|
-
msg.setReports(value);
|
|
6899
|
-
break;
|
|
6900
|
-
case 2:
|
|
6901
|
-
var value = /** @type {!proto.ondewo.nlu.ReportFormat} */ (reader.readEnum());
|
|
6902
|
-
msg.setFormat(value);
|
|
6903
|
-
break;
|
|
6904
|
-
case 3:
|
|
6905
|
-
var value = /** @type {!proto.ondewo.nlu.ReportType} */ (reader.readEnum());
|
|
6906
|
-
msg.setType(value);
|
|
6907
|
-
break;
|
|
6908
|
-
default:
|
|
6909
|
-
reader.skipField();
|
|
6910
|
-
break;
|
|
6911
|
-
}
|
|
6912
|
-
}
|
|
6913
|
-
return msg;
|
|
7008
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearLlmModelFilterList = function() {
|
|
7009
|
+
return this.setLlmModelFilterList([]);
|
|
6914
7010
|
};
|
|
6915
7011
|
|
|
6916
7012
|
|
|
6917
7013
|
/**
|
|
6918
|
-
*
|
|
6919
|
-
* @return {!
|
|
7014
|
+
* repeated string llm_provider_filter = 6;
|
|
7015
|
+
* @return {!Array<string>}
|
|
6920
7016
|
*/
|
|
6921
|
-
proto.ondewo.nlu.
|
|
6922
|
-
|
|
6923
|
-
proto.ondewo.nlu.GetAgentStatisticsResponse.serializeBinaryToWriter(this, writer);
|
|
6924
|
-
return writer.getResultBuffer();
|
|
7017
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getLlmProviderFilterList = function() {
|
|
7018
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 6));
|
|
6925
7019
|
};
|
|
6926
7020
|
|
|
6927
7021
|
|
|
6928
7022
|
/**
|
|
6929
|
-
*
|
|
6930
|
-
*
|
|
6931
|
-
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} message
|
|
6932
|
-
* @param {!jspb.BinaryWriter} writer
|
|
6933
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7023
|
+
* @param {!Array<string>} value
|
|
7024
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6934
7025
|
*/
|
|
6935
|
-
proto.ondewo.nlu.
|
|
6936
|
-
|
|
6937
|
-
f = message.getReports_asU8();
|
|
6938
|
-
if (f.length > 0) {
|
|
6939
|
-
writer.writeBytes(
|
|
6940
|
-
1,
|
|
6941
|
-
f
|
|
6942
|
-
);
|
|
6943
|
-
}
|
|
6944
|
-
f = message.getFormat();
|
|
6945
|
-
if (f !== 0.0) {
|
|
6946
|
-
writer.writeEnum(
|
|
6947
|
-
2,
|
|
6948
|
-
f
|
|
6949
|
-
);
|
|
6950
|
-
}
|
|
6951
|
-
f = message.getType();
|
|
6952
|
-
if (f !== 0.0) {
|
|
6953
|
-
writer.writeEnum(
|
|
6954
|
-
3,
|
|
6955
|
-
f
|
|
6956
|
-
);
|
|
6957
|
-
}
|
|
7026
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setLlmProviderFilterList = function(value) {
|
|
7027
|
+
return jspb.Message.setField(this, 6, value || []);
|
|
6958
7028
|
};
|
|
6959
7029
|
|
|
6960
7030
|
|
|
6961
7031
|
/**
|
|
6962
|
-
*
|
|
6963
|
-
* @
|
|
7032
|
+
* @param {string} value
|
|
7033
|
+
* @param {number=} opt_index
|
|
7034
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6964
7035
|
*/
|
|
6965
|
-
proto.ondewo.nlu.
|
|
6966
|
-
return
|
|
7036
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.addLlmProviderFilter = function(value, opt_index) {
|
|
7037
|
+
return jspb.Message.addToRepeatedField(this, 6, value, opt_index);
|
|
6967
7038
|
};
|
|
6968
7039
|
|
|
6969
7040
|
|
|
6970
7041
|
/**
|
|
6971
|
-
*
|
|
6972
|
-
*
|
|
6973
|
-
* @return {string}
|
|
7042
|
+
* Clears the list making it empty but non-null.
|
|
7043
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6974
7044
|
*/
|
|
6975
|
-
proto.ondewo.nlu.
|
|
6976
|
-
return
|
|
6977
|
-
this.getReports()));
|
|
7045
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearLlmProviderFilterList = function() {
|
|
7046
|
+
return this.setLlmProviderFilterList([]);
|
|
6978
7047
|
};
|
|
6979
7048
|
|
|
6980
7049
|
|
|
6981
7050
|
/**
|
|
6982
|
-
*
|
|
6983
|
-
*
|
|
6984
|
-
* @see http://caniuse.com/Uint8Array
|
|
6985
|
-
* This is a type-conversion wrapper around `getReports()`
|
|
6986
|
-
* @return {!Uint8Array}
|
|
7051
|
+
* repeated string llm_agent_name_filter = 7;
|
|
7052
|
+
* @return {!Array<string>}
|
|
6987
7053
|
*/
|
|
6988
|
-
proto.ondewo.nlu.
|
|
6989
|
-
return /** @type {!
|
|
6990
|
-
this.getReports()));
|
|
7054
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getLlmAgentNameFilterList = function() {
|
|
7055
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
|
|
6991
7056
|
};
|
|
6992
7057
|
|
|
6993
7058
|
|
|
6994
7059
|
/**
|
|
6995
|
-
* @param {!
|
|
6996
|
-
* @return {!proto.ondewo.nlu.
|
|
7060
|
+
* @param {!Array<string>} value
|
|
7061
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
6997
7062
|
*/
|
|
6998
|
-
proto.ondewo.nlu.
|
|
6999
|
-
return jspb.Message.
|
|
7063
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setLlmAgentNameFilterList = function(value) {
|
|
7064
|
+
return jspb.Message.setField(this, 7, value || []);
|
|
7000
7065
|
};
|
|
7001
7066
|
|
|
7002
7067
|
|
|
7003
7068
|
/**
|
|
7004
|
-
*
|
|
7005
|
-
* @
|
|
7069
|
+
* @param {string} value
|
|
7070
|
+
* @param {number=} opt_index
|
|
7071
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7006
7072
|
*/
|
|
7007
|
-
proto.ondewo.nlu.
|
|
7008
|
-
return
|
|
7073
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.addLlmAgentNameFilter = function(value, opt_index) {
|
|
7074
|
+
return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
|
|
7009
7075
|
};
|
|
7010
7076
|
|
|
7011
7077
|
|
|
7012
7078
|
/**
|
|
7013
|
-
*
|
|
7014
|
-
* @return {!proto.ondewo.nlu.
|
|
7079
|
+
* Clears the list making it empty but non-null.
|
|
7080
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7015
7081
|
*/
|
|
7016
|
-
proto.ondewo.nlu.
|
|
7017
|
-
return
|
|
7082
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearLlmAgentNameFilterList = function() {
|
|
7083
|
+
return this.setLlmAgentNameFilterList([]);
|
|
7018
7084
|
};
|
|
7019
7085
|
|
|
7020
7086
|
|
|
7021
7087
|
/**
|
|
7022
|
-
*
|
|
7023
|
-
* @return {!
|
|
7088
|
+
* repeated string llm_group_bys = 8;
|
|
7089
|
+
* @return {!Array<string>}
|
|
7024
7090
|
*/
|
|
7025
|
-
proto.ondewo.nlu.
|
|
7026
|
-
return /** @type {!
|
|
7091
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getLlmGroupBysList = function() {
|
|
7092
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
7027
7093
|
};
|
|
7028
7094
|
|
|
7029
7095
|
|
|
7030
7096
|
/**
|
|
7031
|
-
* @param {!
|
|
7032
|
-
* @return {!proto.ondewo.nlu.
|
|
7097
|
+
* @param {!Array<string>} value
|
|
7098
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7033
7099
|
*/
|
|
7034
|
-
proto.ondewo.nlu.
|
|
7035
|
-
return jspb.Message.
|
|
7100
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setLlmGroupBysList = function(value) {
|
|
7101
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
7102
|
+
};
|
|
7103
|
+
|
|
7104
|
+
|
|
7105
|
+
/**
|
|
7106
|
+
* @param {string} value
|
|
7107
|
+
* @param {number=} opt_index
|
|
7108
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7109
|
+
*/
|
|
7110
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.addLlmGroupBys = function(value, opt_index) {
|
|
7111
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
7036
7112
|
};
|
|
7037
7113
|
|
|
7038
7114
|
|
|
7115
|
+
/**
|
|
7116
|
+
* Clears the list making it empty but non-null.
|
|
7117
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7118
|
+
*/
|
|
7119
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearLlmGroupBysList = function() {
|
|
7120
|
+
return this.setLlmGroupBysList([]);
|
|
7121
|
+
};
|
|
7122
|
+
|
|
7039
7123
|
|
|
7040
7124
|
/**
|
|
7041
|
-
*
|
|
7042
|
-
* @
|
|
7043
|
-
* @const
|
|
7125
|
+
* optional google.protobuf.FieldMask field_mask = 9;
|
|
7126
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
7044
7127
|
*/
|
|
7045
|
-
proto.ondewo.nlu.
|
|
7128
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getFieldMask = function() {
|
|
7129
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
7130
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 9));
|
|
7131
|
+
};
|
|
7132
|
+
|
|
7133
|
+
|
|
7134
|
+
/**
|
|
7135
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
7136
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7137
|
+
*/
|
|
7138
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setFieldMask = function(value) {
|
|
7139
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
7140
|
+
};
|
|
7141
|
+
|
|
7142
|
+
|
|
7143
|
+
/**
|
|
7144
|
+
* Clears the message field making it undefined.
|
|
7145
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7146
|
+
*/
|
|
7147
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearFieldMask = function() {
|
|
7148
|
+
return this.setFieldMask(undefined);
|
|
7149
|
+
};
|
|
7150
|
+
|
|
7151
|
+
|
|
7152
|
+
/**
|
|
7153
|
+
* Returns whether this field is set.
|
|
7154
|
+
* @return {boolean}
|
|
7155
|
+
*/
|
|
7156
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.hasFieldMask = function() {
|
|
7157
|
+
return jspb.Message.getField(this, 9) != null;
|
|
7158
|
+
};
|
|
7159
|
+
|
|
7160
|
+
|
|
7161
|
+
/**
|
|
7162
|
+
* repeated CcaiServiceProvider llm_ccai_service_provider_filter = 10;
|
|
7163
|
+
* @return {!Array<!proto.ondewo.nlu.CcaiServiceProvider>}
|
|
7164
|
+
*/
|
|
7165
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.getLlmCcaiServiceProviderFilterList = function() {
|
|
7166
|
+
return /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (jspb.Message.getRepeatedField(this, 10));
|
|
7167
|
+
};
|
|
7168
|
+
|
|
7169
|
+
|
|
7170
|
+
/**
|
|
7171
|
+
* @param {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} value
|
|
7172
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7173
|
+
*/
|
|
7174
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.setLlmCcaiServiceProviderFilterList = function(value) {
|
|
7175
|
+
return jspb.Message.setField(this, 10, value || []);
|
|
7176
|
+
};
|
|
7177
|
+
|
|
7178
|
+
|
|
7179
|
+
/**
|
|
7180
|
+
* @param {!proto.ondewo.nlu.CcaiServiceProvider} value
|
|
7181
|
+
* @param {number=} opt_index
|
|
7182
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7183
|
+
*/
|
|
7184
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.addLlmCcaiServiceProviderFilter = function(value, opt_index) {
|
|
7185
|
+
return jspb.Message.addToRepeatedField(this, 10, value, opt_index);
|
|
7186
|
+
};
|
|
7187
|
+
|
|
7188
|
+
|
|
7189
|
+
/**
|
|
7190
|
+
* Clears the list making it empty but non-null.
|
|
7191
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsRequest} returns this
|
|
7192
|
+
*/
|
|
7193
|
+
proto.ondewo.nlu.GetAgentStatisticsRequest.prototype.clearLlmCcaiServiceProviderFilterList = function() {
|
|
7194
|
+
return this.setLlmCcaiServiceProviderFilterList([]);
|
|
7195
|
+
};
|
|
7196
|
+
|
|
7197
|
+
|
|
7046
7198
|
|
|
7047
7199
|
|
|
7048
7200
|
|
|
@@ -7059,8 +7211,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
7059
7211
|
* http://goto/soy-param-migration
|
|
7060
7212
|
* @return {!Object}
|
|
7061
7213
|
*/
|
|
7062
|
-
proto.ondewo.nlu.
|
|
7063
|
-
return proto.ondewo.nlu.
|
|
7214
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.toObject = function(opt_includeInstance) {
|
|
7215
|
+
return proto.ondewo.nlu.GetAgentStatisticsResponse.toObject(opt_includeInstance, this);
|
|
7064
7216
|
};
|
|
7065
7217
|
|
|
7066
7218
|
|
|
@@ -7069,23 +7221,16 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.toObject = function(opt_
|
|
|
7069
7221
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7070
7222
|
* the JSPB instance for transitional soy proto support:
|
|
7071
7223
|
* http://goto/soy-param-migration
|
|
7072
|
-
* @param {!proto.ondewo.nlu.
|
|
7224
|
+
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} msg The msg instance to transform.
|
|
7073
7225
|
* @return {!Object}
|
|
7074
7226
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7075
7227
|
*/
|
|
7076
|
-
proto.ondewo.nlu.
|
|
7228
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.toObject = function(includeInstance, msg) {
|
|
7077
7229
|
var f, obj = {
|
|
7078
|
-
|
|
7230
|
+
reports: msg.getReports_asB64(),
|
|
7079
7231
|
format: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
7080
7232
|
type: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
7081
|
-
|
|
7082
|
-
contextFiltersList: jspb.Message.toObjectList(msg.getContextFiltersList(),
|
|
7083
|
-
ondewo_nlu_session_pb.ContextFilter.toObject, includeInstance),
|
|
7084
|
-
limit: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
7085
|
-
groupBysList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
7086
|
-
orderBysList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
7087
|
-
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
7088
|
-
sqlQuery: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
7233
|
+
llmTelemetryReport: (f = msg.getLlmTelemetryReport()) && ondewo_nlu_session_pb.LlmTelemetryReport.toObject(includeInstance, f)
|
|
7089
7234
|
};
|
|
7090
7235
|
|
|
7091
7236
|
if (includeInstance) {
|
|
@@ -7099,23 +7244,23 @@ sqlQuery: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
|
7099
7244
|
/**
|
|
7100
7245
|
* Deserializes binary data (in protobuf wire format).
|
|
7101
7246
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7102
|
-
* @return {!proto.ondewo.nlu.
|
|
7247
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse}
|
|
7103
7248
|
*/
|
|
7104
|
-
proto.ondewo.nlu.
|
|
7249
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinary = function(bytes) {
|
|
7105
7250
|
var reader = new jspb.BinaryReader(bytes);
|
|
7106
|
-
var msg = new proto.ondewo.nlu.
|
|
7107
|
-
return proto.ondewo.nlu.
|
|
7251
|
+
var msg = new proto.ondewo.nlu.GetAgentStatisticsResponse;
|
|
7252
|
+
return proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinaryFromReader(msg, reader);
|
|
7108
7253
|
};
|
|
7109
7254
|
|
|
7110
7255
|
|
|
7111
7256
|
/**
|
|
7112
7257
|
* Deserializes binary data (in protobuf wire format) from the
|
|
7113
7258
|
* given reader into the given message object.
|
|
7114
|
-
* @param {!proto.ondewo.nlu.
|
|
7259
|
+
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} msg The message object to deserialize into.
|
|
7115
7260
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7116
|
-
* @return {!proto.ondewo.nlu.
|
|
7261
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse}
|
|
7117
7262
|
*/
|
|
7118
|
-
proto.ondewo.nlu.
|
|
7263
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7119
7264
|
while (reader.nextField()) {
|
|
7120
7265
|
if (reader.isEndGroup()) {
|
|
7121
7266
|
break;
|
|
@@ -7123,47 +7268,21 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.deserializeBinaryFromReader = func
|
|
|
7123
7268
|
var field = reader.getFieldNumber();
|
|
7124
7269
|
switch (field) {
|
|
7125
7270
|
case 1:
|
|
7126
|
-
var value = /** @type {
|
|
7127
|
-
msg.
|
|
7271
|
+
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
7272
|
+
msg.setReports(value);
|
|
7128
7273
|
break;
|
|
7129
7274
|
case 2:
|
|
7130
7275
|
var value = /** @type {!proto.ondewo.nlu.ReportFormat} */ (reader.readEnum());
|
|
7131
7276
|
msg.setFormat(value);
|
|
7132
7277
|
break;
|
|
7133
7278
|
case 3:
|
|
7134
|
-
var value = /** @type {!proto.ondewo.nlu.
|
|
7279
|
+
var value = /** @type {!proto.ondewo.nlu.ReportType} */ (reader.readEnum());
|
|
7135
7280
|
msg.setType(value);
|
|
7136
7281
|
break;
|
|
7137
7282
|
case 4:
|
|
7138
|
-
var value = new ondewo_nlu_session_pb.
|
|
7139
|
-
reader.readMessage(value,ondewo_nlu_session_pb.
|
|
7140
|
-
msg.
|
|
7141
|
-
break;
|
|
7142
|
-
case 5:
|
|
7143
|
-
var value = new ondewo_nlu_session_pb.ContextFilter;
|
|
7144
|
-
reader.readMessage(value,ondewo_nlu_session_pb.ContextFilter.deserializeBinaryFromReader);
|
|
7145
|
-
msg.addContextFilters(value);
|
|
7146
|
-
break;
|
|
7147
|
-
case 6:
|
|
7148
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
7149
|
-
msg.setLimit(value);
|
|
7150
|
-
break;
|
|
7151
|
-
case 7:
|
|
7152
|
-
var value = /** @type {string} */ (reader.readString());
|
|
7153
|
-
msg.addGroupBys(value);
|
|
7154
|
-
break;
|
|
7155
|
-
case 8:
|
|
7156
|
-
var value = /** @type {string} */ (reader.readString());
|
|
7157
|
-
msg.addOrderBys(value);
|
|
7158
|
-
break;
|
|
7159
|
-
case 9:
|
|
7160
|
-
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
7161
|
-
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
7162
|
-
msg.setFieldMask(value);
|
|
7163
|
-
break;
|
|
7164
|
-
case 10:
|
|
7165
|
-
var value = /** @type {string} */ (reader.readString());
|
|
7166
|
-
msg.setSqlQuery(value);
|
|
7283
|
+
var value = new ondewo_nlu_session_pb.LlmTelemetryReport;
|
|
7284
|
+
reader.readMessage(value,ondewo_nlu_session_pb.LlmTelemetryReport.deserializeBinaryFromReader);
|
|
7285
|
+
msg.setLlmTelemetryReport(value);
|
|
7167
7286
|
break;
|
|
7168
7287
|
default:
|
|
7169
7288
|
reader.skipField();
|
|
@@ -7178,9 +7297,9 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.deserializeBinaryFromReader = func
|
|
|
7178
7297
|
* Serializes the message to binary data (in protobuf wire format).
|
|
7179
7298
|
* @return {!Uint8Array}
|
|
7180
7299
|
*/
|
|
7181
|
-
proto.ondewo.nlu.
|
|
7300
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.serializeBinary = function() {
|
|
7182
7301
|
var writer = new jspb.BinaryWriter();
|
|
7183
|
-
proto.ondewo.nlu.
|
|
7302
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.serializeBinaryToWriter(this, writer);
|
|
7184
7303
|
return writer.getResultBuffer();
|
|
7185
7304
|
};
|
|
7186
7305
|
|
|
@@ -7188,15 +7307,15 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.serializeBinary = functi
|
|
|
7188
7307
|
/**
|
|
7189
7308
|
* Serializes the given message to binary data (in protobuf wire
|
|
7190
7309
|
* format), writing to the given BinaryWriter.
|
|
7191
|
-
* @param {!proto.ondewo.nlu.
|
|
7310
|
+
* @param {!proto.ondewo.nlu.GetAgentStatisticsResponse} message
|
|
7192
7311
|
* @param {!jspb.BinaryWriter} writer
|
|
7193
7312
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7194
7313
|
*/
|
|
7195
|
-
proto.ondewo.nlu.
|
|
7314
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7196
7315
|
var f = undefined;
|
|
7197
|
-
f = message.
|
|
7316
|
+
f = message.getReports_asU8();
|
|
7198
7317
|
if (f.length > 0) {
|
|
7199
|
-
writer.
|
|
7318
|
+
writer.writeBytes(
|
|
7200
7319
|
1,
|
|
7201
7320
|
f
|
|
7202
7321
|
);
|
|
@@ -7215,76 +7334,56 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.serializeBinaryToWriter = function
|
|
|
7215
7334
|
f
|
|
7216
7335
|
);
|
|
7217
7336
|
}
|
|
7218
|
-
f = message.
|
|
7337
|
+
f = message.getLlmTelemetryReport();
|
|
7219
7338
|
if (f != null) {
|
|
7220
7339
|
writer.writeMessage(
|
|
7221
7340
|
4,
|
|
7222
7341
|
f,
|
|
7223
|
-
ondewo_nlu_session_pb.
|
|
7224
|
-
);
|
|
7225
|
-
}
|
|
7226
|
-
f = message.getContextFiltersList();
|
|
7227
|
-
if (f.length > 0) {
|
|
7228
|
-
writer.writeRepeatedMessage(
|
|
7229
|
-
5,
|
|
7230
|
-
f,
|
|
7231
|
-
ondewo_nlu_session_pb.ContextFilter.serializeBinaryToWriter
|
|
7232
|
-
);
|
|
7233
|
-
}
|
|
7234
|
-
f = message.getLimit();
|
|
7235
|
-
if (f !== 0) {
|
|
7236
|
-
writer.writeInt32(
|
|
7237
|
-
6,
|
|
7238
|
-
f
|
|
7239
|
-
);
|
|
7240
|
-
}
|
|
7241
|
-
f = message.getGroupBysList();
|
|
7242
|
-
if (f.length > 0) {
|
|
7243
|
-
writer.writeRepeatedString(
|
|
7244
|
-
7,
|
|
7245
|
-
f
|
|
7246
|
-
);
|
|
7247
|
-
}
|
|
7248
|
-
f = message.getOrderBysList();
|
|
7249
|
-
if (f.length > 0) {
|
|
7250
|
-
writer.writeRepeatedString(
|
|
7251
|
-
8,
|
|
7252
|
-
f
|
|
7253
|
-
);
|
|
7254
|
-
}
|
|
7255
|
-
f = message.getFieldMask();
|
|
7256
|
-
if (f != null) {
|
|
7257
|
-
writer.writeMessage(
|
|
7258
|
-
9,
|
|
7259
|
-
f,
|
|
7260
|
-
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
7261
|
-
);
|
|
7262
|
-
}
|
|
7263
|
-
f = message.getSqlQuery();
|
|
7264
|
-
if (f.length > 0) {
|
|
7265
|
-
writer.writeString(
|
|
7266
|
-
10,
|
|
7267
|
-
f
|
|
7342
|
+
ondewo_nlu_session_pb.LlmTelemetryReport.serializeBinaryToWriter
|
|
7268
7343
|
);
|
|
7269
7344
|
}
|
|
7270
7345
|
};
|
|
7271
7346
|
|
|
7272
7347
|
|
|
7273
7348
|
/**
|
|
7274
|
-
* optional
|
|
7275
|
-
* @return {string}
|
|
7349
|
+
* optional bytes reports = 1;
|
|
7350
|
+
* @return {!(string|Uint8Array)}
|
|
7276
7351
|
*/
|
|
7277
|
-
proto.ondewo.nlu.
|
|
7278
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
7352
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getReports = function() {
|
|
7353
|
+
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
7279
7354
|
};
|
|
7280
7355
|
|
|
7281
7356
|
|
|
7282
7357
|
/**
|
|
7283
|
-
*
|
|
7284
|
-
*
|
|
7358
|
+
* optional bytes reports = 1;
|
|
7359
|
+
* This is a type-conversion wrapper around `getReports()`
|
|
7360
|
+
* @return {string}
|
|
7285
7361
|
*/
|
|
7286
|
-
proto.ondewo.nlu.
|
|
7287
|
-
return jspb.Message.
|
|
7362
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getReports_asB64 = function() {
|
|
7363
|
+
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
7364
|
+
this.getReports()));
|
|
7365
|
+
};
|
|
7366
|
+
|
|
7367
|
+
|
|
7368
|
+
/**
|
|
7369
|
+
* optional bytes reports = 1;
|
|
7370
|
+
* Note that Uint8Array is not supported on all browsers.
|
|
7371
|
+
* @see http://caniuse.com/Uint8Array
|
|
7372
|
+
* This is a type-conversion wrapper around `getReports()`
|
|
7373
|
+
* @return {!Uint8Array}
|
|
7374
|
+
*/
|
|
7375
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getReports_asU8 = function() {
|
|
7376
|
+
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
|
|
7377
|
+
this.getReports()));
|
|
7378
|
+
};
|
|
7379
|
+
|
|
7380
|
+
|
|
7381
|
+
/**
|
|
7382
|
+
* @param {!(string|Uint8Array)} value
|
|
7383
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse} returns this
|
|
7384
|
+
*/
|
|
7385
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.setReports = function(value) {
|
|
7386
|
+
return jspb.Message.setProto3BytesField(this, 1, value);
|
|
7288
7387
|
};
|
|
7289
7388
|
|
|
7290
7389
|
|
|
@@ -7292,63 +7391,63 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setParent = function(val
|
|
|
7292
7391
|
* optional ReportFormat format = 2;
|
|
7293
7392
|
* @return {!proto.ondewo.nlu.ReportFormat}
|
|
7294
7393
|
*/
|
|
7295
|
-
proto.ondewo.nlu.
|
|
7394
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getFormat = function() {
|
|
7296
7395
|
return /** @type {!proto.ondewo.nlu.ReportFormat} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7297
7396
|
};
|
|
7298
7397
|
|
|
7299
7398
|
|
|
7300
7399
|
/**
|
|
7301
7400
|
* @param {!proto.ondewo.nlu.ReportFormat} value
|
|
7302
|
-
* @return {!proto.ondewo.nlu.
|
|
7401
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse} returns this
|
|
7303
7402
|
*/
|
|
7304
|
-
proto.ondewo.nlu.
|
|
7403
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.setFormat = function(value) {
|
|
7305
7404
|
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
7306
7405
|
};
|
|
7307
7406
|
|
|
7308
7407
|
|
|
7309
7408
|
/**
|
|
7310
|
-
* optional
|
|
7311
|
-
* @return {!proto.ondewo.nlu.
|
|
7409
|
+
* optional ReportType type = 3;
|
|
7410
|
+
* @return {!proto.ondewo.nlu.ReportType}
|
|
7312
7411
|
*/
|
|
7313
|
-
proto.ondewo.nlu.
|
|
7314
|
-
return /** @type {!proto.ondewo.nlu.
|
|
7412
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getType = function() {
|
|
7413
|
+
return /** @type {!proto.ondewo.nlu.ReportType} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
7315
7414
|
};
|
|
7316
7415
|
|
|
7317
7416
|
|
|
7318
7417
|
/**
|
|
7319
|
-
* @param {!proto.ondewo.nlu.
|
|
7320
|
-
* @return {!proto.ondewo.nlu.
|
|
7418
|
+
* @param {!proto.ondewo.nlu.ReportType} value
|
|
7419
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse} returns this
|
|
7321
7420
|
*/
|
|
7322
|
-
proto.ondewo.nlu.
|
|
7421
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.setType = function(value) {
|
|
7323
7422
|
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
7324
7423
|
};
|
|
7325
7424
|
|
|
7326
7425
|
|
|
7327
7426
|
/**
|
|
7328
|
-
* optional
|
|
7329
|
-
* @return {?proto.ondewo.nlu.
|
|
7427
|
+
* optional LlmTelemetryReport llm_telemetry_report = 4;
|
|
7428
|
+
* @return {?proto.ondewo.nlu.LlmTelemetryReport}
|
|
7330
7429
|
*/
|
|
7331
|
-
proto.ondewo.nlu.
|
|
7332
|
-
return /** @type{?proto.ondewo.nlu.
|
|
7333
|
-
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.
|
|
7430
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.getLlmTelemetryReport = function() {
|
|
7431
|
+
return /** @type{?proto.ondewo.nlu.LlmTelemetryReport} */ (
|
|
7432
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.LlmTelemetryReport, 4));
|
|
7334
7433
|
};
|
|
7335
7434
|
|
|
7336
7435
|
|
|
7337
7436
|
/**
|
|
7338
|
-
* @param {?proto.ondewo.nlu.
|
|
7339
|
-
* @return {!proto.ondewo.nlu.
|
|
7437
|
+
* @param {?proto.ondewo.nlu.LlmTelemetryReport|undefined} value
|
|
7438
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse} returns this
|
|
7340
7439
|
*/
|
|
7341
|
-
proto.ondewo.nlu.
|
|
7440
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.setLlmTelemetryReport = function(value) {
|
|
7342
7441
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
7343
7442
|
};
|
|
7344
7443
|
|
|
7345
7444
|
|
|
7346
7445
|
/**
|
|
7347
7446
|
* Clears the message field making it undefined.
|
|
7348
|
-
* @return {!proto.ondewo.nlu.
|
|
7447
|
+
* @return {!proto.ondewo.nlu.GetAgentStatisticsResponse} returns this
|
|
7349
7448
|
*/
|
|
7350
|
-
proto.ondewo.nlu.
|
|
7351
|
-
return this.
|
|
7449
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.clearLlmTelemetryReport = function() {
|
|
7450
|
+
return this.setLlmTelemetryReport(undefined);
|
|
7352
7451
|
};
|
|
7353
7452
|
|
|
7354
7453
|
|
|
@@ -7356,166 +7455,1850 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearSessionFilter = fun
|
|
|
7356
7455
|
* Returns whether this field is set.
|
|
7357
7456
|
* @return {boolean}
|
|
7358
7457
|
*/
|
|
7359
|
-
proto.ondewo.nlu.
|
|
7458
|
+
proto.ondewo.nlu.GetAgentStatisticsResponse.prototype.hasLlmTelemetryReport = function() {
|
|
7360
7459
|
return jspb.Message.getField(this, 4) != null;
|
|
7361
7460
|
};
|
|
7362
7461
|
|
|
7363
7462
|
|
|
7463
|
+
|
|
7364
7464
|
/**
|
|
7365
|
-
* repeated
|
|
7366
|
-
* @
|
|
7465
|
+
* List of repeated fields within this message type.
|
|
7466
|
+
* @private {!Array<number>}
|
|
7467
|
+
* @const
|
|
7367
7468
|
*/
|
|
7368
|
-
proto.ondewo.nlu.GetSessionsStatisticsRequest.
|
|
7369
|
-
|
|
7370
|
-
|
|
7469
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.repeatedFields_ = [5,7,8,11,12,13,14,15];
|
|
7470
|
+
|
|
7471
|
+
|
|
7472
|
+
|
|
7473
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7474
|
+
/**
|
|
7475
|
+
* Creates an object representation of this proto.
|
|
7476
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7477
|
+
* Optional fields that are not set will be set to undefined.
|
|
7478
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7479
|
+
* For the list of reserved names please see:
|
|
7480
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7481
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7482
|
+
* JSPB instance for transitional soy proto support:
|
|
7483
|
+
* http://goto/soy-param-migration
|
|
7484
|
+
* @return {!Object}
|
|
7485
|
+
*/
|
|
7486
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
7487
|
+
return proto.ondewo.nlu.GetSessionsStatisticsRequest.toObject(opt_includeInstance, this);
|
|
7371
7488
|
};
|
|
7372
7489
|
|
|
7373
7490
|
|
|
7374
7491
|
/**
|
|
7375
|
-
* @
|
|
7376
|
-
* @
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7492
|
+
* Static version of the {@see toObject} method.
|
|
7493
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7494
|
+
* the JSPB instance for transitional soy proto support:
|
|
7495
|
+
* http://goto/soy-param-migration
|
|
7496
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} msg The msg instance to transform.
|
|
7497
|
+
* @return {!Object}
|
|
7498
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7499
|
+
*/
|
|
7500
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.toObject = function(includeInstance, msg) {
|
|
7501
|
+
var f, obj = {
|
|
7502
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
7503
|
+
format: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
7504
|
+
type: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
7505
|
+
sessionFilter: (f = msg.getSessionFilter()) && ondewo_nlu_session_pb.SessionFilter.toObject(includeInstance, f),
|
|
7506
|
+
contextFiltersList: jspb.Message.toObjectList(msg.getContextFiltersList(),
|
|
7507
|
+
ondewo_nlu_session_pb.ContextFilter.toObject, includeInstance),
|
|
7508
|
+
limit: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
7509
|
+
groupBysList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
7510
|
+
orderBysList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
7511
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
7512
|
+
sqlQuery: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
7513
|
+
llmModelFilterList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
|
|
7514
|
+
llmProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 12)) == null ? undefined : f,
|
|
7515
|
+
llmAgentNameFilterList: (f = jspb.Message.getRepeatedField(msg, 13)) == null ? undefined : f,
|
|
7516
|
+
llmToolNameFilterList: (f = jspb.Message.getRepeatedField(msg, 14)) == null ? undefined : f,
|
|
7517
|
+
llmCcaiServiceProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 15)) == null ? undefined : f
|
|
7518
|
+
};
|
|
7519
|
+
|
|
7520
|
+
if (includeInstance) {
|
|
7521
|
+
obj.$jspbMessageInstance = msg;
|
|
7522
|
+
}
|
|
7523
|
+
return obj;
|
|
7380
7524
|
};
|
|
7525
|
+
}
|
|
7381
7526
|
|
|
7382
7527
|
|
|
7383
7528
|
/**
|
|
7384
|
-
*
|
|
7385
|
-
* @param {
|
|
7386
|
-
* @return {!proto.ondewo.nlu.
|
|
7529
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7530
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7531
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest}
|
|
7387
7532
|
*/
|
|
7388
|
-
proto.ondewo.nlu.GetSessionsStatisticsRequest.
|
|
7389
|
-
|
|
7533
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.deserializeBinary = function(bytes) {
|
|
7534
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7535
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsRequest;
|
|
7536
|
+
return proto.ondewo.nlu.GetSessionsStatisticsRequest.deserializeBinaryFromReader(msg, reader);
|
|
7537
|
+
};
|
|
7538
|
+
|
|
7539
|
+
|
|
7540
|
+
/**
|
|
7541
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7542
|
+
* given reader into the given message object.
|
|
7543
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} msg The message object to deserialize into.
|
|
7544
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7545
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest}
|
|
7546
|
+
*/
|
|
7547
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
7548
|
+
while (reader.nextField()) {
|
|
7549
|
+
if (reader.isEndGroup()) {
|
|
7550
|
+
break;
|
|
7551
|
+
}
|
|
7552
|
+
var field = reader.getFieldNumber();
|
|
7553
|
+
switch (field) {
|
|
7554
|
+
case 1:
|
|
7555
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7556
|
+
msg.setParent(value);
|
|
7557
|
+
break;
|
|
7558
|
+
case 2:
|
|
7559
|
+
var value = /** @type {!proto.ondewo.nlu.ReportFormat} */ (reader.readEnum());
|
|
7560
|
+
msg.setFormat(value);
|
|
7561
|
+
break;
|
|
7562
|
+
case 3:
|
|
7563
|
+
var value = /** @type {!proto.ondewo.nlu.SessionsReportType} */ (reader.readEnum());
|
|
7564
|
+
msg.setType(value);
|
|
7565
|
+
break;
|
|
7566
|
+
case 4:
|
|
7567
|
+
var value = new ondewo_nlu_session_pb.SessionFilter;
|
|
7568
|
+
reader.readMessage(value,ondewo_nlu_session_pb.SessionFilter.deserializeBinaryFromReader);
|
|
7569
|
+
msg.setSessionFilter(value);
|
|
7570
|
+
break;
|
|
7571
|
+
case 5:
|
|
7572
|
+
var value = new ondewo_nlu_session_pb.ContextFilter;
|
|
7573
|
+
reader.readMessage(value,ondewo_nlu_session_pb.ContextFilter.deserializeBinaryFromReader);
|
|
7574
|
+
msg.addContextFilters(value);
|
|
7575
|
+
break;
|
|
7576
|
+
case 6:
|
|
7577
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7578
|
+
msg.setLimit(value);
|
|
7579
|
+
break;
|
|
7580
|
+
case 7:
|
|
7581
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7582
|
+
msg.addGroupBys(value);
|
|
7583
|
+
break;
|
|
7584
|
+
case 8:
|
|
7585
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7586
|
+
msg.addOrderBys(value);
|
|
7587
|
+
break;
|
|
7588
|
+
case 9:
|
|
7589
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
7590
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
7591
|
+
msg.setFieldMask(value);
|
|
7592
|
+
break;
|
|
7593
|
+
case 10:
|
|
7594
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7595
|
+
msg.setSqlQuery(value);
|
|
7596
|
+
break;
|
|
7597
|
+
case 11:
|
|
7598
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7599
|
+
msg.addLlmModelFilter(value);
|
|
7600
|
+
break;
|
|
7601
|
+
case 12:
|
|
7602
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7603
|
+
msg.addLlmProviderFilter(value);
|
|
7604
|
+
break;
|
|
7605
|
+
case 13:
|
|
7606
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7607
|
+
msg.addLlmAgentNameFilter(value);
|
|
7608
|
+
break;
|
|
7609
|
+
case 14:
|
|
7610
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7611
|
+
msg.addLlmToolNameFilter(value);
|
|
7612
|
+
break;
|
|
7613
|
+
case 15:
|
|
7614
|
+
var values = /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (reader.isDelimited() ? reader.readPackedEnum() : [reader.readEnum()]);
|
|
7615
|
+
for (var i = 0; i < values.length; i++) {
|
|
7616
|
+
msg.addLlmCcaiServiceProviderFilter(values[i]);
|
|
7617
|
+
}
|
|
7618
|
+
break;
|
|
7619
|
+
default:
|
|
7620
|
+
reader.skipField();
|
|
7621
|
+
break;
|
|
7622
|
+
}
|
|
7623
|
+
}
|
|
7624
|
+
return msg;
|
|
7625
|
+
};
|
|
7626
|
+
|
|
7627
|
+
|
|
7628
|
+
/**
|
|
7629
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7630
|
+
* @return {!Uint8Array}
|
|
7631
|
+
*/
|
|
7632
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.serializeBinary = function() {
|
|
7633
|
+
var writer = new jspb.BinaryWriter();
|
|
7634
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.serializeBinaryToWriter(this, writer);
|
|
7635
|
+
return writer.getResultBuffer();
|
|
7636
|
+
};
|
|
7637
|
+
|
|
7638
|
+
|
|
7639
|
+
/**
|
|
7640
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7641
|
+
* format), writing to the given BinaryWriter.
|
|
7642
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsRequest} message
|
|
7643
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7644
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7645
|
+
*/
|
|
7646
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
7647
|
+
var f = undefined;
|
|
7648
|
+
f = message.getParent();
|
|
7649
|
+
if (f.length > 0) {
|
|
7650
|
+
writer.writeString(
|
|
7651
|
+
1,
|
|
7652
|
+
f
|
|
7653
|
+
);
|
|
7654
|
+
}
|
|
7655
|
+
f = message.getFormat();
|
|
7656
|
+
if (f !== 0.0) {
|
|
7657
|
+
writer.writeEnum(
|
|
7658
|
+
2,
|
|
7659
|
+
f
|
|
7660
|
+
);
|
|
7661
|
+
}
|
|
7662
|
+
f = message.getType();
|
|
7663
|
+
if (f !== 0.0) {
|
|
7664
|
+
writer.writeEnum(
|
|
7665
|
+
3,
|
|
7666
|
+
f
|
|
7667
|
+
);
|
|
7668
|
+
}
|
|
7669
|
+
f = message.getSessionFilter();
|
|
7670
|
+
if (f != null) {
|
|
7671
|
+
writer.writeMessage(
|
|
7672
|
+
4,
|
|
7673
|
+
f,
|
|
7674
|
+
ondewo_nlu_session_pb.SessionFilter.serializeBinaryToWriter
|
|
7675
|
+
);
|
|
7676
|
+
}
|
|
7677
|
+
f = message.getContextFiltersList();
|
|
7678
|
+
if (f.length > 0) {
|
|
7679
|
+
writer.writeRepeatedMessage(
|
|
7680
|
+
5,
|
|
7681
|
+
f,
|
|
7682
|
+
ondewo_nlu_session_pb.ContextFilter.serializeBinaryToWriter
|
|
7683
|
+
);
|
|
7684
|
+
}
|
|
7685
|
+
f = message.getLimit();
|
|
7686
|
+
if (f !== 0) {
|
|
7687
|
+
writer.writeInt32(
|
|
7688
|
+
6,
|
|
7689
|
+
f
|
|
7690
|
+
);
|
|
7691
|
+
}
|
|
7692
|
+
f = message.getGroupBysList();
|
|
7693
|
+
if (f.length > 0) {
|
|
7694
|
+
writer.writeRepeatedString(
|
|
7695
|
+
7,
|
|
7696
|
+
f
|
|
7697
|
+
);
|
|
7698
|
+
}
|
|
7699
|
+
f = message.getOrderBysList();
|
|
7700
|
+
if (f.length > 0) {
|
|
7701
|
+
writer.writeRepeatedString(
|
|
7702
|
+
8,
|
|
7703
|
+
f
|
|
7704
|
+
);
|
|
7705
|
+
}
|
|
7706
|
+
f = message.getFieldMask();
|
|
7707
|
+
if (f != null) {
|
|
7708
|
+
writer.writeMessage(
|
|
7709
|
+
9,
|
|
7710
|
+
f,
|
|
7711
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
7712
|
+
);
|
|
7713
|
+
}
|
|
7714
|
+
f = message.getSqlQuery();
|
|
7715
|
+
if (f.length > 0) {
|
|
7716
|
+
writer.writeString(
|
|
7717
|
+
10,
|
|
7718
|
+
f
|
|
7719
|
+
);
|
|
7720
|
+
}
|
|
7721
|
+
f = message.getLlmModelFilterList();
|
|
7722
|
+
if (f.length > 0) {
|
|
7723
|
+
writer.writeRepeatedString(
|
|
7724
|
+
11,
|
|
7725
|
+
f
|
|
7726
|
+
);
|
|
7727
|
+
}
|
|
7728
|
+
f = message.getLlmProviderFilterList();
|
|
7729
|
+
if (f.length > 0) {
|
|
7730
|
+
writer.writeRepeatedString(
|
|
7731
|
+
12,
|
|
7732
|
+
f
|
|
7733
|
+
);
|
|
7734
|
+
}
|
|
7735
|
+
f = message.getLlmAgentNameFilterList();
|
|
7736
|
+
if (f.length > 0) {
|
|
7737
|
+
writer.writeRepeatedString(
|
|
7738
|
+
13,
|
|
7739
|
+
f
|
|
7740
|
+
);
|
|
7741
|
+
}
|
|
7742
|
+
f = message.getLlmToolNameFilterList();
|
|
7743
|
+
if (f.length > 0) {
|
|
7744
|
+
writer.writeRepeatedString(
|
|
7745
|
+
14,
|
|
7746
|
+
f
|
|
7747
|
+
);
|
|
7748
|
+
}
|
|
7749
|
+
f = message.getLlmCcaiServiceProviderFilterList();
|
|
7750
|
+
if (f.length > 0) {
|
|
7751
|
+
writer.writePackedEnum(
|
|
7752
|
+
15,
|
|
7753
|
+
f
|
|
7754
|
+
);
|
|
7755
|
+
}
|
|
7756
|
+
};
|
|
7757
|
+
|
|
7758
|
+
|
|
7759
|
+
/**
|
|
7760
|
+
* optional string parent = 1;
|
|
7761
|
+
* @return {string}
|
|
7762
|
+
*/
|
|
7763
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getParent = function() {
|
|
7764
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
7765
|
+
};
|
|
7766
|
+
|
|
7767
|
+
|
|
7768
|
+
/**
|
|
7769
|
+
* @param {string} value
|
|
7770
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7771
|
+
*/
|
|
7772
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setParent = function(value) {
|
|
7773
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
7774
|
+
};
|
|
7775
|
+
|
|
7776
|
+
|
|
7777
|
+
/**
|
|
7778
|
+
* optional ReportFormat format = 2;
|
|
7779
|
+
* @return {!proto.ondewo.nlu.ReportFormat}
|
|
7780
|
+
*/
|
|
7781
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getFormat = function() {
|
|
7782
|
+
return /** @type {!proto.ondewo.nlu.ReportFormat} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7783
|
+
};
|
|
7784
|
+
|
|
7785
|
+
|
|
7786
|
+
/**
|
|
7787
|
+
* @param {!proto.ondewo.nlu.ReportFormat} value
|
|
7788
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7789
|
+
*/
|
|
7790
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setFormat = function(value) {
|
|
7791
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
7792
|
+
};
|
|
7793
|
+
|
|
7794
|
+
|
|
7795
|
+
/**
|
|
7796
|
+
* optional SessionsReportType type = 3;
|
|
7797
|
+
* @return {!proto.ondewo.nlu.SessionsReportType}
|
|
7798
|
+
*/
|
|
7799
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getType = function() {
|
|
7800
|
+
return /** @type {!proto.ondewo.nlu.SessionsReportType} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
7801
|
+
};
|
|
7802
|
+
|
|
7803
|
+
|
|
7804
|
+
/**
|
|
7805
|
+
* @param {!proto.ondewo.nlu.SessionsReportType} value
|
|
7806
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7807
|
+
*/
|
|
7808
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setType = function(value) {
|
|
7809
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
7810
|
+
};
|
|
7811
|
+
|
|
7812
|
+
|
|
7813
|
+
/**
|
|
7814
|
+
* optional SessionFilter session_filter = 4;
|
|
7815
|
+
* @return {?proto.ondewo.nlu.SessionFilter}
|
|
7816
|
+
*/
|
|
7817
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getSessionFilter = function() {
|
|
7818
|
+
return /** @type{?proto.ondewo.nlu.SessionFilter} */ (
|
|
7819
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.SessionFilter, 4));
|
|
7820
|
+
};
|
|
7821
|
+
|
|
7822
|
+
|
|
7823
|
+
/**
|
|
7824
|
+
* @param {?proto.ondewo.nlu.SessionFilter|undefined} value
|
|
7825
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7826
|
+
*/
|
|
7827
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setSessionFilter = function(value) {
|
|
7828
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
7829
|
+
};
|
|
7830
|
+
|
|
7831
|
+
|
|
7832
|
+
/**
|
|
7833
|
+
* Clears the message field making it undefined.
|
|
7834
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7835
|
+
*/
|
|
7836
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearSessionFilter = function() {
|
|
7837
|
+
return this.setSessionFilter(undefined);
|
|
7838
|
+
};
|
|
7839
|
+
|
|
7840
|
+
|
|
7841
|
+
/**
|
|
7842
|
+
* Returns whether this field is set.
|
|
7843
|
+
* @return {boolean}
|
|
7844
|
+
*/
|
|
7845
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.hasSessionFilter = function() {
|
|
7846
|
+
return jspb.Message.getField(this, 4) != null;
|
|
7847
|
+
};
|
|
7848
|
+
|
|
7849
|
+
|
|
7850
|
+
/**
|
|
7851
|
+
* repeated ContextFilter context_filters = 5;
|
|
7852
|
+
* @return {!Array<!proto.ondewo.nlu.ContextFilter>}
|
|
7853
|
+
*/
|
|
7854
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getContextFiltersList = function() {
|
|
7855
|
+
return /** @type{!Array<!proto.ondewo.nlu.ContextFilter>} */ (
|
|
7856
|
+
jspb.Message.getRepeatedWrapperField(this, ondewo_nlu_session_pb.ContextFilter, 5));
|
|
7857
|
+
};
|
|
7858
|
+
|
|
7859
|
+
|
|
7860
|
+
/**
|
|
7861
|
+
* @param {!Array<!proto.ondewo.nlu.ContextFilter>} value
|
|
7862
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7863
|
+
*/
|
|
7864
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setContextFiltersList = function(value) {
|
|
7865
|
+
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
7866
|
+
};
|
|
7867
|
+
|
|
7868
|
+
|
|
7869
|
+
/**
|
|
7870
|
+
* @param {!proto.ondewo.nlu.ContextFilter=} opt_value
|
|
7871
|
+
* @param {number=} opt_index
|
|
7872
|
+
* @return {!proto.ondewo.nlu.ContextFilter}
|
|
7873
|
+
*/
|
|
7874
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addContextFilters = function(opt_value, opt_index) {
|
|
7875
|
+
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.ondewo.nlu.ContextFilter, opt_index);
|
|
7876
|
+
};
|
|
7877
|
+
|
|
7878
|
+
|
|
7879
|
+
/**
|
|
7880
|
+
* Clears the list making it empty but non-null.
|
|
7881
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7882
|
+
*/
|
|
7883
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearContextFiltersList = function() {
|
|
7884
|
+
return this.setContextFiltersList([]);
|
|
7885
|
+
};
|
|
7886
|
+
|
|
7887
|
+
|
|
7888
|
+
/**
|
|
7889
|
+
* optional int32 limit = 6;
|
|
7890
|
+
* @return {number}
|
|
7891
|
+
*/
|
|
7892
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLimit = function() {
|
|
7893
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
7894
|
+
};
|
|
7895
|
+
|
|
7896
|
+
|
|
7897
|
+
/**
|
|
7898
|
+
* @param {number} value
|
|
7899
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7900
|
+
*/
|
|
7901
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLimit = function(value) {
|
|
7902
|
+
return jspb.Message.setProto3IntField(this, 6, value);
|
|
7903
|
+
};
|
|
7904
|
+
|
|
7905
|
+
|
|
7906
|
+
/**
|
|
7907
|
+
* repeated string group_bys = 7;
|
|
7908
|
+
* @return {!Array<string>}
|
|
7909
|
+
*/
|
|
7910
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getGroupBysList = function() {
|
|
7911
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
|
|
7912
|
+
};
|
|
7913
|
+
|
|
7914
|
+
|
|
7915
|
+
/**
|
|
7916
|
+
* @param {!Array<string>} value
|
|
7917
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7918
|
+
*/
|
|
7919
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setGroupBysList = function(value) {
|
|
7920
|
+
return jspb.Message.setField(this, 7, value || []);
|
|
7921
|
+
};
|
|
7922
|
+
|
|
7923
|
+
|
|
7924
|
+
/**
|
|
7925
|
+
* @param {string} value
|
|
7926
|
+
* @param {number=} opt_index
|
|
7927
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7928
|
+
*/
|
|
7929
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addGroupBys = function(value, opt_index) {
|
|
7930
|
+
return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
|
|
7931
|
+
};
|
|
7932
|
+
|
|
7933
|
+
|
|
7934
|
+
/**
|
|
7935
|
+
* Clears the list making it empty but non-null.
|
|
7936
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7937
|
+
*/
|
|
7938
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearGroupBysList = function() {
|
|
7939
|
+
return this.setGroupBysList([]);
|
|
7940
|
+
};
|
|
7941
|
+
|
|
7942
|
+
|
|
7943
|
+
/**
|
|
7944
|
+
* repeated string order_bys = 8;
|
|
7945
|
+
* @return {!Array<string>}
|
|
7946
|
+
*/
|
|
7947
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getOrderBysList = function() {
|
|
7948
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
7949
|
+
};
|
|
7950
|
+
|
|
7951
|
+
|
|
7952
|
+
/**
|
|
7953
|
+
* @param {!Array<string>} value
|
|
7954
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7955
|
+
*/
|
|
7956
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setOrderBysList = function(value) {
|
|
7957
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
7958
|
+
};
|
|
7959
|
+
|
|
7960
|
+
|
|
7961
|
+
/**
|
|
7962
|
+
* @param {string} value
|
|
7963
|
+
* @param {number=} opt_index
|
|
7964
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7965
|
+
*/
|
|
7966
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addOrderBys = function(value, opt_index) {
|
|
7967
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
7968
|
+
};
|
|
7969
|
+
|
|
7970
|
+
|
|
7971
|
+
/**
|
|
7972
|
+
* Clears the list making it empty but non-null.
|
|
7973
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7974
|
+
*/
|
|
7975
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearOrderBysList = function() {
|
|
7976
|
+
return this.setOrderBysList([]);
|
|
7977
|
+
};
|
|
7978
|
+
|
|
7979
|
+
|
|
7980
|
+
/**
|
|
7981
|
+
* optional google.protobuf.FieldMask field_mask = 9;
|
|
7982
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
7983
|
+
*/
|
|
7984
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getFieldMask = function() {
|
|
7985
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
7986
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 9));
|
|
7987
|
+
};
|
|
7988
|
+
|
|
7989
|
+
|
|
7990
|
+
/**
|
|
7991
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
7992
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
7993
|
+
*/
|
|
7994
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setFieldMask = function(value) {
|
|
7995
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
7996
|
+
};
|
|
7997
|
+
|
|
7998
|
+
|
|
7999
|
+
/**
|
|
8000
|
+
* Clears the message field making it undefined.
|
|
8001
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8002
|
+
*/
|
|
8003
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearFieldMask = function() {
|
|
8004
|
+
return this.setFieldMask(undefined);
|
|
8005
|
+
};
|
|
8006
|
+
|
|
8007
|
+
|
|
8008
|
+
/**
|
|
8009
|
+
* Returns whether this field is set.
|
|
8010
|
+
* @return {boolean}
|
|
8011
|
+
*/
|
|
8012
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.hasFieldMask = function() {
|
|
8013
|
+
return jspb.Message.getField(this, 9) != null;
|
|
8014
|
+
};
|
|
8015
|
+
|
|
8016
|
+
|
|
8017
|
+
/**
|
|
8018
|
+
* optional string sql_query = 10;
|
|
8019
|
+
* @return {string}
|
|
8020
|
+
*/
|
|
8021
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getSqlQuery = function() {
|
|
8022
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
8023
|
+
};
|
|
8024
|
+
|
|
8025
|
+
|
|
8026
|
+
/**
|
|
8027
|
+
* @param {string} value
|
|
8028
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8029
|
+
*/
|
|
8030
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setSqlQuery = function(value) {
|
|
8031
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
8032
|
+
};
|
|
8033
|
+
|
|
8034
|
+
|
|
8035
|
+
/**
|
|
8036
|
+
* repeated string llm_model_filter = 11;
|
|
8037
|
+
* @return {!Array<string>}
|
|
8038
|
+
*/
|
|
8039
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLlmModelFilterList = function() {
|
|
8040
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 11));
|
|
8041
|
+
};
|
|
8042
|
+
|
|
8043
|
+
|
|
8044
|
+
/**
|
|
8045
|
+
* @param {!Array<string>} value
|
|
8046
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8047
|
+
*/
|
|
8048
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLlmModelFilterList = function(value) {
|
|
8049
|
+
return jspb.Message.setField(this, 11, value || []);
|
|
8050
|
+
};
|
|
8051
|
+
|
|
8052
|
+
|
|
8053
|
+
/**
|
|
8054
|
+
* @param {string} value
|
|
8055
|
+
* @param {number=} opt_index
|
|
8056
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8057
|
+
*/
|
|
8058
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addLlmModelFilter = function(value, opt_index) {
|
|
8059
|
+
return jspb.Message.addToRepeatedField(this, 11, value, opt_index);
|
|
8060
|
+
};
|
|
8061
|
+
|
|
8062
|
+
|
|
8063
|
+
/**
|
|
8064
|
+
* Clears the list making it empty but non-null.
|
|
8065
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8066
|
+
*/
|
|
8067
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearLlmModelFilterList = function() {
|
|
8068
|
+
return this.setLlmModelFilterList([]);
|
|
8069
|
+
};
|
|
8070
|
+
|
|
8071
|
+
|
|
8072
|
+
/**
|
|
8073
|
+
* repeated string llm_provider_filter = 12;
|
|
8074
|
+
* @return {!Array<string>}
|
|
8075
|
+
*/
|
|
8076
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLlmProviderFilterList = function() {
|
|
8077
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 12));
|
|
8078
|
+
};
|
|
8079
|
+
|
|
8080
|
+
|
|
8081
|
+
/**
|
|
8082
|
+
* @param {!Array<string>} value
|
|
8083
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8084
|
+
*/
|
|
8085
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLlmProviderFilterList = function(value) {
|
|
8086
|
+
return jspb.Message.setField(this, 12, value || []);
|
|
8087
|
+
};
|
|
8088
|
+
|
|
8089
|
+
|
|
8090
|
+
/**
|
|
8091
|
+
* @param {string} value
|
|
8092
|
+
* @param {number=} opt_index
|
|
8093
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8094
|
+
*/
|
|
8095
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addLlmProviderFilter = function(value, opt_index) {
|
|
8096
|
+
return jspb.Message.addToRepeatedField(this, 12, value, opt_index);
|
|
8097
|
+
};
|
|
8098
|
+
|
|
8099
|
+
|
|
8100
|
+
/**
|
|
8101
|
+
* Clears the list making it empty but non-null.
|
|
8102
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8103
|
+
*/
|
|
8104
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearLlmProviderFilterList = function() {
|
|
8105
|
+
return this.setLlmProviderFilterList([]);
|
|
8106
|
+
};
|
|
8107
|
+
|
|
8108
|
+
|
|
8109
|
+
/**
|
|
8110
|
+
* repeated string llm_agent_name_filter = 13;
|
|
8111
|
+
* @return {!Array<string>}
|
|
8112
|
+
*/
|
|
8113
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLlmAgentNameFilterList = function() {
|
|
8114
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 13));
|
|
8115
|
+
};
|
|
8116
|
+
|
|
8117
|
+
|
|
8118
|
+
/**
|
|
8119
|
+
* @param {!Array<string>} value
|
|
8120
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8121
|
+
*/
|
|
8122
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLlmAgentNameFilterList = function(value) {
|
|
8123
|
+
return jspb.Message.setField(this, 13, value || []);
|
|
8124
|
+
};
|
|
8125
|
+
|
|
8126
|
+
|
|
8127
|
+
/**
|
|
8128
|
+
* @param {string} value
|
|
8129
|
+
* @param {number=} opt_index
|
|
8130
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8131
|
+
*/
|
|
8132
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addLlmAgentNameFilter = function(value, opt_index) {
|
|
8133
|
+
return jspb.Message.addToRepeatedField(this, 13, value, opt_index);
|
|
8134
|
+
};
|
|
8135
|
+
|
|
8136
|
+
|
|
8137
|
+
/**
|
|
8138
|
+
* Clears the list making it empty but non-null.
|
|
8139
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8140
|
+
*/
|
|
8141
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearLlmAgentNameFilterList = function() {
|
|
8142
|
+
return this.setLlmAgentNameFilterList([]);
|
|
8143
|
+
};
|
|
8144
|
+
|
|
8145
|
+
|
|
8146
|
+
/**
|
|
8147
|
+
* repeated string llm_tool_name_filter = 14;
|
|
8148
|
+
* @return {!Array<string>}
|
|
8149
|
+
*/
|
|
8150
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLlmToolNameFilterList = function() {
|
|
8151
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 14));
|
|
8152
|
+
};
|
|
8153
|
+
|
|
8154
|
+
|
|
8155
|
+
/**
|
|
8156
|
+
* @param {!Array<string>} value
|
|
8157
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8158
|
+
*/
|
|
8159
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLlmToolNameFilterList = function(value) {
|
|
8160
|
+
return jspb.Message.setField(this, 14, value || []);
|
|
8161
|
+
};
|
|
8162
|
+
|
|
8163
|
+
|
|
8164
|
+
/**
|
|
8165
|
+
* @param {string} value
|
|
8166
|
+
* @param {number=} opt_index
|
|
8167
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8168
|
+
*/
|
|
8169
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addLlmToolNameFilter = function(value, opt_index) {
|
|
8170
|
+
return jspb.Message.addToRepeatedField(this, 14, value, opt_index);
|
|
8171
|
+
};
|
|
8172
|
+
|
|
8173
|
+
|
|
8174
|
+
/**
|
|
8175
|
+
* Clears the list making it empty but non-null.
|
|
8176
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8177
|
+
*/
|
|
8178
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearLlmToolNameFilterList = function() {
|
|
8179
|
+
return this.setLlmToolNameFilterList([]);
|
|
8180
|
+
};
|
|
8181
|
+
|
|
8182
|
+
|
|
8183
|
+
/**
|
|
8184
|
+
* repeated CcaiServiceProvider llm_ccai_service_provider_filter = 15;
|
|
8185
|
+
* @return {!Array<!proto.ondewo.nlu.CcaiServiceProvider>}
|
|
8186
|
+
*/
|
|
8187
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getLlmCcaiServiceProviderFilterList = function() {
|
|
8188
|
+
return /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (jspb.Message.getRepeatedField(this, 15));
|
|
8189
|
+
};
|
|
8190
|
+
|
|
8191
|
+
|
|
8192
|
+
/**
|
|
8193
|
+
* @param {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} value
|
|
8194
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8195
|
+
*/
|
|
8196
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.setLlmCcaiServiceProviderFilterList = function(value) {
|
|
8197
|
+
return jspb.Message.setField(this, 15, value || []);
|
|
8198
|
+
};
|
|
8199
|
+
|
|
8200
|
+
|
|
8201
|
+
/**
|
|
8202
|
+
* @param {!proto.ondewo.nlu.CcaiServiceProvider} value
|
|
8203
|
+
* @param {number=} opt_index
|
|
8204
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8205
|
+
*/
|
|
8206
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.addLlmCcaiServiceProviderFilter = function(value, opt_index) {
|
|
8207
|
+
return jspb.Message.addToRepeatedField(this, 15, value, opt_index);
|
|
8208
|
+
};
|
|
8209
|
+
|
|
8210
|
+
|
|
8211
|
+
/**
|
|
8212
|
+
* Clears the list making it empty but non-null.
|
|
8213
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
8214
|
+
*/
|
|
8215
|
+
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearLlmCcaiServiceProviderFilterList = function() {
|
|
8216
|
+
return this.setLlmCcaiServiceProviderFilterList([]);
|
|
8217
|
+
};
|
|
8218
|
+
|
|
8219
|
+
|
|
8220
|
+
|
|
8221
|
+
|
|
8222
|
+
|
|
8223
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8224
|
+
/**
|
|
8225
|
+
* Creates an object representation of this proto.
|
|
8226
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8227
|
+
* Optional fields that are not set will be set to undefined.
|
|
8228
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8229
|
+
* For the list of reserved names please see:
|
|
8230
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8231
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8232
|
+
* JSPB instance for transitional soy proto support:
|
|
8233
|
+
* http://goto/soy-param-migration
|
|
8234
|
+
* @return {!Object}
|
|
8235
|
+
*/
|
|
8236
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.toObject = function(opt_includeInstance) {
|
|
8237
|
+
return proto.ondewo.nlu.GetSessionsStatisticsResponse.toObject(opt_includeInstance, this);
|
|
8238
|
+
};
|
|
8239
|
+
|
|
8240
|
+
|
|
8241
|
+
/**
|
|
8242
|
+
* Static version of the {@see toObject} method.
|
|
8243
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8244
|
+
* the JSPB instance for transitional soy proto support:
|
|
8245
|
+
* http://goto/soy-param-migration
|
|
8246
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsResponse} msg The msg instance to transform.
|
|
8247
|
+
* @return {!Object}
|
|
8248
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8249
|
+
*/
|
|
8250
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.toObject = function(includeInstance, msg) {
|
|
8251
|
+
var f, obj = {
|
|
8252
|
+
reports: msg.getReports_asB64(),
|
|
8253
|
+
format: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
8254
|
+
type: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
8255
|
+
llmTelemetryReport: (f = msg.getLlmTelemetryReport()) && ondewo_nlu_session_pb.LlmTelemetryReport.toObject(includeInstance, f)
|
|
8256
|
+
};
|
|
8257
|
+
|
|
8258
|
+
if (includeInstance) {
|
|
8259
|
+
obj.$jspbMessageInstance = msg;
|
|
8260
|
+
}
|
|
8261
|
+
return obj;
|
|
8262
|
+
};
|
|
8263
|
+
}
|
|
8264
|
+
|
|
8265
|
+
|
|
8266
|
+
/**
|
|
8267
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8268
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8269
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse}
|
|
8270
|
+
*/
|
|
8271
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinary = function(bytes) {
|
|
8272
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8273
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsResponse;
|
|
8274
|
+
return proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinaryFromReader(msg, reader);
|
|
8275
|
+
};
|
|
8276
|
+
|
|
8277
|
+
|
|
8278
|
+
/**
|
|
8279
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8280
|
+
* given reader into the given message object.
|
|
8281
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsResponse} msg The message object to deserialize into.
|
|
8282
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8283
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse}
|
|
8284
|
+
*/
|
|
8285
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
8286
|
+
while (reader.nextField()) {
|
|
8287
|
+
if (reader.isEndGroup()) {
|
|
8288
|
+
break;
|
|
8289
|
+
}
|
|
8290
|
+
var field = reader.getFieldNumber();
|
|
8291
|
+
switch (field) {
|
|
8292
|
+
case 1:
|
|
8293
|
+
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
8294
|
+
msg.setReports(value);
|
|
8295
|
+
break;
|
|
8296
|
+
case 2:
|
|
8297
|
+
var value = /** @type {!proto.ondewo.nlu.ReportFormat} */ (reader.readEnum());
|
|
8298
|
+
msg.setFormat(value);
|
|
8299
|
+
break;
|
|
8300
|
+
case 3:
|
|
8301
|
+
var value = /** @type {!proto.ondewo.nlu.SessionsReportType} */ (reader.readEnum());
|
|
8302
|
+
msg.setType(value);
|
|
8303
|
+
break;
|
|
8304
|
+
case 4:
|
|
8305
|
+
var value = new ondewo_nlu_session_pb.LlmTelemetryReport;
|
|
8306
|
+
reader.readMessage(value,ondewo_nlu_session_pb.LlmTelemetryReport.deserializeBinaryFromReader);
|
|
8307
|
+
msg.setLlmTelemetryReport(value);
|
|
8308
|
+
break;
|
|
8309
|
+
default:
|
|
8310
|
+
reader.skipField();
|
|
8311
|
+
break;
|
|
8312
|
+
}
|
|
8313
|
+
}
|
|
8314
|
+
return msg;
|
|
8315
|
+
};
|
|
8316
|
+
|
|
8317
|
+
|
|
8318
|
+
/**
|
|
8319
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8320
|
+
* @return {!Uint8Array}
|
|
8321
|
+
*/
|
|
8322
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.serializeBinary = function() {
|
|
8323
|
+
var writer = new jspb.BinaryWriter();
|
|
8324
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.serializeBinaryToWriter(this, writer);
|
|
8325
|
+
return writer.getResultBuffer();
|
|
8326
|
+
};
|
|
8327
|
+
|
|
8328
|
+
|
|
8329
|
+
/**
|
|
8330
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8331
|
+
* format), writing to the given BinaryWriter.
|
|
8332
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsResponse} message
|
|
8333
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8334
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8335
|
+
*/
|
|
8336
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.serializeBinaryToWriter = function(message, writer) {
|
|
8337
|
+
var f = undefined;
|
|
8338
|
+
f = message.getReports_asU8();
|
|
8339
|
+
if (f.length > 0) {
|
|
8340
|
+
writer.writeBytes(
|
|
8341
|
+
1,
|
|
8342
|
+
f
|
|
8343
|
+
);
|
|
8344
|
+
}
|
|
8345
|
+
f = message.getFormat();
|
|
8346
|
+
if (f !== 0.0) {
|
|
8347
|
+
writer.writeEnum(
|
|
8348
|
+
2,
|
|
8349
|
+
f
|
|
8350
|
+
);
|
|
8351
|
+
}
|
|
8352
|
+
f = message.getType();
|
|
8353
|
+
if (f !== 0.0) {
|
|
8354
|
+
writer.writeEnum(
|
|
8355
|
+
3,
|
|
8356
|
+
f
|
|
8357
|
+
);
|
|
8358
|
+
}
|
|
8359
|
+
f = message.getLlmTelemetryReport();
|
|
8360
|
+
if (f != null) {
|
|
8361
|
+
writer.writeMessage(
|
|
8362
|
+
4,
|
|
8363
|
+
f,
|
|
8364
|
+
ondewo_nlu_session_pb.LlmTelemetryReport.serializeBinaryToWriter
|
|
8365
|
+
);
|
|
8366
|
+
}
|
|
8367
|
+
};
|
|
8368
|
+
|
|
8369
|
+
|
|
8370
|
+
/**
|
|
8371
|
+
* optional bytes reports = 1;
|
|
8372
|
+
* @return {!(string|Uint8Array)}
|
|
8373
|
+
*/
|
|
8374
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getReports = function() {
|
|
8375
|
+
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8376
|
+
};
|
|
8377
|
+
|
|
8378
|
+
|
|
8379
|
+
/**
|
|
8380
|
+
* optional bytes reports = 1;
|
|
8381
|
+
* This is a type-conversion wrapper around `getReports()`
|
|
8382
|
+
* @return {string}
|
|
8383
|
+
*/
|
|
8384
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getReports_asB64 = function() {
|
|
8385
|
+
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
8386
|
+
this.getReports()));
|
|
8387
|
+
};
|
|
8388
|
+
|
|
8389
|
+
|
|
8390
|
+
/**
|
|
8391
|
+
* optional bytes reports = 1;
|
|
8392
|
+
* Note that Uint8Array is not supported on all browsers.
|
|
8393
|
+
* @see http://caniuse.com/Uint8Array
|
|
8394
|
+
* This is a type-conversion wrapper around `getReports()`
|
|
8395
|
+
* @return {!Uint8Array}
|
|
8396
|
+
*/
|
|
8397
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getReports_asU8 = function() {
|
|
8398
|
+
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
|
|
8399
|
+
this.getReports()));
|
|
8400
|
+
};
|
|
8401
|
+
|
|
8402
|
+
|
|
8403
|
+
/**
|
|
8404
|
+
* @param {!(string|Uint8Array)} value
|
|
8405
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse} returns this
|
|
8406
|
+
*/
|
|
8407
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.setReports = function(value) {
|
|
8408
|
+
return jspb.Message.setProto3BytesField(this, 1, value);
|
|
8409
|
+
};
|
|
8410
|
+
|
|
8411
|
+
|
|
8412
|
+
/**
|
|
8413
|
+
* optional ReportFormat format = 2;
|
|
8414
|
+
* @return {!proto.ondewo.nlu.ReportFormat}
|
|
8415
|
+
*/
|
|
8416
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getFormat = function() {
|
|
8417
|
+
return /** @type {!proto.ondewo.nlu.ReportFormat} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
8418
|
+
};
|
|
8419
|
+
|
|
8420
|
+
|
|
8421
|
+
/**
|
|
8422
|
+
* @param {!proto.ondewo.nlu.ReportFormat} value
|
|
8423
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse} returns this
|
|
8424
|
+
*/
|
|
8425
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.setFormat = function(value) {
|
|
8426
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
8427
|
+
};
|
|
8428
|
+
|
|
8429
|
+
|
|
8430
|
+
/**
|
|
8431
|
+
* optional SessionsReportType type = 3;
|
|
8432
|
+
* @return {!proto.ondewo.nlu.SessionsReportType}
|
|
8433
|
+
*/
|
|
8434
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getType = function() {
|
|
8435
|
+
return /** @type {!proto.ondewo.nlu.SessionsReportType} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
8436
|
+
};
|
|
8437
|
+
|
|
8438
|
+
|
|
8439
|
+
/**
|
|
8440
|
+
* @param {!proto.ondewo.nlu.SessionsReportType} value
|
|
8441
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse} returns this
|
|
8442
|
+
*/
|
|
8443
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.setType = function(value) {
|
|
8444
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
8445
|
+
};
|
|
8446
|
+
|
|
8447
|
+
|
|
8448
|
+
/**
|
|
8449
|
+
* optional LlmTelemetryReport llm_telemetry_report = 4;
|
|
8450
|
+
* @return {?proto.ondewo.nlu.LlmTelemetryReport}
|
|
8451
|
+
*/
|
|
8452
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getLlmTelemetryReport = function() {
|
|
8453
|
+
return /** @type{?proto.ondewo.nlu.LlmTelemetryReport} */ (
|
|
8454
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.LlmTelemetryReport, 4));
|
|
8455
|
+
};
|
|
8456
|
+
|
|
8457
|
+
|
|
8458
|
+
/**
|
|
8459
|
+
* @param {?proto.ondewo.nlu.LlmTelemetryReport|undefined} value
|
|
8460
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse} returns this
|
|
8461
|
+
*/
|
|
8462
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.setLlmTelemetryReport = function(value) {
|
|
8463
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
8464
|
+
};
|
|
8465
|
+
|
|
8466
|
+
|
|
8467
|
+
/**
|
|
8468
|
+
* Clears the message field making it undefined.
|
|
8469
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsResponse} returns this
|
|
8470
|
+
*/
|
|
8471
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.clearLlmTelemetryReport = function() {
|
|
8472
|
+
return this.setLlmTelemetryReport(undefined);
|
|
8473
|
+
};
|
|
8474
|
+
|
|
8475
|
+
|
|
8476
|
+
/**
|
|
8477
|
+
* Returns whether this field is set.
|
|
8478
|
+
* @return {boolean}
|
|
8479
|
+
*/
|
|
8480
|
+
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.hasLlmTelemetryReport = function() {
|
|
8481
|
+
return jspb.Message.getField(this, 4) != null;
|
|
8482
|
+
};
|
|
8483
|
+
|
|
8484
|
+
|
|
8485
|
+
|
|
8486
|
+
/**
|
|
8487
|
+
* List of repeated fields within this message type.
|
|
8488
|
+
* @private {!Array<number>}
|
|
8489
|
+
* @const
|
|
8490
|
+
*/
|
|
8491
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.repeatedFields_ = [6,7,8,9,10];
|
|
8492
|
+
|
|
8493
|
+
|
|
8494
|
+
|
|
8495
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8496
|
+
/**
|
|
8497
|
+
* Creates an object representation of this proto.
|
|
8498
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8499
|
+
* Optional fields that are not set will be set to undefined.
|
|
8500
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8501
|
+
* For the list of reserved names please see:
|
|
8502
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8503
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8504
|
+
* JSPB instance for transitional soy proto support:
|
|
8505
|
+
* http://goto/soy-param-migration
|
|
8506
|
+
* @return {!Object}
|
|
8507
|
+
*/
|
|
8508
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
8509
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.toObject(opt_includeInstance, this);
|
|
8510
|
+
};
|
|
8511
|
+
|
|
8512
|
+
|
|
8513
|
+
/**
|
|
8514
|
+
* Static version of the {@see toObject} method.
|
|
8515
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8516
|
+
* the JSPB instance for transitional soy proto support:
|
|
8517
|
+
* http://goto/soy-param-migration
|
|
8518
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} msg The msg instance to transform.
|
|
8519
|
+
* @return {!Object}
|
|
8520
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8521
|
+
*/
|
|
8522
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.toObject = function(includeInstance, msg) {
|
|
8523
|
+
var f, obj = {
|
|
8524
|
+
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8525
|
+
type: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
8526
|
+
sessionFilter: (f = msg.getSessionFilter()) && ondewo_nlu_session_pb.SessionFilter.toObject(includeInstance, f),
|
|
8527
|
+
bucketWidthSeconds: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
8528
|
+
maxBuckets: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
8529
|
+
llmModelFilterList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
8530
|
+
llmProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
8531
|
+
llmAgentNameFilterList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
8532
|
+
llmToolNameFilterList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
|
|
8533
|
+
llmCcaiServiceProviderFilterList: (f = jspb.Message.getRepeatedField(msg, 10)) == null ? undefined : f,
|
|
8534
|
+
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
8535
|
+
};
|
|
8536
|
+
|
|
8537
|
+
if (includeInstance) {
|
|
8538
|
+
obj.$jspbMessageInstance = msg;
|
|
8539
|
+
}
|
|
8540
|
+
return obj;
|
|
8541
|
+
};
|
|
8542
|
+
}
|
|
8543
|
+
|
|
8544
|
+
|
|
8545
|
+
/**
|
|
8546
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8547
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8548
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest}
|
|
8549
|
+
*/
|
|
8550
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinary = function(bytes) {
|
|
8551
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8552
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest;
|
|
8553
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinaryFromReader(msg, reader);
|
|
8554
|
+
};
|
|
8555
|
+
|
|
8556
|
+
|
|
8557
|
+
/**
|
|
8558
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8559
|
+
* given reader into the given message object.
|
|
8560
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} msg The message object to deserialize into.
|
|
8561
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8562
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest}
|
|
8563
|
+
*/
|
|
8564
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
8565
|
+
while (reader.nextField()) {
|
|
8566
|
+
if (reader.isEndGroup()) {
|
|
8567
|
+
break;
|
|
8568
|
+
}
|
|
8569
|
+
var field = reader.getFieldNumber();
|
|
8570
|
+
switch (field) {
|
|
8571
|
+
case 1:
|
|
8572
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8573
|
+
msg.setParent(value);
|
|
8574
|
+
break;
|
|
8575
|
+
case 2:
|
|
8576
|
+
var value = /** @type {!proto.ondewo.nlu.SessionsReportType} */ (reader.readEnum());
|
|
8577
|
+
msg.setType(value);
|
|
8578
|
+
break;
|
|
8579
|
+
case 3:
|
|
8580
|
+
var value = new ondewo_nlu_session_pb.SessionFilter;
|
|
8581
|
+
reader.readMessage(value,ondewo_nlu_session_pb.SessionFilter.deserializeBinaryFromReader);
|
|
8582
|
+
msg.setSessionFilter(value);
|
|
8583
|
+
break;
|
|
8584
|
+
case 4:
|
|
8585
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
8586
|
+
msg.setBucketWidthSeconds(value);
|
|
8587
|
+
break;
|
|
8588
|
+
case 5:
|
|
8589
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
8590
|
+
msg.setMaxBuckets(value);
|
|
8591
|
+
break;
|
|
8592
|
+
case 6:
|
|
8593
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8594
|
+
msg.addLlmModelFilter(value);
|
|
8595
|
+
break;
|
|
8596
|
+
case 7:
|
|
8597
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8598
|
+
msg.addLlmProviderFilter(value);
|
|
8599
|
+
break;
|
|
8600
|
+
case 8:
|
|
8601
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8602
|
+
msg.addLlmAgentNameFilter(value);
|
|
8603
|
+
break;
|
|
8604
|
+
case 9:
|
|
8605
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8606
|
+
msg.addLlmToolNameFilter(value);
|
|
8607
|
+
break;
|
|
8608
|
+
case 10:
|
|
8609
|
+
var values = /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (reader.isDelimited() ? reader.readPackedEnum() : [reader.readEnum()]);
|
|
8610
|
+
for (var i = 0; i < values.length; i++) {
|
|
8611
|
+
msg.addLlmCcaiServiceProviderFilter(values[i]);
|
|
8612
|
+
}
|
|
8613
|
+
break;
|
|
8614
|
+
case 11:
|
|
8615
|
+
var value = new google_protobuf_field_mask_pb.FieldMask;
|
|
8616
|
+
reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
|
|
8617
|
+
msg.setFieldMask(value);
|
|
8618
|
+
break;
|
|
8619
|
+
default:
|
|
8620
|
+
reader.skipField();
|
|
8621
|
+
break;
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
return msg;
|
|
8625
|
+
};
|
|
8626
|
+
|
|
8627
|
+
|
|
8628
|
+
/**
|
|
8629
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8630
|
+
* @return {!Uint8Array}
|
|
8631
|
+
*/
|
|
8632
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.serializeBinary = function() {
|
|
8633
|
+
var writer = new jspb.BinaryWriter();
|
|
8634
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.serializeBinaryToWriter(this, writer);
|
|
8635
|
+
return writer.getResultBuffer();
|
|
8636
|
+
};
|
|
8637
|
+
|
|
8638
|
+
|
|
8639
|
+
/**
|
|
8640
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8641
|
+
* format), writing to the given BinaryWriter.
|
|
8642
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} message
|
|
8643
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8644
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8645
|
+
*/
|
|
8646
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
8647
|
+
var f = undefined;
|
|
8648
|
+
f = message.getParent();
|
|
8649
|
+
if (f.length > 0) {
|
|
8650
|
+
writer.writeString(
|
|
8651
|
+
1,
|
|
8652
|
+
f
|
|
8653
|
+
);
|
|
8654
|
+
}
|
|
8655
|
+
f = message.getType();
|
|
8656
|
+
if (f !== 0.0) {
|
|
8657
|
+
writer.writeEnum(
|
|
8658
|
+
2,
|
|
8659
|
+
f
|
|
8660
|
+
);
|
|
8661
|
+
}
|
|
8662
|
+
f = message.getSessionFilter();
|
|
8663
|
+
if (f != null) {
|
|
8664
|
+
writer.writeMessage(
|
|
8665
|
+
3,
|
|
8666
|
+
f,
|
|
8667
|
+
ondewo_nlu_session_pb.SessionFilter.serializeBinaryToWriter
|
|
8668
|
+
);
|
|
8669
|
+
}
|
|
8670
|
+
f = message.getBucketWidthSeconds();
|
|
8671
|
+
if (f !== 0) {
|
|
8672
|
+
writer.writeInt32(
|
|
8673
|
+
4,
|
|
8674
|
+
f
|
|
8675
|
+
);
|
|
8676
|
+
}
|
|
8677
|
+
f = message.getMaxBuckets();
|
|
8678
|
+
if (f !== 0) {
|
|
8679
|
+
writer.writeInt32(
|
|
8680
|
+
5,
|
|
8681
|
+
f
|
|
8682
|
+
);
|
|
8683
|
+
}
|
|
8684
|
+
f = message.getLlmModelFilterList();
|
|
8685
|
+
if (f.length > 0) {
|
|
8686
|
+
writer.writeRepeatedString(
|
|
8687
|
+
6,
|
|
8688
|
+
f
|
|
8689
|
+
);
|
|
8690
|
+
}
|
|
8691
|
+
f = message.getLlmProviderFilterList();
|
|
8692
|
+
if (f.length > 0) {
|
|
8693
|
+
writer.writeRepeatedString(
|
|
8694
|
+
7,
|
|
8695
|
+
f
|
|
8696
|
+
);
|
|
8697
|
+
}
|
|
8698
|
+
f = message.getLlmAgentNameFilterList();
|
|
8699
|
+
if (f.length > 0) {
|
|
8700
|
+
writer.writeRepeatedString(
|
|
8701
|
+
8,
|
|
8702
|
+
f
|
|
8703
|
+
);
|
|
8704
|
+
}
|
|
8705
|
+
f = message.getLlmToolNameFilterList();
|
|
8706
|
+
if (f.length > 0) {
|
|
8707
|
+
writer.writeRepeatedString(
|
|
8708
|
+
9,
|
|
8709
|
+
f
|
|
8710
|
+
);
|
|
8711
|
+
}
|
|
8712
|
+
f = message.getLlmCcaiServiceProviderFilterList();
|
|
8713
|
+
if (f.length > 0) {
|
|
8714
|
+
writer.writePackedEnum(
|
|
8715
|
+
10,
|
|
8716
|
+
f
|
|
8717
|
+
);
|
|
8718
|
+
}
|
|
8719
|
+
f = message.getFieldMask();
|
|
8720
|
+
if (f != null) {
|
|
8721
|
+
writer.writeMessage(
|
|
8722
|
+
11,
|
|
8723
|
+
f,
|
|
8724
|
+
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
8725
|
+
);
|
|
8726
|
+
}
|
|
8727
|
+
};
|
|
8728
|
+
|
|
8729
|
+
|
|
8730
|
+
/**
|
|
8731
|
+
* optional string parent = 1;
|
|
8732
|
+
* @return {string}
|
|
8733
|
+
*/
|
|
8734
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getParent = function() {
|
|
8735
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8736
|
+
};
|
|
8737
|
+
|
|
8738
|
+
|
|
8739
|
+
/**
|
|
8740
|
+
* @param {string} value
|
|
8741
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8742
|
+
*/
|
|
8743
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setParent = function(value) {
|
|
8744
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8745
|
+
};
|
|
8746
|
+
|
|
8747
|
+
|
|
8748
|
+
/**
|
|
8749
|
+
* optional SessionsReportType type = 2;
|
|
8750
|
+
* @return {!proto.ondewo.nlu.SessionsReportType}
|
|
8751
|
+
*/
|
|
8752
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getType = function() {
|
|
8753
|
+
return /** @type {!proto.ondewo.nlu.SessionsReportType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
8754
|
+
};
|
|
8755
|
+
|
|
8756
|
+
|
|
8757
|
+
/**
|
|
8758
|
+
* @param {!proto.ondewo.nlu.SessionsReportType} value
|
|
8759
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8760
|
+
*/
|
|
8761
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setType = function(value) {
|
|
8762
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
8763
|
+
};
|
|
8764
|
+
|
|
8765
|
+
|
|
8766
|
+
/**
|
|
8767
|
+
* optional SessionFilter session_filter = 3;
|
|
8768
|
+
* @return {?proto.ondewo.nlu.SessionFilter}
|
|
8769
|
+
*/
|
|
8770
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getSessionFilter = function() {
|
|
8771
|
+
return /** @type{?proto.ondewo.nlu.SessionFilter} */ (
|
|
8772
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.SessionFilter, 3));
|
|
8773
|
+
};
|
|
8774
|
+
|
|
8775
|
+
|
|
8776
|
+
/**
|
|
8777
|
+
* @param {?proto.ondewo.nlu.SessionFilter|undefined} value
|
|
8778
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8779
|
+
*/
|
|
8780
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setSessionFilter = function(value) {
|
|
8781
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
8782
|
+
};
|
|
8783
|
+
|
|
8784
|
+
|
|
8785
|
+
/**
|
|
8786
|
+
* Clears the message field making it undefined.
|
|
8787
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8788
|
+
*/
|
|
8789
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearSessionFilter = function() {
|
|
8790
|
+
return this.setSessionFilter(undefined);
|
|
8791
|
+
};
|
|
8792
|
+
|
|
8793
|
+
|
|
8794
|
+
/**
|
|
8795
|
+
* Returns whether this field is set.
|
|
8796
|
+
* @return {boolean}
|
|
8797
|
+
*/
|
|
8798
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.hasSessionFilter = function() {
|
|
8799
|
+
return jspb.Message.getField(this, 3) != null;
|
|
8800
|
+
};
|
|
8801
|
+
|
|
8802
|
+
|
|
8803
|
+
/**
|
|
8804
|
+
* optional int32 bucket_width_seconds = 4;
|
|
8805
|
+
* @return {number}
|
|
8806
|
+
*/
|
|
8807
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getBucketWidthSeconds = function() {
|
|
8808
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
8809
|
+
};
|
|
8810
|
+
|
|
8811
|
+
|
|
8812
|
+
/**
|
|
8813
|
+
* @param {number} value
|
|
8814
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8815
|
+
*/
|
|
8816
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setBucketWidthSeconds = function(value) {
|
|
8817
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
8818
|
+
};
|
|
8819
|
+
|
|
8820
|
+
|
|
8821
|
+
/**
|
|
8822
|
+
* optional int32 max_buckets = 5;
|
|
8823
|
+
* @return {number}
|
|
8824
|
+
*/
|
|
8825
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getMaxBuckets = function() {
|
|
8826
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
8827
|
+
};
|
|
8828
|
+
|
|
8829
|
+
|
|
8830
|
+
/**
|
|
8831
|
+
* @param {number} value
|
|
8832
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8833
|
+
*/
|
|
8834
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setMaxBuckets = function(value) {
|
|
8835
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
8836
|
+
};
|
|
8837
|
+
|
|
8838
|
+
|
|
8839
|
+
/**
|
|
8840
|
+
* repeated string llm_model_filter = 6;
|
|
8841
|
+
* @return {!Array<string>}
|
|
8842
|
+
*/
|
|
8843
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmModelFilterList = function() {
|
|
8844
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 6));
|
|
8845
|
+
};
|
|
8846
|
+
|
|
8847
|
+
|
|
8848
|
+
/**
|
|
8849
|
+
* @param {!Array<string>} value
|
|
8850
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8851
|
+
*/
|
|
8852
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmModelFilterList = function(value) {
|
|
8853
|
+
return jspb.Message.setField(this, 6, value || []);
|
|
8854
|
+
};
|
|
8855
|
+
|
|
8856
|
+
|
|
8857
|
+
/**
|
|
8858
|
+
* @param {string} value
|
|
8859
|
+
* @param {number=} opt_index
|
|
8860
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8861
|
+
*/
|
|
8862
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmModelFilter = function(value, opt_index) {
|
|
8863
|
+
return jspb.Message.addToRepeatedField(this, 6, value, opt_index);
|
|
8864
|
+
};
|
|
8865
|
+
|
|
8866
|
+
|
|
8867
|
+
/**
|
|
8868
|
+
* Clears the list making it empty but non-null.
|
|
8869
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8870
|
+
*/
|
|
8871
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmModelFilterList = function() {
|
|
8872
|
+
return this.setLlmModelFilterList([]);
|
|
8873
|
+
};
|
|
8874
|
+
|
|
8875
|
+
|
|
8876
|
+
/**
|
|
8877
|
+
* repeated string llm_provider_filter = 7;
|
|
8878
|
+
* @return {!Array<string>}
|
|
8879
|
+
*/
|
|
8880
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmProviderFilterList = function() {
|
|
8881
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
|
|
8882
|
+
};
|
|
8883
|
+
|
|
8884
|
+
|
|
8885
|
+
/**
|
|
8886
|
+
* @param {!Array<string>} value
|
|
8887
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8888
|
+
*/
|
|
8889
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmProviderFilterList = function(value) {
|
|
8890
|
+
return jspb.Message.setField(this, 7, value || []);
|
|
8891
|
+
};
|
|
8892
|
+
|
|
8893
|
+
|
|
8894
|
+
/**
|
|
8895
|
+
* @param {string} value
|
|
8896
|
+
* @param {number=} opt_index
|
|
8897
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8898
|
+
*/
|
|
8899
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmProviderFilter = function(value, opt_index) {
|
|
8900
|
+
return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
|
|
8901
|
+
};
|
|
8902
|
+
|
|
8903
|
+
|
|
8904
|
+
/**
|
|
8905
|
+
* Clears the list making it empty but non-null.
|
|
8906
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8907
|
+
*/
|
|
8908
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmProviderFilterList = function() {
|
|
8909
|
+
return this.setLlmProviderFilterList([]);
|
|
8910
|
+
};
|
|
8911
|
+
|
|
8912
|
+
|
|
8913
|
+
/**
|
|
8914
|
+
* repeated string llm_agent_name_filter = 8;
|
|
8915
|
+
* @return {!Array<string>}
|
|
8916
|
+
*/
|
|
8917
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmAgentNameFilterList = function() {
|
|
8918
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
8919
|
+
};
|
|
8920
|
+
|
|
8921
|
+
|
|
8922
|
+
/**
|
|
8923
|
+
* @param {!Array<string>} value
|
|
8924
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8925
|
+
*/
|
|
8926
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmAgentNameFilterList = function(value) {
|
|
8927
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
8928
|
+
};
|
|
8929
|
+
|
|
8930
|
+
|
|
8931
|
+
/**
|
|
8932
|
+
* @param {string} value
|
|
8933
|
+
* @param {number=} opt_index
|
|
8934
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8935
|
+
*/
|
|
8936
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmAgentNameFilter = function(value, opt_index) {
|
|
8937
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
8938
|
+
};
|
|
8939
|
+
|
|
8940
|
+
|
|
8941
|
+
/**
|
|
8942
|
+
* Clears the list making it empty but non-null.
|
|
8943
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8944
|
+
*/
|
|
8945
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmAgentNameFilterList = function() {
|
|
8946
|
+
return this.setLlmAgentNameFilterList([]);
|
|
8947
|
+
};
|
|
8948
|
+
|
|
8949
|
+
|
|
8950
|
+
/**
|
|
8951
|
+
* repeated string llm_tool_name_filter = 9;
|
|
8952
|
+
* @return {!Array<string>}
|
|
8953
|
+
*/
|
|
8954
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmToolNameFilterList = function() {
|
|
8955
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
|
|
8956
|
+
};
|
|
8957
|
+
|
|
8958
|
+
|
|
8959
|
+
/**
|
|
8960
|
+
* @param {!Array<string>} value
|
|
8961
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8962
|
+
*/
|
|
8963
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmToolNameFilterList = function(value) {
|
|
8964
|
+
return jspb.Message.setField(this, 9, value || []);
|
|
8965
|
+
};
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
/**
|
|
8969
|
+
* @param {string} value
|
|
8970
|
+
* @param {number=} opt_index
|
|
8971
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8972
|
+
*/
|
|
8973
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmToolNameFilter = function(value, opt_index) {
|
|
8974
|
+
return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
|
|
8975
|
+
};
|
|
8976
|
+
|
|
8977
|
+
|
|
8978
|
+
/**
|
|
8979
|
+
* Clears the list making it empty but non-null.
|
|
8980
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8981
|
+
*/
|
|
8982
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmToolNameFilterList = function() {
|
|
8983
|
+
return this.setLlmToolNameFilterList([]);
|
|
8984
|
+
};
|
|
8985
|
+
|
|
8986
|
+
|
|
8987
|
+
/**
|
|
8988
|
+
* repeated CcaiServiceProvider llm_ccai_service_provider_filter = 10;
|
|
8989
|
+
* @return {!Array<!proto.ondewo.nlu.CcaiServiceProvider>}
|
|
8990
|
+
*/
|
|
8991
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getLlmCcaiServiceProviderFilterList = function() {
|
|
8992
|
+
return /** @type {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} */ (jspb.Message.getRepeatedField(this, 10));
|
|
8993
|
+
};
|
|
8994
|
+
|
|
8995
|
+
|
|
8996
|
+
/**
|
|
8997
|
+
* @param {!Array<!proto.ondewo.nlu.CcaiServiceProvider>} value
|
|
8998
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
8999
|
+
*/
|
|
9000
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setLlmCcaiServiceProviderFilterList = function(value) {
|
|
9001
|
+
return jspb.Message.setField(this, 10, value || []);
|
|
9002
|
+
};
|
|
9003
|
+
|
|
9004
|
+
|
|
9005
|
+
/**
|
|
9006
|
+
* @param {!proto.ondewo.nlu.CcaiServiceProvider} value
|
|
9007
|
+
* @param {number=} opt_index
|
|
9008
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9009
|
+
*/
|
|
9010
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.addLlmCcaiServiceProviderFilter = function(value, opt_index) {
|
|
9011
|
+
return jspb.Message.addToRepeatedField(this, 10, value, opt_index);
|
|
9012
|
+
};
|
|
9013
|
+
|
|
9014
|
+
|
|
9015
|
+
/**
|
|
9016
|
+
* Clears the list making it empty but non-null.
|
|
9017
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9018
|
+
*/
|
|
9019
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearLlmCcaiServiceProviderFilterList = function() {
|
|
9020
|
+
return this.setLlmCcaiServiceProviderFilterList([]);
|
|
9021
|
+
};
|
|
9022
|
+
|
|
9023
|
+
|
|
9024
|
+
/**
|
|
9025
|
+
* optional google.protobuf.FieldMask field_mask = 11;
|
|
9026
|
+
* @return {?proto.google.protobuf.FieldMask}
|
|
9027
|
+
*/
|
|
9028
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.getFieldMask = function() {
|
|
9029
|
+
return /** @type{?proto.google.protobuf.FieldMask} */ (
|
|
9030
|
+
jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 11));
|
|
9031
|
+
};
|
|
9032
|
+
|
|
9033
|
+
|
|
9034
|
+
/**
|
|
9035
|
+
* @param {?proto.google.protobuf.FieldMask|undefined} value
|
|
9036
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9037
|
+
*/
|
|
9038
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.setFieldMask = function(value) {
|
|
9039
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
9040
|
+
};
|
|
9041
|
+
|
|
9042
|
+
|
|
9043
|
+
/**
|
|
9044
|
+
* Clears the message field making it undefined.
|
|
9045
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest} returns this
|
|
9046
|
+
*/
|
|
9047
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.clearFieldMask = function() {
|
|
9048
|
+
return this.setFieldMask(undefined);
|
|
9049
|
+
};
|
|
9050
|
+
|
|
9051
|
+
|
|
9052
|
+
/**
|
|
9053
|
+
* Returns whether this field is set.
|
|
9054
|
+
* @return {boolean}
|
|
9055
|
+
*/
|
|
9056
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesRequest.prototype.hasFieldMask = function() {
|
|
9057
|
+
return jspb.Message.getField(this, 11) != null;
|
|
9058
|
+
};
|
|
9059
|
+
|
|
9060
|
+
|
|
9061
|
+
|
|
9062
|
+
|
|
9063
|
+
|
|
9064
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9065
|
+
/**
|
|
9066
|
+
* Creates an object representation of this proto.
|
|
9067
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
9068
|
+
* Optional fields that are not set will be set to undefined.
|
|
9069
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
9070
|
+
* For the list of reserved names please see:
|
|
9071
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
9072
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
9073
|
+
* JSPB instance for transitional soy proto support:
|
|
9074
|
+
* http://goto/soy-param-migration
|
|
9075
|
+
* @return {!Object}
|
|
9076
|
+
*/
|
|
9077
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.toObject = function(opt_includeInstance) {
|
|
9078
|
+
return proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject(opt_includeInstance, this);
|
|
9079
|
+
};
|
|
9080
|
+
|
|
9081
|
+
|
|
9082
|
+
/**
|
|
9083
|
+
* Static version of the {@see toObject} method.
|
|
9084
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
9085
|
+
* the JSPB instance for transitional soy proto support:
|
|
9086
|
+
* http://goto/soy-param-migration
|
|
9087
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} msg The msg instance to transform.
|
|
9088
|
+
* @return {!Object}
|
|
9089
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
9090
|
+
*/
|
|
9091
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject = function(includeInstance, msg) {
|
|
9092
|
+
var f, obj = {
|
|
9093
|
+
bucketStart: (f = msg.getBucketStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9094
|
+
bucketEnd: (f = msg.getBucketEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9095
|
+
llmTelemetryReport: (f = msg.getLlmTelemetryReport()) && ondewo_nlu_session_pb.LlmTelemetryReport.toObject(includeInstance, f)
|
|
9096
|
+
};
|
|
9097
|
+
|
|
9098
|
+
if (includeInstance) {
|
|
9099
|
+
obj.$jspbMessageInstance = msg;
|
|
9100
|
+
}
|
|
9101
|
+
return obj;
|
|
9102
|
+
};
|
|
9103
|
+
}
|
|
9104
|
+
|
|
9105
|
+
|
|
9106
|
+
/**
|
|
9107
|
+
* Deserializes binary data (in protobuf wire format).
|
|
9108
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
9109
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
9110
|
+
*/
|
|
9111
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinary = function(bytes) {
|
|
9112
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
9113
|
+
var msg = new proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket;
|
|
9114
|
+
return proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader(msg, reader);
|
|
7390
9115
|
};
|
|
7391
9116
|
|
|
7392
9117
|
|
|
7393
9118
|
/**
|
|
7394
|
-
*
|
|
7395
|
-
*
|
|
9119
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
9120
|
+
* given reader into the given message object.
|
|
9121
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} msg The message object to deserialize into.
|
|
9122
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
9123
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
7396
9124
|
*/
|
|
7397
|
-
proto.ondewo.nlu.
|
|
7398
|
-
|
|
9125
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader = function(msg, reader) {
|
|
9126
|
+
while (reader.nextField()) {
|
|
9127
|
+
if (reader.isEndGroup()) {
|
|
9128
|
+
break;
|
|
9129
|
+
}
|
|
9130
|
+
var field = reader.getFieldNumber();
|
|
9131
|
+
switch (field) {
|
|
9132
|
+
case 1:
|
|
9133
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
9134
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
9135
|
+
msg.setBucketStart(value);
|
|
9136
|
+
break;
|
|
9137
|
+
case 2:
|
|
9138
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
9139
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
9140
|
+
msg.setBucketEnd(value);
|
|
9141
|
+
break;
|
|
9142
|
+
case 3:
|
|
9143
|
+
var value = new ondewo_nlu_session_pb.LlmTelemetryReport;
|
|
9144
|
+
reader.readMessage(value,ondewo_nlu_session_pb.LlmTelemetryReport.deserializeBinaryFromReader);
|
|
9145
|
+
msg.setLlmTelemetryReport(value);
|
|
9146
|
+
break;
|
|
9147
|
+
default:
|
|
9148
|
+
reader.skipField();
|
|
9149
|
+
break;
|
|
9150
|
+
}
|
|
9151
|
+
}
|
|
9152
|
+
return msg;
|
|
7399
9153
|
};
|
|
7400
9154
|
|
|
7401
9155
|
|
|
7402
9156
|
/**
|
|
7403
|
-
*
|
|
7404
|
-
* @return {
|
|
9157
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
9158
|
+
* @return {!Uint8Array}
|
|
7405
9159
|
*/
|
|
7406
|
-
proto.ondewo.nlu.
|
|
7407
|
-
|
|
9160
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.serializeBinary = function() {
|
|
9161
|
+
var writer = new jspb.BinaryWriter();
|
|
9162
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter(this, writer);
|
|
9163
|
+
return writer.getResultBuffer();
|
|
7408
9164
|
};
|
|
7409
9165
|
|
|
7410
9166
|
|
|
7411
9167
|
/**
|
|
7412
|
-
*
|
|
7413
|
-
*
|
|
9168
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
9169
|
+
* format), writing to the given BinaryWriter.
|
|
9170
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} message
|
|
9171
|
+
* @param {!jspb.BinaryWriter} writer
|
|
9172
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7414
9173
|
*/
|
|
7415
|
-
proto.ondewo.nlu.
|
|
7416
|
-
|
|
9174
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter = function(message, writer) {
|
|
9175
|
+
var f = undefined;
|
|
9176
|
+
f = message.getBucketStart();
|
|
9177
|
+
if (f != null) {
|
|
9178
|
+
writer.writeMessage(
|
|
9179
|
+
1,
|
|
9180
|
+
f,
|
|
9181
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
9182
|
+
);
|
|
9183
|
+
}
|
|
9184
|
+
f = message.getBucketEnd();
|
|
9185
|
+
if (f != null) {
|
|
9186
|
+
writer.writeMessage(
|
|
9187
|
+
2,
|
|
9188
|
+
f,
|
|
9189
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
9190
|
+
);
|
|
9191
|
+
}
|
|
9192
|
+
f = message.getLlmTelemetryReport();
|
|
9193
|
+
if (f != null) {
|
|
9194
|
+
writer.writeMessage(
|
|
9195
|
+
3,
|
|
9196
|
+
f,
|
|
9197
|
+
ondewo_nlu_session_pb.LlmTelemetryReport.serializeBinaryToWriter
|
|
9198
|
+
);
|
|
9199
|
+
}
|
|
7417
9200
|
};
|
|
7418
9201
|
|
|
7419
9202
|
|
|
7420
9203
|
/**
|
|
7421
|
-
*
|
|
7422
|
-
* @return {
|
|
9204
|
+
* optional google.protobuf.Timestamp bucket_start = 1;
|
|
9205
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
7423
9206
|
*/
|
|
7424
|
-
proto.ondewo.nlu.
|
|
7425
|
-
return /** @type
|
|
9207
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getBucketStart = function() {
|
|
9208
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
9209
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
7426
9210
|
};
|
|
7427
9211
|
|
|
7428
9212
|
|
|
7429
9213
|
/**
|
|
7430
|
-
* @param {
|
|
7431
|
-
* @return {!proto.ondewo.nlu.
|
|
7432
|
-
|
|
7433
|
-
proto.ondewo.nlu.
|
|
7434
|
-
return jspb.Message.
|
|
9214
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
9215
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9216
|
+
*/
|
|
9217
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setBucketStart = function(value) {
|
|
9218
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7435
9219
|
};
|
|
7436
9220
|
|
|
7437
9221
|
|
|
7438
9222
|
/**
|
|
7439
|
-
*
|
|
7440
|
-
* @
|
|
7441
|
-
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
9223
|
+
* Clears the message field making it undefined.
|
|
9224
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
7442
9225
|
*/
|
|
7443
|
-
proto.ondewo.nlu.
|
|
7444
|
-
return
|
|
9226
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearBucketStart = function() {
|
|
9227
|
+
return this.setBucketStart(undefined);
|
|
7445
9228
|
};
|
|
7446
9229
|
|
|
7447
9230
|
|
|
7448
9231
|
/**
|
|
7449
|
-
*
|
|
7450
|
-
* @return {
|
|
9232
|
+
* Returns whether this field is set.
|
|
9233
|
+
* @return {boolean}
|
|
7451
9234
|
*/
|
|
7452
|
-
proto.ondewo.nlu.
|
|
7453
|
-
return
|
|
9235
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasBucketStart = function() {
|
|
9236
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7454
9237
|
};
|
|
7455
9238
|
|
|
7456
9239
|
|
|
7457
9240
|
/**
|
|
7458
|
-
*
|
|
7459
|
-
* @return {
|
|
9241
|
+
* optional google.protobuf.Timestamp bucket_end = 2;
|
|
9242
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
7460
9243
|
*/
|
|
7461
|
-
proto.ondewo.nlu.
|
|
7462
|
-
return /** @type
|
|
9244
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getBucketEnd = function() {
|
|
9245
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
9246
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
|
|
7463
9247
|
};
|
|
7464
9248
|
|
|
7465
9249
|
|
|
7466
9250
|
/**
|
|
7467
|
-
* @param {
|
|
7468
|
-
* @return {!proto.ondewo.nlu.
|
|
7469
|
-
|
|
7470
|
-
proto.ondewo.nlu.
|
|
7471
|
-
return jspb.Message.
|
|
9251
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
9252
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
9253
|
+
*/
|
|
9254
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setBucketEnd = function(value) {
|
|
9255
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
7472
9256
|
};
|
|
7473
9257
|
|
|
7474
9258
|
|
|
7475
9259
|
/**
|
|
7476
|
-
*
|
|
7477
|
-
* @
|
|
7478
|
-
* @return {!proto.ondewo.nlu.GetSessionsStatisticsRequest} returns this
|
|
9260
|
+
* Clears the message field making it undefined.
|
|
9261
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
7479
9262
|
*/
|
|
7480
|
-
proto.ondewo.nlu.
|
|
7481
|
-
return
|
|
9263
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearBucketEnd = function() {
|
|
9264
|
+
return this.setBucketEnd(undefined);
|
|
7482
9265
|
};
|
|
7483
9266
|
|
|
7484
9267
|
|
|
7485
9268
|
/**
|
|
7486
|
-
*
|
|
7487
|
-
* @return {
|
|
9269
|
+
* Returns whether this field is set.
|
|
9270
|
+
* @return {boolean}
|
|
7488
9271
|
*/
|
|
7489
|
-
proto.ondewo.nlu.
|
|
7490
|
-
return
|
|
9272
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasBucketEnd = function() {
|
|
9273
|
+
return jspb.Message.getField(this, 2) != null;
|
|
7491
9274
|
};
|
|
7492
9275
|
|
|
7493
9276
|
|
|
7494
9277
|
/**
|
|
7495
|
-
* optional
|
|
7496
|
-
* @return {?proto.
|
|
9278
|
+
* optional LlmTelemetryReport llm_telemetry_report = 3;
|
|
9279
|
+
* @return {?proto.ondewo.nlu.LlmTelemetryReport}
|
|
7497
9280
|
*/
|
|
7498
|
-
proto.ondewo.nlu.
|
|
7499
|
-
return /** @type{?proto.
|
|
7500
|
-
jspb.Message.getWrapperField(this,
|
|
9281
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.getLlmTelemetryReport = function() {
|
|
9282
|
+
return /** @type{?proto.ondewo.nlu.LlmTelemetryReport} */ (
|
|
9283
|
+
jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.LlmTelemetryReport, 3));
|
|
7501
9284
|
};
|
|
7502
9285
|
|
|
7503
9286
|
|
|
7504
9287
|
/**
|
|
7505
|
-
* @param {?proto.
|
|
7506
|
-
* @return {!proto.ondewo.nlu.
|
|
9288
|
+
* @param {?proto.ondewo.nlu.LlmTelemetryReport|undefined} value
|
|
9289
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
7507
9290
|
*/
|
|
7508
|
-
proto.ondewo.nlu.
|
|
7509
|
-
return jspb.Message.setWrapperField(this,
|
|
9291
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.setLlmTelemetryReport = function(value) {
|
|
9292
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
7510
9293
|
};
|
|
7511
9294
|
|
|
7512
9295
|
|
|
7513
9296
|
/**
|
|
7514
9297
|
* Clears the message field making it undefined.
|
|
7515
|
-
* @return {!proto.ondewo.nlu.
|
|
9298
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket} returns this
|
|
7516
9299
|
*/
|
|
7517
|
-
proto.ondewo.nlu.
|
|
7518
|
-
return this.
|
|
9300
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.clearLlmTelemetryReport = function() {
|
|
9301
|
+
return this.setLlmTelemetryReport(undefined);
|
|
7519
9302
|
};
|
|
7520
9303
|
|
|
7521
9304
|
|
|
@@ -7523,29 +9306,18 @@ proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.clearFieldMask = functio
|
|
|
7523
9306
|
* Returns whether this field is set.
|
|
7524
9307
|
* @return {boolean}
|
|
7525
9308
|
*/
|
|
7526
|
-
proto.ondewo.nlu.
|
|
7527
|
-
return jspb.Message.getField(this,
|
|
9309
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.prototype.hasLlmTelemetryReport = function() {
|
|
9310
|
+
return jspb.Message.getField(this, 3) != null;
|
|
7528
9311
|
};
|
|
7529
9312
|
|
|
7530
9313
|
|
|
7531
|
-
/**
|
|
7532
|
-
* optional string sql_query = 10;
|
|
7533
|
-
* @return {string}
|
|
7534
|
-
*/
|
|
7535
|
-
proto.ondewo.nlu.GetSessionsStatisticsRequest.prototype.getSqlQuery = function() {
|
|
7536
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
7537
|
-
};
|
|
7538
|
-
|
|
7539
9314
|
|
|
7540
9315
|
/**
|
|
7541
|
-
*
|
|
7542
|
-
* @
|
|
9316
|
+
* List of repeated fields within this message type.
|
|
9317
|
+
* @private {!Array<number>}
|
|
9318
|
+
* @const
|
|
7543
9319
|
*/
|
|
7544
|
-
proto.ondewo.nlu.
|
|
7545
|
-
return jspb.Message.setProto3StringField(this, 10, value);
|
|
7546
|
-
};
|
|
7547
|
-
|
|
7548
|
-
|
|
9320
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.repeatedFields_ = [1];
|
|
7549
9321
|
|
|
7550
9322
|
|
|
7551
9323
|
|
|
@@ -7562,8 +9334,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
7562
9334
|
* http://goto/soy-param-migration
|
|
7563
9335
|
* @return {!Object}
|
|
7564
9336
|
*/
|
|
7565
|
-
proto.ondewo.nlu.
|
|
7566
|
-
return proto.ondewo.nlu.
|
|
9337
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.toObject = function(opt_includeInstance) {
|
|
9338
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.toObject(opt_includeInstance, this);
|
|
7567
9339
|
};
|
|
7568
9340
|
|
|
7569
9341
|
|
|
@@ -7572,15 +9344,15 @@ proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.toObject = function(opt
|
|
|
7572
9344
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7573
9345
|
* the JSPB instance for transitional soy proto support:
|
|
7574
9346
|
* http://goto/soy-param-migration
|
|
7575
|
-
* @param {!proto.ondewo.nlu.
|
|
9347
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} msg The msg instance to transform.
|
|
7576
9348
|
* @return {!Object}
|
|
7577
9349
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7578
9350
|
*/
|
|
7579
|
-
proto.ondewo.nlu.
|
|
9351
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.toObject = function(includeInstance, msg) {
|
|
7580
9352
|
var f, obj = {
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
9353
|
+
llmTelemetryTimeSeriesBucketsList: jspb.Message.toObjectList(msg.getLlmTelemetryTimeSeriesBucketsList(),
|
|
9354
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.toObject, includeInstance),
|
|
9355
|
+
bucketWidthSeconds: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
7584
9356
|
};
|
|
7585
9357
|
|
|
7586
9358
|
if (includeInstance) {
|
|
@@ -7594,23 +9366,23 @@ type: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
|
7594
9366
|
/**
|
|
7595
9367
|
* Deserializes binary data (in protobuf wire format).
|
|
7596
9368
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7597
|
-
* @return {!proto.ondewo.nlu.
|
|
9369
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse}
|
|
7598
9370
|
*/
|
|
7599
|
-
proto.ondewo.nlu.
|
|
9371
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinary = function(bytes) {
|
|
7600
9372
|
var reader = new jspb.BinaryReader(bytes);
|
|
7601
|
-
var msg = new proto.ondewo.nlu.
|
|
7602
|
-
return proto.ondewo.nlu.
|
|
9373
|
+
var msg = new proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse;
|
|
9374
|
+
return proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinaryFromReader(msg, reader);
|
|
7603
9375
|
};
|
|
7604
9376
|
|
|
7605
9377
|
|
|
7606
9378
|
/**
|
|
7607
9379
|
* Deserializes binary data (in protobuf wire format) from the
|
|
7608
9380
|
* given reader into the given message object.
|
|
7609
|
-
* @param {!proto.ondewo.nlu.
|
|
9381
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} msg The message object to deserialize into.
|
|
7610
9382
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7611
|
-
* @return {!proto.ondewo.nlu.
|
|
9383
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse}
|
|
7612
9384
|
*/
|
|
7613
|
-
proto.ondewo.nlu.
|
|
9385
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7614
9386
|
while (reader.nextField()) {
|
|
7615
9387
|
if (reader.isEndGroup()) {
|
|
7616
9388
|
break;
|
|
@@ -7618,16 +9390,13 @@ proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinaryFromReader = fun
|
|
|
7618
9390
|
var field = reader.getFieldNumber();
|
|
7619
9391
|
switch (field) {
|
|
7620
9392
|
case 1:
|
|
7621
|
-
var value =
|
|
7622
|
-
|
|
9393
|
+
var value = new proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket;
|
|
9394
|
+
reader.readMessage(value,proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.deserializeBinaryFromReader);
|
|
9395
|
+
msg.addLlmTelemetryTimeSeriesBuckets(value);
|
|
7623
9396
|
break;
|
|
7624
9397
|
case 2:
|
|
7625
|
-
var value = /** @type {
|
|
7626
|
-
msg.
|
|
7627
|
-
break;
|
|
7628
|
-
case 3:
|
|
7629
|
-
var value = /** @type {!proto.ondewo.nlu.SessionsReportType} */ (reader.readEnum());
|
|
7630
|
-
msg.setType(value);
|
|
9398
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
9399
|
+
msg.setBucketWidthSeconds(value);
|
|
7631
9400
|
break;
|
|
7632
9401
|
default:
|
|
7633
9402
|
reader.skipField();
|
|
@@ -7642,9 +9411,9 @@ proto.ondewo.nlu.GetSessionsStatisticsResponse.deserializeBinaryFromReader = fun
|
|
|
7642
9411
|
* Serializes the message to binary data (in protobuf wire format).
|
|
7643
9412
|
* @return {!Uint8Array}
|
|
7644
9413
|
*/
|
|
7645
|
-
proto.ondewo.nlu.
|
|
9414
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.serializeBinary = function() {
|
|
7646
9415
|
var writer = new jspb.BinaryWriter();
|
|
7647
|
-
proto.ondewo.nlu.
|
|
9416
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.serializeBinaryToWriter(this, writer);
|
|
7648
9417
|
return writer.getResultBuffer();
|
|
7649
9418
|
};
|
|
7650
9419
|
|
|
@@ -7652,111 +9421,83 @@ proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.serializeBinary = funct
|
|
|
7652
9421
|
/**
|
|
7653
9422
|
* Serializes the given message to binary data (in protobuf wire
|
|
7654
9423
|
* format), writing to the given BinaryWriter.
|
|
7655
|
-
* @param {!proto.ondewo.nlu.
|
|
9424
|
+
* @param {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} message
|
|
7656
9425
|
* @param {!jspb.BinaryWriter} writer
|
|
7657
9426
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7658
9427
|
*/
|
|
7659
|
-
proto.ondewo.nlu.
|
|
9428
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7660
9429
|
var f = undefined;
|
|
7661
|
-
f = message.
|
|
9430
|
+
f = message.getLlmTelemetryTimeSeriesBucketsList();
|
|
7662
9431
|
if (f.length > 0) {
|
|
7663
|
-
writer.
|
|
9432
|
+
writer.writeRepeatedMessage(
|
|
7664
9433
|
1,
|
|
7665
|
-
f
|
|
9434
|
+
f,
|
|
9435
|
+
proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket.serializeBinaryToWriter
|
|
7666
9436
|
);
|
|
7667
9437
|
}
|
|
7668
|
-
f = message.
|
|
7669
|
-
if (f !== 0
|
|
7670
|
-
writer.
|
|
9438
|
+
f = message.getBucketWidthSeconds();
|
|
9439
|
+
if (f !== 0) {
|
|
9440
|
+
writer.writeInt32(
|
|
7671
9441
|
2,
|
|
7672
9442
|
f
|
|
7673
9443
|
);
|
|
7674
9444
|
}
|
|
7675
|
-
f = message.getType();
|
|
7676
|
-
if (f !== 0.0) {
|
|
7677
|
-
writer.writeEnum(
|
|
7678
|
-
3,
|
|
7679
|
-
f
|
|
7680
|
-
);
|
|
7681
|
-
}
|
|
7682
|
-
};
|
|
7683
|
-
|
|
7684
|
-
|
|
7685
|
-
/**
|
|
7686
|
-
* optional bytes reports = 1;
|
|
7687
|
-
* @return {!(string|Uint8Array)}
|
|
7688
|
-
*/
|
|
7689
|
-
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getReports = function() {
|
|
7690
|
-
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
7691
9445
|
};
|
|
7692
9446
|
|
|
7693
9447
|
|
|
7694
9448
|
/**
|
|
7695
|
-
*
|
|
7696
|
-
*
|
|
7697
|
-
* @return {string}
|
|
7698
|
-
*/
|
|
7699
|
-
proto.ondewo.nlu.GetSessionsStatisticsResponse.prototype.getReports_asB64 = function() {
|
|
7700
|
-
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
7701
|
-
this.getReports()));
|
|
7702
|
-
};
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
/**
|
|
7706
|
-
* optional bytes reports = 1;
|
|
7707
|
-
* Note that Uint8Array is not supported on all browsers.
|
|
7708
|
-
* @see http://caniuse.com/Uint8Array
|
|
7709
|
-
* This is a type-conversion wrapper around `getReports()`
|
|
7710
|
-
* @return {!Uint8Array}
|
|
9449
|
+
* repeated LlmTelemetryTimeSeriesBucket llm_telemetry_time_series_buckets = 1;
|
|
9450
|
+
* @return {!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>}
|
|
7711
9451
|
*/
|
|
7712
|
-
proto.ondewo.nlu.
|
|
7713
|
-
return /** @type
|
|
7714
|
-
|
|
9452
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.getLlmTelemetryTimeSeriesBucketsList = function() {
|
|
9453
|
+
return /** @type{!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>} */ (
|
|
9454
|
+
jspb.Message.getRepeatedWrapperField(this, proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, 1));
|
|
7715
9455
|
};
|
|
7716
9456
|
|
|
7717
9457
|
|
|
7718
9458
|
/**
|
|
7719
|
-
* @param {!
|
|
7720
|
-
* @return {!proto.ondewo.nlu.
|
|
7721
|
-
|
|
7722
|
-
proto.ondewo.nlu.
|
|
7723
|
-
return jspb.Message.
|
|
9459
|
+
* @param {!Array<!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket>} value
|
|
9460
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
9461
|
+
*/
|
|
9462
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.setLlmTelemetryTimeSeriesBucketsList = function(value) {
|
|
9463
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
7724
9464
|
};
|
|
7725
9465
|
|
|
7726
9466
|
|
|
7727
9467
|
/**
|
|
7728
|
-
*
|
|
7729
|
-
* @
|
|
9468
|
+
* @param {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket=} opt_value
|
|
9469
|
+
* @param {number=} opt_index
|
|
9470
|
+
* @return {!proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket}
|
|
7730
9471
|
*/
|
|
7731
|
-
proto.ondewo.nlu.
|
|
7732
|
-
return
|
|
9472
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.addLlmTelemetryTimeSeriesBuckets = function(opt_value, opt_index) {
|
|
9473
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.ondewo.nlu.LlmTelemetryTimeSeriesBucket, opt_index);
|
|
7733
9474
|
};
|
|
7734
9475
|
|
|
7735
9476
|
|
|
7736
9477
|
/**
|
|
7737
|
-
*
|
|
7738
|
-
* @return {!proto.ondewo.nlu.
|
|
9478
|
+
* Clears the list making it empty but non-null.
|
|
9479
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
7739
9480
|
*/
|
|
7740
|
-
proto.ondewo.nlu.
|
|
7741
|
-
return
|
|
9481
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.clearLlmTelemetryTimeSeriesBucketsList = function() {
|
|
9482
|
+
return this.setLlmTelemetryTimeSeriesBucketsList([]);
|
|
7742
9483
|
};
|
|
7743
9484
|
|
|
7744
9485
|
|
|
7745
9486
|
/**
|
|
7746
|
-
* optional
|
|
7747
|
-
* @return {
|
|
9487
|
+
* optional int32 bucket_width_seconds = 2;
|
|
9488
|
+
* @return {number}
|
|
7748
9489
|
*/
|
|
7749
|
-
proto.ondewo.nlu.
|
|
7750
|
-
return /** @type {
|
|
9490
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.getBucketWidthSeconds = function() {
|
|
9491
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7751
9492
|
};
|
|
7752
9493
|
|
|
7753
9494
|
|
|
7754
9495
|
/**
|
|
7755
|
-
* @param {
|
|
7756
|
-
* @return {!proto.ondewo.nlu.
|
|
9496
|
+
* @param {number} value
|
|
9497
|
+
* @return {!proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse} returns this
|
|
7757
9498
|
*/
|
|
7758
|
-
proto.ondewo.nlu.
|
|
7759
|
-
return jspb.Message.
|
|
9499
|
+
proto.ondewo.nlu.GetSessionsStatisticsTimeSeriesResponse.prototype.setBucketWidthSeconds = function(value) {
|
|
9500
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
7760
9501
|
};
|
|
7761
9502
|
|
|
7762
9503
|
|
|
@@ -20388,7 +22129,28 @@ proto.ondewo.nlu.ReportType = {
|
|
|
20388
22129
|
INTENT_PER_LANGUAGE: 1,
|
|
20389
22130
|
ENTITY_PER_LANGUAGE: 2,
|
|
20390
22131
|
ENTITY_COLLISION: 3,
|
|
20391
|
-
INTENT_GENERAL: 4
|
|
22132
|
+
INTENT_GENERAL: 4,
|
|
22133
|
+
AGENT_LLM_TOKEN_USAGE: 5,
|
|
22134
|
+
AGENT_LLM_MODELS_USED: 6,
|
|
22135
|
+
AGENT_LLM_PROVIDERS_USED: 7,
|
|
22136
|
+
AGENT_LLM_CCAI_SERVICES_USED: 8,
|
|
22137
|
+
AGENT_LLM_AGENTS_USED: 9,
|
|
22138
|
+
AGENT_LLM_ERRORS: 10,
|
|
22139
|
+
AGENT_LLM_CACHE_EFFICIENCY: 11,
|
|
22140
|
+
AGENT_LLM_REASONING_EFFORT: 12,
|
|
22141
|
+
AGENT_LLM_TOP_X_TOOLS: 13,
|
|
22142
|
+
AGENT_LLM_LEAST_X_TOOLS: 14,
|
|
22143
|
+
AGENT_LLM_LATENCY: 15,
|
|
22144
|
+
AGENT_LLM_FINISH_REASONS: 16,
|
|
22145
|
+
AGENT_LLM_TOTAL_STATISTICS: 17,
|
|
22146
|
+
AGENT_LLM_INPUT_TOKEN_USAGE: 18,
|
|
22147
|
+
AGENT_LLM_OUTPUT_TOKEN_USAGE: 19,
|
|
22148
|
+
AGENT_LLM_THINKING_TOKEN_USAGE: 20,
|
|
22149
|
+
AGENT_LLM_TOOL_CALL_TOKEN_USAGE: 21,
|
|
22150
|
+
AGENT_LLM_TOP_X_MODELS: 22,
|
|
22151
|
+
AGENT_LLM_TOP_X_CCAI_SERVICE_PROVIDERS: 23,
|
|
22152
|
+
AGENT_LLM_TOP_X_AGENT_NAMES: 24,
|
|
22153
|
+
AGENT_LLM_SAFETY: 25
|
|
20392
22154
|
};
|
|
20393
22155
|
|
|
20394
22156
|
/**
|
|
@@ -20412,7 +22174,31 @@ proto.ondewo.nlu.SessionsReportType = {
|
|
|
20412
22174
|
SESSION_LEAST_X_USERS: 14,
|
|
20413
22175
|
SESSION_LEAST_X_LABELS: 15,
|
|
20414
22176
|
SESSION_LEAST_X_TAGS: 16,
|
|
20415
|
-
TOTAL_STATISTICS: 17
|
|
22177
|
+
TOTAL_STATISTICS: 17,
|
|
22178
|
+
SESSION_LLM_TOKEN_USAGE: 18,
|
|
22179
|
+
SESSION_LLM_TOOL_CALLS: 19,
|
|
22180
|
+
SESSION_LLM_THINKING: 20,
|
|
22181
|
+
SESSION_LLM_FINISH_REASONS: 21,
|
|
22182
|
+
SESSION_LLM_LATENCY: 22,
|
|
22183
|
+
SESSION_LLM_RAG_METRICS: 23,
|
|
22184
|
+
SESSION_LLM_MODELS_USED: 24,
|
|
22185
|
+
SESSION_LLM_PROVIDERS_USED: 25,
|
|
22186
|
+
SESSION_LLM_CCAI_SERVICES_USED: 26,
|
|
22187
|
+
SESSION_LLM_AGENTS_USED: 27,
|
|
22188
|
+
SESSION_LLM_ERRORS: 28,
|
|
22189
|
+
SESSION_LLM_CACHE_EFFICIENCY: 29,
|
|
22190
|
+
SESSION_LLM_REASONING_EFFORT: 30,
|
|
22191
|
+
SESSION_LLM_TOP_X_TOOLS: 31,
|
|
22192
|
+
SESSION_LLM_LEAST_X_TOOLS: 32,
|
|
22193
|
+
SESSION_LLM_TOTAL_STATISTICS: 33,
|
|
22194
|
+
SESSION_LLM_INPUT_TOKEN_USAGE: 34,
|
|
22195
|
+
SESSION_LLM_OUTPUT_TOKEN_USAGE: 35,
|
|
22196
|
+
SESSION_LLM_THINKING_TOKEN_USAGE: 36,
|
|
22197
|
+
SESSION_LLM_TOOL_CALL_TOKEN_USAGE: 37,
|
|
22198
|
+
SESSION_LLM_TOP_X_MODELS: 38,
|
|
22199
|
+
SESSION_LLM_TOP_X_CCAI_SERVICE_PROVIDERS: 39,
|
|
22200
|
+
SESSION_LLM_TOP_X_AGENT_NAMES: 40,
|
|
22201
|
+
SESSION_LLM_SAFETY: 41
|
|
20416
22202
|
};
|
|
20417
22203
|
|
|
20418
22204
|
/**
|