@rapidaai/react 1.1.43 → 1.1.44
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/dist/{chunk-TYICJNMK.mjs → chunk-HQHWE2DO.mjs} +415 -303
- package/dist/chunk-HQHWE2DO.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +414 -302
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-AXkdmexr.d.mts → device-selector-C2no2MF2.d.mts} +87 -369
- package/dist/{device-selector-AXkdmexr.d.ts → device-selector-C2no2MF2.d.ts} +87 -369
- package/dist/index.d.mts +5 -45
- package/dist/index.d.ts +5 -45
- package/dist/index.js +565 -1685
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +152 -1381
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-TYICJNMK.mjs.map +0 -1
|
@@ -8877,7 +8877,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8877
8877
|
proto.assistant_api.AssistantWhatsappDeployment.displayName = "proto.assistant_api.AssistantWhatsappDeployment";
|
|
8878
8878
|
}
|
|
8879
8879
|
proto.assistant_api.AssistantDebuggerDeployment = function(opt_data) {
|
|
8880
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
8880
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_);
|
|
8881
8881
|
};
|
|
8882
8882
|
goog.inherits(proto.assistant_api.AssistantDebuggerDeployment, jspb.Message);
|
|
8883
8883
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -8953,7 +8953,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8953
8953
|
common_pb.Metadata.toObject,
|
|
8954
8954
|
includeInstance
|
|
8955
8955
|
),
|
|
8956
|
-
audioproviderid: jspb.Message.getFieldWithDefault(msg, 4, "0"),
|
|
8957
8956
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
8958
8957
|
audiotype: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
8959
8958
|
};
|
|
@@ -8994,13 +8993,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8994
8993
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
8995
8994
|
msg.addAudiooptions(value);
|
|
8996
8995
|
break;
|
|
8997
|
-
case 4:
|
|
8998
|
-
var value = (
|
|
8999
|
-
/** @type {string} */
|
|
9000
|
-
reader.readUint64String()
|
|
9001
|
-
);
|
|
9002
|
-
msg.setAudioproviderid(value);
|
|
9003
|
-
break;
|
|
9004
8996
|
case 5:
|
|
9005
8997
|
var value = (
|
|
9006
8998
|
/** @type {string} */
|
|
@@ -9051,13 +9043,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9051
9043
|
common_pb.Metadata.serializeBinaryToWriter
|
|
9052
9044
|
);
|
|
9053
9045
|
}
|
|
9054
|
-
f = message.getAudioproviderid();
|
|
9055
|
-
if (parseInt(f, 10) !== 0) {
|
|
9056
|
-
writer.writeUint64String(
|
|
9057
|
-
4,
|
|
9058
|
-
f
|
|
9059
|
-
);
|
|
9060
|
-
}
|
|
9061
9046
|
f = message.getStatus();
|
|
9062
9047
|
if (f.length > 0) {
|
|
9063
9048
|
writer.writeString(
|
|
@@ -9106,15 +9091,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9106
9091
|
proto.assistant_api.DeploymentAudioProvider.prototype.clearAudiooptionsList = function() {
|
|
9107
9092
|
return this.setAudiooptionsList([]);
|
|
9108
9093
|
};
|
|
9109
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.getAudioproviderid = function() {
|
|
9110
|
-
return (
|
|
9111
|
-
/** @type {string} */
|
|
9112
|
-
jspb.Message.getFieldWithDefault(this, 4, "0")
|
|
9113
|
-
);
|
|
9114
|
-
};
|
|
9115
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.setAudioproviderid = function(value) {
|
|
9116
|
-
return jspb.Message.setProto3StringIntField(this, 4, value);
|
|
9117
|
-
};
|
|
9118
9094
|
proto.assistant_api.DeploymentAudioProvider.prototype.getStatus = function() {
|
|
9119
9095
|
return (
|
|
9120
9096
|
/** @type {string} */
|
|
@@ -9157,7 +9133,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9157
9133
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
9158
9134
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9159
9135
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9160
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9161
9136
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9162
9137
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9163
9138
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
@@ -9169,7 +9144,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9169
9144
|
uploadfileenabled: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
9170
9145
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9171
9146
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9172
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
9147
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
9148
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
9149
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
9150
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
9173
9151
|
};
|
|
9174
9152
|
if (includeInstance) {
|
|
9175
9153
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9224,13 +9202,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9224
9202
|
);
|
|
9225
9203
|
msg.setMistake(value);
|
|
9226
9204
|
break;
|
|
9227
|
-
case 12:
|
|
9228
|
-
var value = (
|
|
9229
|
-
/** @type {string} */
|
|
9230
|
-
reader.readString()
|
|
9231
|
-
);
|
|
9232
|
-
msg.setEnding(value);
|
|
9233
|
-
break;
|
|
9234
9205
|
case 13:
|
|
9235
9206
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9236
9207
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9305,6 +9276,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9305
9276
|
);
|
|
9306
9277
|
msg.setStatus(value);
|
|
9307
9278
|
break;
|
|
9279
|
+
case 29:
|
|
9280
|
+
var value = (
|
|
9281
|
+
/** @type {string} */
|
|
9282
|
+
reader.readUint64String()
|
|
9283
|
+
);
|
|
9284
|
+
msg.setMaxsessionduration(value);
|
|
9285
|
+
break;
|
|
9286
|
+
case 30:
|
|
9287
|
+
var value = (
|
|
9288
|
+
/** @type {string} */
|
|
9289
|
+
reader.readUint64String()
|
|
9290
|
+
);
|
|
9291
|
+
msg.setIdealtimeout(value);
|
|
9292
|
+
break;
|
|
9293
|
+
case 31:
|
|
9294
|
+
var value = (
|
|
9295
|
+
/** @type {string} */
|
|
9296
|
+
reader.readString()
|
|
9297
|
+
);
|
|
9298
|
+
msg.setIdealtimeoutmessage(value);
|
|
9299
|
+
break;
|
|
9308
9300
|
default:
|
|
9309
9301
|
reader.skipField();
|
|
9310
9302
|
break;
|
|
@@ -9356,14 +9348,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9356
9348
|
f
|
|
9357
9349
|
);
|
|
9358
9350
|
}
|
|
9359
|
-
f = /** @type {string} */
|
|
9360
|
-
jspb.Message.getField(message, 12);
|
|
9361
|
-
if (f != null) {
|
|
9362
|
-
writer.writeString(
|
|
9363
|
-
12,
|
|
9364
|
-
f
|
|
9365
|
-
);
|
|
9366
|
-
}
|
|
9367
9351
|
f = message.getInputaudio();
|
|
9368
9352
|
if (f != null) {
|
|
9369
9353
|
writer.writeMessage(
|
|
@@ -9454,6 +9438,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9454
9438
|
f
|
|
9455
9439
|
);
|
|
9456
9440
|
}
|
|
9441
|
+
f = message.getMaxsessionduration();
|
|
9442
|
+
if (parseInt(f, 10) !== 0) {
|
|
9443
|
+
writer.writeUint64String(
|
|
9444
|
+
29,
|
|
9445
|
+
f
|
|
9446
|
+
);
|
|
9447
|
+
}
|
|
9448
|
+
f = message.getIdealtimeout();
|
|
9449
|
+
if (parseInt(f, 10) !== 0) {
|
|
9450
|
+
writer.writeUint64String(
|
|
9451
|
+
30,
|
|
9452
|
+
f
|
|
9453
|
+
);
|
|
9454
|
+
}
|
|
9455
|
+
f = message.getIdealtimeoutmessage();
|
|
9456
|
+
if (f.length > 0) {
|
|
9457
|
+
writer.writeString(
|
|
9458
|
+
31,
|
|
9459
|
+
f
|
|
9460
|
+
);
|
|
9461
|
+
}
|
|
9457
9462
|
};
|
|
9458
9463
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getId = function() {
|
|
9459
9464
|
return (
|
|
@@ -9512,21 +9517,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9512
9517
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasMistake = function() {
|
|
9513
9518
|
return jspb.Message.getField(this, 11) != null;
|
|
9514
9519
|
};
|
|
9515
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getEnding = function() {
|
|
9516
|
-
return (
|
|
9517
|
-
/** @type {string} */
|
|
9518
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9519
|
-
);
|
|
9520
|
-
};
|
|
9521
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setEnding = function(value) {
|
|
9522
|
-
return jspb.Message.setField(this, 12, value);
|
|
9523
|
-
};
|
|
9524
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearEnding = function() {
|
|
9525
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9526
|
-
};
|
|
9527
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasEnding = function() {
|
|
9528
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9529
|
-
};
|
|
9530
9520
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getInputaudio = function() {
|
|
9531
9521
|
return (
|
|
9532
9522
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -9677,6 +9667,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9677
9667
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.setStatus = function(value) {
|
|
9678
9668
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
9679
9669
|
};
|
|
9670
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getMaxsessionduration = function() {
|
|
9671
|
+
return (
|
|
9672
|
+
/** @type {string} */
|
|
9673
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
9674
|
+
);
|
|
9675
|
+
};
|
|
9676
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setMaxsessionduration = function(value) {
|
|
9677
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
9678
|
+
};
|
|
9679
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getIdealtimeout = function() {
|
|
9680
|
+
return (
|
|
9681
|
+
/** @type {string} */
|
|
9682
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
9683
|
+
);
|
|
9684
|
+
};
|
|
9685
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setIdealtimeout = function(value) {
|
|
9686
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
9687
|
+
};
|
|
9688
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
9689
|
+
return (
|
|
9690
|
+
/** @type {string} */
|
|
9691
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
9692
|
+
);
|
|
9693
|
+
};
|
|
9694
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
9695
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
9696
|
+
};
|
|
9680
9697
|
proto.assistant_api.AssistantPhoneDeployment.repeatedFields_ = [17];
|
|
9681
9698
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9682
9699
|
proto.assistant_api.AssistantPhoneDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9688,11 +9705,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9688
9705
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
9689
9706
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9690
9707
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9691
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9692
9708
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9693
9709
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9694
9710
|
phoneprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
9695
|
-
phoneproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
9696
9711
|
phoneoptionsList: jspb.Message.toObjectList(
|
|
9697
9712
|
msg.getPhoneoptionsList(),
|
|
9698
9713
|
common_pb.Metadata.toObject,
|
|
@@ -9700,7 +9715,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9700
9715
|
),
|
|
9701
9716
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9702
9717
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9703
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
9718
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
9719
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
9720
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
9721
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
9704
9722
|
};
|
|
9705
9723
|
if (includeInstance) {
|
|
9706
9724
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9748,13 +9766,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9748
9766
|
);
|
|
9749
9767
|
msg.setMistake(value);
|
|
9750
9768
|
break;
|
|
9751
|
-
case 12:
|
|
9752
|
-
var value = (
|
|
9753
|
-
/** @type {string} */
|
|
9754
|
-
reader.readString()
|
|
9755
|
-
);
|
|
9756
|
-
msg.setEnding(value);
|
|
9757
|
-
break;
|
|
9758
9769
|
case 13:
|
|
9759
9770
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9760
9771
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9772,13 +9783,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9772
9783
|
);
|
|
9773
9784
|
msg.setPhoneprovidername(value);
|
|
9774
9785
|
break;
|
|
9775
|
-
case 16:
|
|
9776
|
-
var value = (
|
|
9777
|
-
/** @type {string} */
|
|
9778
|
-
reader.readUint64String()
|
|
9779
|
-
);
|
|
9780
|
-
msg.setPhoneproviderid(value);
|
|
9781
|
-
break;
|
|
9782
9786
|
case 17:
|
|
9783
9787
|
var value = new common_pb.Metadata();
|
|
9784
9788
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -9801,6 +9805,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9801
9805
|
);
|
|
9802
9806
|
msg.setStatus(value);
|
|
9803
9807
|
break;
|
|
9808
|
+
case 29:
|
|
9809
|
+
var value = (
|
|
9810
|
+
/** @type {string} */
|
|
9811
|
+
reader.readUint64String()
|
|
9812
|
+
);
|
|
9813
|
+
msg.setMaxsessionduration(value);
|
|
9814
|
+
break;
|
|
9815
|
+
case 30:
|
|
9816
|
+
var value = (
|
|
9817
|
+
/** @type {string} */
|
|
9818
|
+
reader.readUint64String()
|
|
9819
|
+
);
|
|
9820
|
+
msg.setIdealtimeout(value);
|
|
9821
|
+
break;
|
|
9822
|
+
case 31:
|
|
9823
|
+
var value = (
|
|
9824
|
+
/** @type {string} */
|
|
9825
|
+
reader.readString()
|
|
9826
|
+
);
|
|
9827
|
+
msg.setIdealtimeoutmessage(value);
|
|
9828
|
+
break;
|
|
9804
9829
|
default:
|
|
9805
9830
|
reader.skipField();
|
|
9806
9831
|
break;
|
|
@@ -9845,14 +9870,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9845
9870
|
f
|
|
9846
9871
|
);
|
|
9847
9872
|
}
|
|
9848
|
-
f = /** @type {string} */
|
|
9849
|
-
jspb.Message.getField(message, 12);
|
|
9850
|
-
if (f != null) {
|
|
9851
|
-
writer.writeString(
|
|
9852
|
-
12,
|
|
9853
|
-
f
|
|
9854
|
-
);
|
|
9855
|
-
}
|
|
9856
9873
|
f = message.getInputaudio();
|
|
9857
9874
|
if (f != null) {
|
|
9858
9875
|
writer.writeMessage(
|
|
@@ -9876,13 +9893,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9876
9893
|
f
|
|
9877
9894
|
);
|
|
9878
9895
|
}
|
|
9879
|
-
f = message.getPhoneproviderid();
|
|
9880
|
-
if (parseInt(f, 10) !== 0) {
|
|
9881
|
-
writer.writeUint64String(
|
|
9882
|
-
16,
|
|
9883
|
-
f
|
|
9884
|
-
);
|
|
9885
|
-
}
|
|
9886
9896
|
f = message.getPhoneoptionsList();
|
|
9887
9897
|
if (f.length > 0) {
|
|
9888
9898
|
writer.writeRepeatedMessage(
|
|
@@ -9914,6 +9924,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9914
9924
|
f
|
|
9915
9925
|
);
|
|
9916
9926
|
}
|
|
9927
|
+
f = message.getMaxsessionduration();
|
|
9928
|
+
if (parseInt(f, 10) !== 0) {
|
|
9929
|
+
writer.writeUint64String(
|
|
9930
|
+
29,
|
|
9931
|
+
f
|
|
9932
|
+
);
|
|
9933
|
+
}
|
|
9934
|
+
f = message.getIdealtimeout();
|
|
9935
|
+
if (parseInt(f, 10) !== 0) {
|
|
9936
|
+
writer.writeUint64String(
|
|
9937
|
+
30,
|
|
9938
|
+
f
|
|
9939
|
+
);
|
|
9940
|
+
}
|
|
9941
|
+
f = message.getIdealtimeoutmessage();
|
|
9942
|
+
if (f.length > 0) {
|
|
9943
|
+
writer.writeString(
|
|
9944
|
+
31,
|
|
9945
|
+
f
|
|
9946
|
+
);
|
|
9947
|
+
}
|
|
9917
9948
|
};
|
|
9918
9949
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getId = function() {
|
|
9919
9950
|
return (
|
|
@@ -9963,21 +9994,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9963
9994
|
proto.assistant_api.AssistantPhoneDeployment.prototype.hasMistake = function() {
|
|
9964
9995
|
return jspb.Message.getField(this, 11) != null;
|
|
9965
9996
|
};
|
|
9966
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getEnding = function() {
|
|
9967
|
-
return (
|
|
9968
|
-
/** @type {string} */
|
|
9969
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9970
|
-
);
|
|
9971
|
-
};
|
|
9972
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setEnding = function(value) {
|
|
9973
|
-
return jspb.Message.setField(this, 12, value);
|
|
9974
|
-
};
|
|
9975
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.clearEnding = function() {
|
|
9976
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9977
|
-
};
|
|
9978
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.hasEnding = function() {
|
|
9979
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9980
|
-
};
|
|
9981
9997
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getInputaudio = function() {
|
|
9982
9998
|
return (
|
|
9983
9999
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -10017,15 +10033,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10017
10033
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneprovidername = function(value) {
|
|
10018
10034
|
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10019
10035
|
};
|
|
10020
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneproviderid = function() {
|
|
10021
|
-
return (
|
|
10022
|
-
/** @type {string} */
|
|
10023
|
-
jspb.Message.getFieldWithDefault(this, 16, "0")
|
|
10024
|
-
);
|
|
10025
|
-
};
|
|
10026
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneproviderid = function(value) {
|
|
10027
|
-
return jspb.Message.setProto3StringIntField(this, 16, value);
|
|
10028
|
-
};
|
|
10029
10036
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneoptionsList = function() {
|
|
10030
10037
|
return (
|
|
10031
10038
|
/** @type{!Array<!proto.Metadata>} */
|
|
@@ -10080,6 +10087,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10080
10087
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setStatus = function(value) {
|
|
10081
10088
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10082
10089
|
};
|
|
10090
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getMaxsessionduration = function() {
|
|
10091
|
+
return (
|
|
10092
|
+
/** @type {string} */
|
|
10093
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10094
|
+
);
|
|
10095
|
+
};
|
|
10096
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10097
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
10098
|
+
};
|
|
10099
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getIdealtimeout = function() {
|
|
10100
|
+
return (
|
|
10101
|
+
/** @type {string} */
|
|
10102
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
10103
|
+
);
|
|
10104
|
+
};
|
|
10105
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setIdealtimeout = function(value) {
|
|
10106
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
10107
|
+
};
|
|
10108
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
10109
|
+
return (
|
|
10110
|
+
/** @type {string} */
|
|
10111
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
10112
|
+
);
|
|
10113
|
+
};
|
|
10114
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10115
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10116
|
+
};
|
|
10083
10117
|
proto.assistant_api.AssistantWhatsappDeployment.repeatedFields_ = [17];
|
|
10084
10118
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10085
10119
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -10092,9 +10126,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10092
10126
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10093
10127
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10094
10128
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10095
|
-
|
|
10129
|
+
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10130
|
+
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10096
10131
|
whatsappprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10097
|
-
whatsappproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
10098
10132
|
whatsappoptionsList: jspb.Message.toObjectList(
|
|
10099
10133
|
msg.getWhatsappoptionsList(),
|
|
10100
10134
|
common_pb.Metadata.toObject,
|
|
@@ -10102,7 +10136,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10102
10136
|
),
|
|
10103
10137
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10104
10138
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10105
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
10139
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
10140
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
10141
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
10142
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10106
10143
|
};
|
|
10107
10144
|
if (includeInstance) {
|
|
10108
10145
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10157,12 +10194,15 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10157
10194
|
);
|
|
10158
10195
|
msg.setMistake(value);
|
|
10159
10196
|
break;
|
|
10160
|
-
case
|
|
10161
|
-
var value = (
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10197
|
+
case 13:
|
|
10198
|
+
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10199
|
+
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
10200
|
+
msg.setInputaudio(value);
|
|
10201
|
+
break;
|
|
10202
|
+
case 14:
|
|
10203
|
+
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10204
|
+
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
10205
|
+
msg.setOutputaudio(value);
|
|
10166
10206
|
break;
|
|
10167
10207
|
case 15:
|
|
10168
10208
|
var value = (
|
|
@@ -10171,13 +10211,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10171
10211
|
);
|
|
10172
10212
|
msg.setWhatsappprovidername(value);
|
|
10173
10213
|
break;
|
|
10174
|
-
case 16:
|
|
10175
|
-
var value = (
|
|
10176
|
-
/** @type {string} */
|
|
10177
|
-
reader.readUint64String()
|
|
10178
|
-
);
|
|
10179
|
-
msg.setWhatsappproviderid(value);
|
|
10180
|
-
break;
|
|
10181
10214
|
case 17:
|
|
10182
10215
|
var value = new common_pb.Metadata();
|
|
10183
10216
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10200,6 +10233,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10200
10233
|
);
|
|
10201
10234
|
msg.setStatus(value);
|
|
10202
10235
|
break;
|
|
10236
|
+
case 29:
|
|
10237
|
+
var value = (
|
|
10238
|
+
/** @type {string} */
|
|
10239
|
+
reader.readUint64String()
|
|
10240
|
+
);
|
|
10241
|
+
msg.setMaxsessionduration(value);
|
|
10242
|
+
break;
|
|
10243
|
+
case 30:
|
|
10244
|
+
var value = (
|
|
10245
|
+
/** @type {string} */
|
|
10246
|
+
reader.readUint64String()
|
|
10247
|
+
);
|
|
10248
|
+
msg.setIdealtimeout(value);
|
|
10249
|
+
break;
|
|
10250
|
+
case 31:
|
|
10251
|
+
var value = (
|
|
10252
|
+
/** @type {string} */
|
|
10253
|
+
reader.readString()
|
|
10254
|
+
);
|
|
10255
|
+
msg.setIdealtimeoutmessage(value);
|
|
10256
|
+
break;
|
|
10203
10257
|
default:
|
|
10204
10258
|
reader.skipField();
|
|
10205
10259
|
break;
|
|
@@ -10251,12 +10305,20 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10251
10305
|
f
|
|
10252
10306
|
);
|
|
10253
10307
|
}
|
|
10254
|
-
f =
|
|
10255
|
-
jspb.Message.getField(message, 12);
|
|
10308
|
+
f = message.getInputaudio();
|
|
10256
10309
|
if (f != null) {
|
|
10257
|
-
writer.
|
|
10258
|
-
|
|
10259
|
-
f
|
|
10310
|
+
writer.writeMessage(
|
|
10311
|
+
13,
|
|
10312
|
+
f,
|
|
10313
|
+
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
10314
|
+
);
|
|
10315
|
+
}
|
|
10316
|
+
f = message.getOutputaudio();
|
|
10317
|
+
if (f != null) {
|
|
10318
|
+
writer.writeMessage(
|
|
10319
|
+
14,
|
|
10320
|
+
f,
|
|
10321
|
+
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
10260
10322
|
);
|
|
10261
10323
|
}
|
|
10262
10324
|
f = message.getWhatsappprovidername();
|
|
@@ -10266,13 +10328,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10266
10328
|
f
|
|
10267
10329
|
);
|
|
10268
10330
|
}
|
|
10269
|
-
f = message.getWhatsappproviderid();
|
|
10270
|
-
if (parseInt(f, 10) !== 0) {
|
|
10271
|
-
writer.writeUint64String(
|
|
10272
|
-
16,
|
|
10273
|
-
f
|
|
10274
|
-
);
|
|
10275
|
-
}
|
|
10276
10331
|
f = message.getWhatsappoptionsList();
|
|
10277
10332
|
if (f.length > 0) {
|
|
10278
10333
|
writer.writeRepeatedMessage(
|
|
@@ -10304,6 +10359,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10304
10359
|
f
|
|
10305
10360
|
);
|
|
10306
10361
|
}
|
|
10362
|
+
f = message.getMaxsessionduration();
|
|
10363
|
+
if (parseInt(f, 10) !== 0) {
|
|
10364
|
+
writer.writeUint64String(
|
|
10365
|
+
29,
|
|
10366
|
+
f
|
|
10367
|
+
);
|
|
10368
|
+
}
|
|
10369
|
+
f = message.getIdealtimeout();
|
|
10370
|
+
if (parseInt(f, 10) !== 0) {
|
|
10371
|
+
writer.writeUint64String(
|
|
10372
|
+
30,
|
|
10373
|
+
f
|
|
10374
|
+
);
|
|
10375
|
+
}
|
|
10376
|
+
f = message.getIdealtimeoutmessage();
|
|
10377
|
+
if (f.length > 0) {
|
|
10378
|
+
writer.writeString(
|
|
10379
|
+
31,
|
|
10380
|
+
f
|
|
10381
|
+
);
|
|
10382
|
+
}
|
|
10307
10383
|
};
|
|
10308
10384
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getId = function() {
|
|
10309
10385
|
return (
|
|
@@ -10362,38 +10438,44 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10362
10438
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasMistake = function() {
|
|
10363
10439
|
return jspb.Message.getField(this, 11) != null;
|
|
10364
10440
|
};
|
|
10365
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10441
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getInputaudio = function() {
|
|
10366
10442
|
return (
|
|
10367
|
-
/** @type
|
|
10368
|
-
jspb.Message.
|
|
10443
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10444
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 13)
|
|
10369
10445
|
);
|
|
10370
10446
|
};
|
|
10371
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10372
|
-
return jspb.Message.
|
|
10447
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setInputaudio = function(value) {
|
|
10448
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
10373
10449
|
};
|
|
10374
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10375
|
-
return
|
|
10450
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearInputaudio = function() {
|
|
10451
|
+
return this.setInputaudio(void 0);
|
|
10376
10452
|
};
|
|
10377
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10378
|
-
return jspb.Message.getField(this,
|
|
10453
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasInputaudio = function() {
|
|
10454
|
+
return jspb.Message.getField(this, 13) != null;
|
|
10379
10455
|
};
|
|
10380
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10456
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getOutputaudio = function() {
|
|
10381
10457
|
return (
|
|
10382
|
-
/** @type
|
|
10383
|
-
jspb.Message.
|
|
10458
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10459
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 14)
|
|
10384
10460
|
);
|
|
10385
10461
|
};
|
|
10386
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10387
|
-
return jspb.Message.
|
|
10462
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setOutputaudio = function(value) {
|
|
10463
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
10464
|
+
};
|
|
10465
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearOutputaudio = function() {
|
|
10466
|
+
return this.setOutputaudio(void 0);
|
|
10467
|
+
};
|
|
10468
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasOutputaudio = function() {
|
|
10469
|
+
return jspb.Message.getField(this, 14) != null;
|
|
10388
10470
|
};
|
|
10389
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10471
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappprovidername = function() {
|
|
10390
10472
|
return (
|
|
10391
10473
|
/** @type {string} */
|
|
10392
|
-
jspb.Message.getFieldWithDefault(this,
|
|
10474
|
+
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
10393
10475
|
);
|
|
10394
10476
|
};
|
|
10395
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10396
|
-
return jspb.Message.
|
|
10477
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setWhatsappprovidername = function(value) {
|
|
10478
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10397
10479
|
};
|
|
10398
10480
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappoptionsList = function() {
|
|
10399
10481
|
return (
|
|
@@ -10449,7 +10531,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10449
10531
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.setStatus = function(value) {
|
|
10450
10532
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10451
10533
|
};
|
|
10452
|
-
proto.assistant_api.
|
|
10534
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getMaxsessionduration = function() {
|
|
10535
|
+
return (
|
|
10536
|
+
/** @type {string} */
|
|
10537
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10538
|
+
);
|
|
10539
|
+
};
|
|
10540
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10541
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
10542
|
+
};
|
|
10543
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getIdealtimeout = function() {
|
|
10544
|
+
return (
|
|
10545
|
+
/** @type {string} */
|
|
10546
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
10547
|
+
);
|
|
10548
|
+
};
|
|
10549
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setIdealtimeout = function(value) {
|
|
10550
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
10551
|
+
};
|
|
10552
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
10553
|
+
return (
|
|
10554
|
+
/** @type {string} */
|
|
10555
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
10556
|
+
);
|
|
10557
|
+
};
|
|
10558
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10559
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10560
|
+
};
|
|
10453
10561
|
proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_ = [[15, 16]];
|
|
10454
10562
|
proto.assistant_api.AssistantDebuggerDeployment.IconCase = {
|
|
10455
10563
|
ICON_NOT_SET: 0,
|
|
@@ -10473,15 +10581,16 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10473
10581
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10474
10582
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10475
10583
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10476
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10477
10584
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10478
10585
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10479
10586
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10480
10587
|
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
10481
|
-
suggestionList: (f = jspb.Message.getRepeatedField(msg, 20)) == null ? void 0 : f,
|
|
10482
10588
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10483
10589
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10484
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
10590
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
10591
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
10592
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
10593
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10485
10594
|
};
|
|
10486
10595
|
if (includeInstance) {
|
|
10487
10596
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10536,13 +10645,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10536
10645
|
);
|
|
10537
10646
|
msg.setMistake(value);
|
|
10538
10647
|
break;
|
|
10539
|
-
case 12:
|
|
10540
|
-
var value = (
|
|
10541
|
-
/** @type {string} */
|
|
10542
|
-
reader.readString()
|
|
10543
|
-
);
|
|
10544
|
-
msg.setEnding(value);
|
|
10545
|
-
break;
|
|
10546
10648
|
case 13:
|
|
10547
10649
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10548
10650
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10565,13 +10667,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10565
10667
|
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
10566
10668
|
msg.setRaw(value);
|
|
10567
10669
|
break;
|
|
10568
|
-
case 20:
|
|
10569
|
-
var value = (
|
|
10570
|
-
/** @type {string} */
|
|
10571
|
-
reader.readString()
|
|
10572
|
-
);
|
|
10573
|
-
msg.addSuggestion(value);
|
|
10574
|
-
break;
|
|
10575
10670
|
case 26:
|
|
10576
10671
|
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
10577
10672
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
@@ -10589,6 +10684,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10589
10684
|
);
|
|
10590
10685
|
msg.setStatus(value);
|
|
10591
10686
|
break;
|
|
10687
|
+
case 29:
|
|
10688
|
+
var value = (
|
|
10689
|
+
/** @type {string} */
|
|
10690
|
+
reader.readUint64String()
|
|
10691
|
+
);
|
|
10692
|
+
msg.setMaxsessionduration(value);
|
|
10693
|
+
break;
|
|
10694
|
+
case 30:
|
|
10695
|
+
var value = (
|
|
10696
|
+
/** @type {string} */
|
|
10697
|
+
reader.readUint64String()
|
|
10698
|
+
);
|
|
10699
|
+
msg.setIdealtimeout(value);
|
|
10700
|
+
break;
|
|
10701
|
+
case 31:
|
|
10702
|
+
var value = (
|
|
10703
|
+
/** @type {string} */
|
|
10704
|
+
reader.readString()
|
|
10705
|
+
);
|
|
10706
|
+
msg.setIdealtimeoutmessage(value);
|
|
10707
|
+
break;
|
|
10592
10708
|
default:
|
|
10593
10709
|
reader.skipField();
|
|
10594
10710
|
break;
|
|
@@ -10640,14 +10756,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10640
10756
|
f
|
|
10641
10757
|
);
|
|
10642
10758
|
}
|
|
10643
|
-
f = /** @type {string} */
|
|
10644
|
-
jspb.Message.getField(message, 12);
|
|
10645
|
-
if (f != null) {
|
|
10646
|
-
writer.writeString(
|
|
10647
|
-
12,
|
|
10648
|
-
f
|
|
10649
|
-
);
|
|
10650
|
-
}
|
|
10651
10759
|
f = message.getInputaudio();
|
|
10652
10760
|
if (f != null) {
|
|
10653
10761
|
writer.writeMessage(
|
|
@@ -10680,13 +10788,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10680
10788
|
common_pb.Content.serializeBinaryToWriter
|
|
10681
10789
|
);
|
|
10682
10790
|
}
|
|
10683
|
-
f = message.getSuggestionList();
|
|
10684
|
-
if (f.length > 0) {
|
|
10685
|
-
writer.writeRepeatedString(
|
|
10686
|
-
20,
|
|
10687
|
-
f
|
|
10688
|
-
);
|
|
10689
|
-
}
|
|
10690
10791
|
f = message.getCreateddate();
|
|
10691
10792
|
if (f != null) {
|
|
10692
10793
|
writer.writeMessage(
|
|
@@ -10710,6 +10811,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10710
10811
|
f
|
|
10711
10812
|
);
|
|
10712
10813
|
}
|
|
10814
|
+
f = message.getMaxsessionduration();
|
|
10815
|
+
if (parseInt(f, 10) !== 0) {
|
|
10816
|
+
writer.writeUint64String(
|
|
10817
|
+
29,
|
|
10818
|
+
f
|
|
10819
|
+
);
|
|
10820
|
+
}
|
|
10821
|
+
f = message.getIdealtimeout();
|
|
10822
|
+
if (parseInt(f, 10) !== 0) {
|
|
10823
|
+
writer.writeUint64String(
|
|
10824
|
+
30,
|
|
10825
|
+
f
|
|
10826
|
+
);
|
|
10827
|
+
}
|
|
10828
|
+
f = message.getIdealtimeoutmessage();
|
|
10829
|
+
if (f.length > 0) {
|
|
10830
|
+
writer.writeString(
|
|
10831
|
+
31,
|
|
10832
|
+
f
|
|
10833
|
+
);
|
|
10834
|
+
}
|
|
10713
10835
|
};
|
|
10714
10836
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getId = function() {
|
|
10715
10837
|
return (
|
|
@@ -10768,21 +10890,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10768
10890
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasMistake = function() {
|
|
10769
10891
|
return jspb.Message.getField(this, 11) != null;
|
|
10770
10892
|
};
|
|
10771
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getEnding = function() {
|
|
10772
|
-
return (
|
|
10773
|
-
/** @type {string} */
|
|
10774
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
10775
|
-
);
|
|
10776
|
-
};
|
|
10777
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setEnding = function(value) {
|
|
10778
|
-
return jspb.Message.setField(this, 12, value);
|
|
10779
|
-
};
|
|
10780
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearEnding = function() {
|
|
10781
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
10782
|
-
};
|
|
10783
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasEnding = function() {
|
|
10784
|
-
return jspb.Message.getField(this, 12) != null;
|
|
10785
|
-
};
|
|
10786
10893
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getInputaudio = function() {
|
|
10787
10894
|
return (
|
|
10788
10895
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -10843,21 +10950,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10843
10950
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasRaw = function() {
|
|
10844
10951
|
return jspb.Message.getField(this, 16) != null;
|
|
10845
10952
|
};
|
|
10846
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getSuggestionList = function() {
|
|
10847
|
-
return (
|
|
10848
|
-
/** @type {!Array<string>} */
|
|
10849
|
-
jspb.Message.getRepeatedField(this, 20)
|
|
10850
|
-
);
|
|
10851
|
-
};
|
|
10852
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setSuggestionList = function(value) {
|
|
10853
|
-
return jspb.Message.setField(this, 20, value || []);
|
|
10854
|
-
};
|
|
10855
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.addSuggestion = function(value, opt_index) {
|
|
10856
|
-
return jspb.Message.addToRepeatedField(this, 20, value, opt_index);
|
|
10857
|
-
};
|
|
10858
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearSuggestionList = function() {
|
|
10859
|
-
return this.setSuggestionList([]);
|
|
10860
|
-
};
|
|
10861
10953
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getCreateddate = function() {
|
|
10862
10954
|
return (
|
|
10863
10955
|
/** @type{?proto.google.protobuf.Timestamp} */
|
|
@@ -10897,6 +10989,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10897
10989
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.setStatus = function(value) {
|
|
10898
10990
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10899
10991
|
};
|
|
10992
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getMaxsessionduration = function() {
|
|
10993
|
+
return (
|
|
10994
|
+
/** @type {string} */
|
|
10995
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10996
|
+
);
|
|
10997
|
+
};
|
|
10998
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10999
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
11000
|
+
};
|
|
11001
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getIdealtimeout = function() {
|
|
11002
|
+
return (
|
|
11003
|
+
/** @type {string} */
|
|
11004
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
11005
|
+
);
|
|
11006
|
+
};
|
|
11007
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setIdealtimeout = function(value) {
|
|
11008
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
11009
|
+
};
|
|
11010
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
11011
|
+
return (
|
|
11012
|
+
/** @type {string} */
|
|
11013
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
11014
|
+
);
|
|
11015
|
+
};
|
|
11016
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
11017
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
11018
|
+
};
|
|
10900
11019
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10901
11020
|
proto.assistant_api.AssistantApiDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
10902
11021
|
return proto.assistant_api.AssistantApiDeployment.toObject(opt_includeInstance, this);
|
|
@@ -10907,12 +11026,14 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10907
11026
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
10908
11027
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10909
11028
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10910
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10911
11029
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10912
11030
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10913
11031
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10914
11032
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10915
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
11033
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
11034
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
11035
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
11036
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10916
11037
|
};
|
|
10917
11038
|
if (includeInstance) {
|
|
10918
11039
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10960,13 +11081,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10960
11081
|
);
|
|
10961
11082
|
msg.setMistake(value);
|
|
10962
11083
|
break;
|
|
10963
|
-
case 12:
|
|
10964
|
-
var value = (
|
|
10965
|
-
/** @type {string} */
|
|
10966
|
-
reader.readString()
|
|
10967
|
-
);
|
|
10968
|
-
msg.setEnding(value);
|
|
10969
|
-
break;
|
|
10970
11084
|
case 13:
|
|
10971
11085
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10972
11086
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10994,6 +11108,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10994
11108
|
);
|
|
10995
11109
|
msg.setStatus(value);
|
|
10996
11110
|
break;
|
|
11111
|
+
case 29:
|
|
11112
|
+
var value = (
|
|
11113
|
+
/** @type {string} */
|
|
11114
|
+
reader.readUint64String()
|
|
11115
|
+
);
|
|
11116
|
+
msg.setMaxsessionduration(value);
|
|
11117
|
+
break;
|
|
11118
|
+
case 30:
|
|
11119
|
+
var value = (
|
|
11120
|
+
/** @type {string} */
|
|
11121
|
+
reader.readUint64String()
|
|
11122
|
+
);
|
|
11123
|
+
msg.setIdealtimeout(value);
|
|
11124
|
+
break;
|
|
11125
|
+
case 31:
|
|
11126
|
+
var value = (
|
|
11127
|
+
/** @type {string} */
|
|
11128
|
+
reader.readString()
|
|
11129
|
+
);
|
|
11130
|
+
msg.setIdealtimeoutmessage(value);
|
|
11131
|
+
break;
|
|
10997
11132
|
default:
|
|
10998
11133
|
reader.skipField();
|
|
10999
11134
|
break;
|
|
@@ -11038,14 +11173,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11038
11173
|
f
|
|
11039
11174
|
);
|
|
11040
11175
|
}
|
|
11041
|
-
f = /** @type {string} */
|
|
11042
|
-
jspb.Message.getField(message, 12);
|
|
11043
|
-
if (f != null) {
|
|
11044
|
-
writer.writeString(
|
|
11045
|
-
12,
|
|
11046
|
-
f
|
|
11047
|
-
);
|
|
11048
|
-
}
|
|
11049
11176
|
f = message.getInputaudio();
|
|
11050
11177
|
if (f != null) {
|
|
11051
11178
|
writer.writeMessage(
|
|
@@ -11085,6 +11212,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11085
11212
|
f
|
|
11086
11213
|
);
|
|
11087
11214
|
}
|
|
11215
|
+
f = message.getMaxsessionduration();
|
|
11216
|
+
if (parseInt(f, 10) !== 0) {
|
|
11217
|
+
writer.writeUint64String(
|
|
11218
|
+
29,
|
|
11219
|
+
f
|
|
11220
|
+
);
|
|
11221
|
+
}
|
|
11222
|
+
f = message.getIdealtimeout();
|
|
11223
|
+
if (parseInt(f, 10) !== 0) {
|
|
11224
|
+
writer.writeUint64String(
|
|
11225
|
+
30,
|
|
11226
|
+
f
|
|
11227
|
+
);
|
|
11228
|
+
}
|
|
11229
|
+
f = message.getIdealtimeoutmessage();
|
|
11230
|
+
if (f.length > 0) {
|
|
11231
|
+
writer.writeString(
|
|
11232
|
+
31,
|
|
11233
|
+
f
|
|
11234
|
+
);
|
|
11235
|
+
}
|
|
11088
11236
|
};
|
|
11089
11237
|
proto.assistant_api.AssistantApiDeployment.prototype.getId = function() {
|
|
11090
11238
|
return (
|
|
@@ -11134,21 +11282,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11134
11282
|
proto.assistant_api.AssistantApiDeployment.prototype.hasMistake = function() {
|
|
11135
11283
|
return jspb.Message.getField(this, 11) != null;
|
|
11136
11284
|
};
|
|
11137
|
-
proto.assistant_api.AssistantApiDeployment.prototype.getEnding = function() {
|
|
11138
|
-
return (
|
|
11139
|
-
/** @type {string} */
|
|
11140
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11141
|
-
);
|
|
11142
|
-
};
|
|
11143
|
-
proto.assistant_api.AssistantApiDeployment.prototype.setEnding = function(value) {
|
|
11144
|
-
return jspb.Message.setField(this, 12, value);
|
|
11145
|
-
};
|
|
11146
|
-
proto.assistant_api.AssistantApiDeployment.prototype.clearEnding = function() {
|
|
11147
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11148
|
-
};
|
|
11149
|
-
proto.assistant_api.AssistantApiDeployment.prototype.hasEnding = function() {
|
|
11150
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11151
|
-
};
|
|
11152
11285
|
proto.assistant_api.AssistantApiDeployment.prototype.getInputaudio = function() {
|
|
11153
11286
|
return (
|
|
11154
11287
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11218,6 +11351,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11218
11351
|
proto.assistant_api.AssistantApiDeployment.prototype.setStatus = function(value) {
|
|
11219
11352
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11220
11353
|
};
|
|
11354
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getMaxsessionduration = function() {
|
|
11355
|
+
return (
|
|
11356
|
+
/** @type {string} */
|
|
11357
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
11358
|
+
);
|
|
11359
|
+
};
|
|
11360
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setMaxsessionduration = function(value) {
|
|
11361
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
11362
|
+
};
|
|
11363
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getIdealtimeout = function() {
|
|
11364
|
+
return (
|
|
11365
|
+
/** @type {string} */
|
|
11366
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
11367
|
+
);
|
|
11368
|
+
};
|
|
11369
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setIdealtimeout = function(value) {
|
|
11370
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
11371
|
+
};
|
|
11372
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
11373
|
+
return (
|
|
11374
|
+
/** @type {string} */
|
|
11375
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
11376
|
+
);
|
|
11377
|
+
};
|
|
11378
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
11379
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
11380
|
+
};
|
|
11221
11381
|
proto.assistant_api.CreateAssistantDeploymentRequest.oneofGroups_ = [[1, 2, 3, 4, 5]];
|
|
11222
11382
|
proto.assistant_api.CreateAssistantDeploymentRequest.DeploymentCase = {
|
|
11223
11383
|
DEPLOYMENT_NOT_SET: 0,
|
|
@@ -21380,7 +21540,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21380
21540
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.toObject = function(includeInstance, msg) {
|
|
21381
21541
|
var f, obj = {
|
|
21382
21542
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
21383
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 21, "0"),
|
|
21384
21543
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
21385
21544
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
21386
21545
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -21411,13 +21570,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21411
21570
|
reader.readMessage(value, common_pb.TextChatCompletePrompt.deserializeBinaryFromReader);
|
|
21412
21571
|
msg.setTemplate(value);
|
|
21413
21572
|
break;
|
|
21414
|
-
case 21:
|
|
21415
|
-
var value = (
|
|
21416
|
-
/** @type {string} */
|
|
21417
|
-
reader.readUint64String()
|
|
21418
|
-
);
|
|
21419
|
-
msg.setModelproviderid(value);
|
|
21420
|
-
break;
|
|
21421
21573
|
case 22:
|
|
21422
21574
|
var value = (
|
|
21423
21575
|
/** @type {string} */
|
|
@@ -21452,13 +21604,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21452
21604
|
common_pb.TextChatCompletePrompt.serializeBinaryToWriter
|
|
21453
21605
|
);
|
|
21454
21606
|
}
|
|
21455
|
-
f = message.getModelproviderid();
|
|
21456
|
-
if (parseInt(f, 10) !== 0) {
|
|
21457
|
-
writer.writeUint64String(
|
|
21458
|
-
21,
|
|
21459
|
-
f
|
|
21460
|
-
);
|
|
21461
|
-
}
|
|
21462
21607
|
f = message.getModelprovidername();
|
|
21463
21608
|
if (f.length > 0) {
|
|
21464
21609
|
writer.writeString(
|
|
@@ -21490,15 +21635,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21490
21635
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.hasTemplate = function() {
|
|
21491
21636
|
return jspb.Message.getField(this, 20) != null;
|
|
21492
21637
|
};
|
|
21493
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelproviderid = function() {
|
|
21494
|
-
return (
|
|
21495
|
-
/** @type {string} */
|
|
21496
|
-
jspb.Message.getFieldWithDefault(this, 21, "0")
|
|
21497
|
-
);
|
|
21498
|
-
};
|
|
21499
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
21500
|
-
return jspb.Message.setProto3StringIntField(this, 21, value);
|
|
21501
|
-
};
|
|
21502
21638
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelprovidername = function() {
|
|
21503
21639
|
return (
|
|
21504
21640
|
/** @type {string} */
|
|
@@ -22577,7 +22713,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22577
22713
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
22578
22714
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22579
22715
|
assistantid: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
22580
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 6, "0"),
|
|
22581
22716
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22582
22717
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
22583
22718
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -22636,13 +22771,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22636
22771
|
);
|
|
22637
22772
|
msg.setAssistantid(value);
|
|
22638
22773
|
break;
|
|
22639
|
-
case 6:
|
|
22640
|
-
var value = (
|
|
22641
|
-
/** @type {string} */
|
|
22642
|
-
reader.readUint64String()
|
|
22643
|
-
);
|
|
22644
|
-
msg.setModelproviderid(value);
|
|
22645
|
-
break;
|
|
22646
22774
|
case 7:
|
|
22647
22775
|
var value = (
|
|
22648
22776
|
/** @type {string} */
|
|
@@ -22739,13 +22867,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22739
22867
|
f
|
|
22740
22868
|
);
|
|
22741
22869
|
}
|
|
22742
|
-
f = message.getModelproviderid();
|
|
22743
|
-
if (parseInt(f, 10) !== 0) {
|
|
22744
|
-
writer.writeUint64String(
|
|
22745
|
-
6,
|
|
22746
|
-
f
|
|
22747
|
-
);
|
|
22748
|
-
}
|
|
22749
22870
|
f = message.getModelprovidername();
|
|
22750
22871
|
if (f.length > 0) {
|
|
22751
22872
|
writer.writeString(
|
|
@@ -22857,15 +22978,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22857
22978
|
proto.assistant_api.AssistantProviderModel.prototype.setAssistantid = function(value) {
|
|
22858
22979
|
return jspb.Message.setProto3IntField(this, 4, value);
|
|
22859
22980
|
};
|
|
22860
|
-
proto.assistant_api.AssistantProviderModel.prototype.getModelproviderid = function() {
|
|
22861
|
-
return (
|
|
22862
|
-
/** @type {string} */
|
|
22863
|
-
jspb.Message.getFieldWithDefault(this, 6, "0")
|
|
22864
|
-
);
|
|
22865
|
-
};
|
|
22866
|
-
proto.assistant_api.AssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
22867
|
-
return jspb.Message.setProto3StringIntField(this, 6, value);
|
|
22868
|
-
};
|
|
22869
22981
|
proto.assistant_api.AssistantProviderModel.prototype.getModelprovidername = function() {
|
|
22870
22982
|
return (
|
|
22871
22983
|
/** @type {string} */
|