@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
|
@@ -8852,7 +8852,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8852
8852
|
proto.assistant_api.AssistantWhatsappDeployment.displayName = "proto.assistant_api.AssistantWhatsappDeployment";
|
|
8853
8853
|
}
|
|
8854
8854
|
proto.assistant_api.AssistantDebuggerDeployment = function(opt_data) {
|
|
8855
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
8855
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_);
|
|
8856
8856
|
};
|
|
8857
8857
|
goog.inherits(proto.assistant_api.AssistantDebuggerDeployment, jspb.Message);
|
|
8858
8858
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -8928,7 +8928,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8928
8928
|
common_pb.Metadata.toObject,
|
|
8929
8929
|
includeInstance
|
|
8930
8930
|
),
|
|
8931
|
-
audioproviderid: jspb.Message.getFieldWithDefault(msg, 4, "0"),
|
|
8932
8931
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
8933
8932
|
audiotype: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
8934
8933
|
};
|
|
@@ -8969,13 +8968,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8969
8968
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
8970
8969
|
msg.addAudiooptions(value);
|
|
8971
8970
|
break;
|
|
8972
|
-
case 4:
|
|
8973
|
-
var value = (
|
|
8974
|
-
/** @type {string} */
|
|
8975
|
-
reader.readUint64String()
|
|
8976
|
-
);
|
|
8977
|
-
msg.setAudioproviderid(value);
|
|
8978
|
-
break;
|
|
8979
8971
|
case 5:
|
|
8980
8972
|
var value = (
|
|
8981
8973
|
/** @type {string} */
|
|
@@ -9026,13 +9018,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9026
9018
|
common_pb.Metadata.serializeBinaryToWriter
|
|
9027
9019
|
);
|
|
9028
9020
|
}
|
|
9029
|
-
f = message.getAudioproviderid();
|
|
9030
|
-
if (parseInt(f, 10) !== 0) {
|
|
9031
|
-
writer.writeUint64String(
|
|
9032
|
-
4,
|
|
9033
|
-
f
|
|
9034
|
-
);
|
|
9035
|
-
}
|
|
9036
9021
|
f = message.getStatus();
|
|
9037
9022
|
if (f.length > 0) {
|
|
9038
9023
|
writer.writeString(
|
|
@@ -9081,15 +9066,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9081
9066
|
proto.assistant_api.DeploymentAudioProvider.prototype.clearAudiooptionsList = function() {
|
|
9082
9067
|
return this.setAudiooptionsList([]);
|
|
9083
9068
|
};
|
|
9084
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.getAudioproviderid = function() {
|
|
9085
|
-
return (
|
|
9086
|
-
/** @type {string} */
|
|
9087
|
-
jspb.Message.getFieldWithDefault(this, 4, "0")
|
|
9088
|
-
);
|
|
9089
|
-
};
|
|
9090
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.setAudioproviderid = function(value) {
|
|
9091
|
-
return jspb.Message.setProto3StringIntField(this, 4, value);
|
|
9092
|
-
};
|
|
9093
9069
|
proto.assistant_api.DeploymentAudioProvider.prototype.getStatus = function() {
|
|
9094
9070
|
return (
|
|
9095
9071
|
/** @type {string} */
|
|
@@ -9132,7 +9108,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9132
9108
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
9133
9109
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9134
9110
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9135
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9136
9111
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9137
9112
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9138
9113
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
@@ -9144,7 +9119,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9144
9119
|
uploadfileenabled: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
9145
9120
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9146
9121
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9147
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
9122
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
9123
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
9124
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
9125
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
9148
9126
|
};
|
|
9149
9127
|
if (includeInstance) {
|
|
9150
9128
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9199,13 +9177,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9199
9177
|
);
|
|
9200
9178
|
msg.setMistake(value);
|
|
9201
9179
|
break;
|
|
9202
|
-
case 12:
|
|
9203
|
-
var value = (
|
|
9204
|
-
/** @type {string} */
|
|
9205
|
-
reader.readString()
|
|
9206
|
-
);
|
|
9207
|
-
msg.setEnding(value);
|
|
9208
|
-
break;
|
|
9209
9180
|
case 13:
|
|
9210
9181
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9211
9182
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9280,6 +9251,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9280
9251
|
);
|
|
9281
9252
|
msg.setStatus(value);
|
|
9282
9253
|
break;
|
|
9254
|
+
case 29:
|
|
9255
|
+
var value = (
|
|
9256
|
+
/** @type {string} */
|
|
9257
|
+
reader.readUint64String()
|
|
9258
|
+
);
|
|
9259
|
+
msg.setMaxsessionduration(value);
|
|
9260
|
+
break;
|
|
9261
|
+
case 30:
|
|
9262
|
+
var value = (
|
|
9263
|
+
/** @type {string} */
|
|
9264
|
+
reader.readUint64String()
|
|
9265
|
+
);
|
|
9266
|
+
msg.setIdealtimeout(value);
|
|
9267
|
+
break;
|
|
9268
|
+
case 31:
|
|
9269
|
+
var value = (
|
|
9270
|
+
/** @type {string} */
|
|
9271
|
+
reader.readString()
|
|
9272
|
+
);
|
|
9273
|
+
msg.setIdealtimeoutmessage(value);
|
|
9274
|
+
break;
|
|
9283
9275
|
default:
|
|
9284
9276
|
reader.skipField();
|
|
9285
9277
|
break;
|
|
@@ -9331,14 +9323,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9331
9323
|
f
|
|
9332
9324
|
);
|
|
9333
9325
|
}
|
|
9334
|
-
f = /** @type {string} */
|
|
9335
|
-
jspb.Message.getField(message, 12);
|
|
9336
|
-
if (f != null) {
|
|
9337
|
-
writer.writeString(
|
|
9338
|
-
12,
|
|
9339
|
-
f
|
|
9340
|
-
);
|
|
9341
|
-
}
|
|
9342
9326
|
f = message.getInputaudio();
|
|
9343
9327
|
if (f != null) {
|
|
9344
9328
|
writer.writeMessage(
|
|
@@ -9429,6 +9413,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9429
9413
|
f
|
|
9430
9414
|
);
|
|
9431
9415
|
}
|
|
9416
|
+
f = message.getMaxsessionduration();
|
|
9417
|
+
if (parseInt(f, 10) !== 0) {
|
|
9418
|
+
writer.writeUint64String(
|
|
9419
|
+
29,
|
|
9420
|
+
f
|
|
9421
|
+
);
|
|
9422
|
+
}
|
|
9423
|
+
f = message.getIdealtimeout();
|
|
9424
|
+
if (parseInt(f, 10) !== 0) {
|
|
9425
|
+
writer.writeUint64String(
|
|
9426
|
+
30,
|
|
9427
|
+
f
|
|
9428
|
+
);
|
|
9429
|
+
}
|
|
9430
|
+
f = message.getIdealtimeoutmessage();
|
|
9431
|
+
if (f.length > 0) {
|
|
9432
|
+
writer.writeString(
|
|
9433
|
+
31,
|
|
9434
|
+
f
|
|
9435
|
+
);
|
|
9436
|
+
}
|
|
9432
9437
|
};
|
|
9433
9438
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getId = function() {
|
|
9434
9439
|
return (
|
|
@@ -9487,21 +9492,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9487
9492
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasMistake = function() {
|
|
9488
9493
|
return jspb.Message.getField(this, 11) != null;
|
|
9489
9494
|
};
|
|
9490
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getEnding = function() {
|
|
9491
|
-
return (
|
|
9492
|
-
/** @type {string} */
|
|
9493
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9494
|
-
);
|
|
9495
|
-
};
|
|
9496
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setEnding = function(value) {
|
|
9497
|
-
return jspb.Message.setField(this, 12, value);
|
|
9498
|
-
};
|
|
9499
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearEnding = function() {
|
|
9500
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9501
|
-
};
|
|
9502
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasEnding = function() {
|
|
9503
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9504
|
-
};
|
|
9505
9495
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getInputaudio = function() {
|
|
9506
9496
|
return (
|
|
9507
9497
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -9652,6 +9642,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9652
9642
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.setStatus = function(value) {
|
|
9653
9643
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
9654
9644
|
};
|
|
9645
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getMaxsessionduration = function() {
|
|
9646
|
+
return (
|
|
9647
|
+
/** @type {string} */
|
|
9648
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
9649
|
+
);
|
|
9650
|
+
};
|
|
9651
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setMaxsessionduration = function(value) {
|
|
9652
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
9653
|
+
};
|
|
9654
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getIdealtimeout = function() {
|
|
9655
|
+
return (
|
|
9656
|
+
/** @type {string} */
|
|
9657
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
9658
|
+
);
|
|
9659
|
+
};
|
|
9660
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setIdealtimeout = function(value) {
|
|
9661
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
9662
|
+
};
|
|
9663
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
9664
|
+
return (
|
|
9665
|
+
/** @type {string} */
|
|
9666
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
9667
|
+
);
|
|
9668
|
+
};
|
|
9669
|
+
proto.assistant_api.AssistantWebpluginDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
9670
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
9671
|
+
};
|
|
9655
9672
|
proto.assistant_api.AssistantPhoneDeployment.repeatedFields_ = [17];
|
|
9656
9673
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9657
9674
|
proto.assistant_api.AssistantPhoneDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9663,11 +9680,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9663
9680
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
9664
9681
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9665
9682
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9666
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9667
9683
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9668
9684
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9669
9685
|
phoneprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
9670
|
-
phoneproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
9671
9686
|
phoneoptionsList: jspb.Message.toObjectList(
|
|
9672
9687
|
msg.getPhoneoptionsList(),
|
|
9673
9688
|
common_pb.Metadata.toObject,
|
|
@@ -9675,7 +9690,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9675
9690
|
),
|
|
9676
9691
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9677
9692
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9678
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
9693
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
9694
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
9695
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
9696
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
9679
9697
|
};
|
|
9680
9698
|
if (includeInstance) {
|
|
9681
9699
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9723,13 +9741,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9723
9741
|
);
|
|
9724
9742
|
msg.setMistake(value);
|
|
9725
9743
|
break;
|
|
9726
|
-
case 12:
|
|
9727
|
-
var value = (
|
|
9728
|
-
/** @type {string} */
|
|
9729
|
-
reader.readString()
|
|
9730
|
-
);
|
|
9731
|
-
msg.setEnding(value);
|
|
9732
|
-
break;
|
|
9733
9744
|
case 13:
|
|
9734
9745
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9735
9746
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9747,13 +9758,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9747
9758
|
);
|
|
9748
9759
|
msg.setPhoneprovidername(value);
|
|
9749
9760
|
break;
|
|
9750
|
-
case 16:
|
|
9751
|
-
var value = (
|
|
9752
|
-
/** @type {string} */
|
|
9753
|
-
reader.readUint64String()
|
|
9754
|
-
);
|
|
9755
|
-
msg.setPhoneproviderid(value);
|
|
9756
|
-
break;
|
|
9757
9761
|
case 17:
|
|
9758
9762
|
var value = new common_pb.Metadata();
|
|
9759
9763
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -9776,6 +9780,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9776
9780
|
);
|
|
9777
9781
|
msg.setStatus(value);
|
|
9778
9782
|
break;
|
|
9783
|
+
case 29:
|
|
9784
|
+
var value = (
|
|
9785
|
+
/** @type {string} */
|
|
9786
|
+
reader.readUint64String()
|
|
9787
|
+
);
|
|
9788
|
+
msg.setMaxsessionduration(value);
|
|
9789
|
+
break;
|
|
9790
|
+
case 30:
|
|
9791
|
+
var value = (
|
|
9792
|
+
/** @type {string} */
|
|
9793
|
+
reader.readUint64String()
|
|
9794
|
+
);
|
|
9795
|
+
msg.setIdealtimeout(value);
|
|
9796
|
+
break;
|
|
9797
|
+
case 31:
|
|
9798
|
+
var value = (
|
|
9799
|
+
/** @type {string} */
|
|
9800
|
+
reader.readString()
|
|
9801
|
+
);
|
|
9802
|
+
msg.setIdealtimeoutmessage(value);
|
|
9803
|
+
break;
|
|
9779
9804
|
default:
|
|
9780
9805
|
reader.skipField();
|
|
9781
9806
|
break;
|
|
@@ -9820,14 +9845,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9820
9845
|
f
|
|
9821
9846
|
);
|
|
9822
9847
|
}
|
|
9823
|
-
f = /** @type {string} */
|
|
9824
|
-
jspb.Message.getField(message, 12);
|
|
9825
|
-
if (f != null) {
|
|
9826
|
-
writer.writeString(
|
|
9827
|
-
12,
|
|
9828
|
-
f
|
|
9829
|
-
);
|
|
9830
|
-
}
|
|
9831
9848
|
f = message.getInputaudio();
|
|
9832
9849
|
if (f != null) {
|
|
9833
9850
|
writer.writeMessage(
|
|
@@ -9851,13 +9868,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9851
9868
|
f
|
|
9852
9869
|
);
|
|
9853
9870
|
}
|
|
9854
|
-
f = message.getPhoneproviderid();
|
|
9855
|
-
if (parseInt(f, 10) !== 0) {
|
|
9856
|
-
writer.writeUint64String(
|
|
9857
|
-
16,
|
|
9858
|
-
f
|
|
9859
|
-
);
|
|
9860
|
-
}
|
|
9861
9871
|
f = message.getPhoneoptionsList();
|
|
9862
9872
|
if (f.length > 0) {
|
|
9863
9873
|
writer.writeRepeatedMessage(
|
|
@@ -9889,6 +9899,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9889
9899
|
f
|
|
9890
9900
|
);
|
|
9891
9901
|
}
|
|
9902
|
+
f = message.getMaxsessionduration();
|
|
9903
|
+
if (parseInt(f, 10) !== 0) {
|
|
9904
|
+
writer.writeUint64String(
|
|
9905
|
+
29,
|
|
9906
|
+
f
|
|
9907
|
+
);
|
|
9908
|
+
}
|
|
9909
|
+
f = message.getIdealtimeout();
|
|
9910
|
+
if (parseInt(f, 10) !== 0) {
|
|
9911
|
+
writer.writeUint64String(
|
|
9912
|
+
30,
|
|
9913
|
+
f
|
|
9914
|
+
);
|
|
9915
|
+
}
|
|
9916
|
+
f = message.getIdealtimeoutmessage();
|
|
9917
|
+
if (f.length > 0) {
|
|
9918
|
+
writer.writeString(
|
|
9919
|
+
31,
|
|
9920
|
+
f
|
|
9921
|
+
);
|
|
9922
|
+
}
|
|
9892
9923
|
};
|
|
9893
9924
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getId = function() {
|
|
9894
9925
|
return (
|
|
@@ -9938,21 +9969,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9938
9969
|
proto.assistant_api.AssistantPhoneDeployment.prototype.hasMistake = function() {
|
|
9939
9970
|
return jspb.Message.getField(this, 11) != null;
|
|
9940
9971
|
};
|
|
9941
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getEnding = function() {
|
|
9942
|
-
return (
|
|
9943
|
-
/** @type {string} */
|
|
9944
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9945
|
-
);
|
|
9946
|
-
};
|
|
9947
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setEnding = function(value) {
|
|
9948
|
-
return jspb.Message.setField(this, 12, value);
|
|
9949
|
-
};
|
|
9950
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.clearEnding = function() {
|
|
9951
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9952
|
-
};
|
|
9953
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.hasEnding = function() {
|
|
9954
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9955
|
-
};
|
|
9956
9972
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getInputaudio = function() {
|
|
9957
9973
|
return (
|
|
9958
9974
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -9992,15 +10008,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9992
10008
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneprovidername = function(value) {
|
|
9993
10009
|
return jspb.Message.setProto3StringField(this, 15, value);
|
|
9994
10010
|
};
|
|
9995
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneproviderid = function() {
|
|
9996
|
-
return (
|
|
9997
|
-
/** @type {string} */
|
|
9998
|
-
jspb.Message.getFieldWithDefault(this, 16, "0")
|
|
9999
|
-
);
|
|
10000
|
-
};
|
|
10001
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneproviderid = function(value) {
|
|
10002
|
-
return jspb.Message.setProto3StringIntField(this, 16, value);
|
|
10003
|
-
};
|
|
10004
10011
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneoptionsList = function() {
|
|
10005
10012
|
return (
|
|
10006
10013
|
/** @type{!Array<!proto.Metadata>} */
|
|
@@ -10055,6 +10062,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10055
10062
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setStatus = function(value) {
|
|
10056
10063
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10057
10064
|
};
|
|
10065
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getMaxsessionduration = function() {
|
|
10066
|
+
return (
|
|
10067
|
+
/** @type {string} */
|
|
10068
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10069
|
+
);
|
|
10070
|
+
};
|
|
10071
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10072
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
10073
|
+
};
|
|
10074
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getIdealtimeout = function() {
|
|
10075
|
+
return (
|
|
10076
|
+
/** @type {string} */
|
|
10077
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
10078
|
+
);
|
|
10079
|
+
};
|
|
10080
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setIdealtimeout = function(value) {
|
|
10081
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
10082
|
+
};
|
|
10083
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
10084
|
+
return (
|
|
10085
|
+
/** @type {string} */
|
|
10086
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
10087
|
+
);
|
|
10088
|
+
};
|
|
10089
|
+
proto.assistant_api.AssistantPhoneDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10090
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10091
|
+
};
|
|
10058
10092
|
proto.assistant_api.AssistantWhatsappDeployment.repeatedFields_ = [17];
|
|
10059
10093
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10060
10094
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -10067,9 +10101,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10067
10101
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10068
10102
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10069
10103
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10070
|
-
|
|
10104
|
+
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10105
|
+
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10071
10106
|
whatsappprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10072
|
-
whatsappproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
10073
10107
|
whatsappoptionsList: jspb.Message.toObjectList(
|
|
10074
10108
|
msg.getWhatsappoptionsList(),
|
|
10075
10109
|
common_pb.Metadata.toObject,
|
|
@@ -10077,7 +10111,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10077
10111
|
),
|
|
10078
10112
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10079
10113
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10080
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
10114
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
10115
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
10116
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
10117
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10081
10118
|
};
|
|
10082
10119
|
if (includeInstance) {
|
|
10083
10120
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10132,12 +10169,15 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10132
10169
|
);
|
|
10133
10170
|
msg.setMistake(value);
|
|
10134
10171
|
break;
|
|
10135
|
-
case
|
|
10136
|
-
var value = (
|
|
10137
|
-
|
|
10138
|
-
|
|
10139
|
-
|
|
10140
|
-
|
|
10172
|
+
case 13:
|
|
10173
|
+
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10174
|
+
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
10175
|
+
msg.setInputaudio(value);
|
|
10176
|
+
break;
|
|
10177
|
+
case 14:
|
|
10178
|
+
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10179
|
+
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
10180
|
+
msg.setOutputaudio(value);
|
|
10141
10181
|
break;
|
|
10142
10182
|
case 15:
|
|
10143
10183
|
var value = (
|
|
@@ -10146,13 +10186,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10146
10186
|
);
|
|
10147
10187
|
msg.setWhatsappprovidername(value);
|
|
10148
10188
|
break;
|
|
10149
|
-
case 16:
|
|
10150
|
-
var value = (
|
|
10151
|
-
/** @type {string} */
|
|
10152
|
-
reader.readUint64String()
|
|
10153
|
-
);
|
|
10154
|
-
msg.setWhatsappproviderid(value);
|
|
10155
|
-
break;
|
|
10156
10189
|
case 17:
|
|
10157
10190
|
var value = new common_pb.Metadata();
|
|
10158
10191
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10175,6 +10208,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10175
10208
|
);
|
|
10176
10209
|
msg.setStatus(value);
|
|
10177
10210
|
break;
|
|
10211
|
+
case 29:
|
|
10212
|
+
var value = (
|
|
10213
|
+
/** @type {string} */
|
|
10214
|
+
reader.readUint64String()
|
|
10215
|
+
);
|
|
10216
|
+
msg.setMaxsessionduration(value);
|
|
10217
|
+
break;
|
|
10218
|
+
case 30:
|
|
10219
|
+
var value = (
|
|
10220
|
+
/** @type {string} */
|
|
10221
|
+
reader.readUint64String()
|
|
10222
|
+
);
|
|
10223
|
+
msg.setIdealtimeout(value);
|
|
10224
|
+
break;
|
|
10225
|
+
case 31:
|
|
10226
|
+
var value = (
|
|
10227
|
+
/** @type {string} */
|
|
10228
|
+
reader.readString()
|
|
10229
|
+
);
|
|
10230
|
+
msg.setIdealtimeoutmessage(value);
|
|
10231
|
+
break;
|
|
10178
10232
|
default:
|
|
10179
10233
|
reader.skipField();
|
|
10180
10234
|
break;
|
|
@@ -10226,12 +10280,20 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10226
10280
|
f
|
|
10227
10281
|
);
|
|
10228
10282
|
}
|
|
10229
|
-
f =
|
|
10230
|
-
jspb.Message.getField(message, 12);
|
|
10283
|
+
f = message.getInputaudio();
|
|
10231
10284
|
if (f != null) {
|
|
10232
|
-
writer.
|
|
10233
|
-
|
|
10234
|
-
f
|
|
10285
|
+
writer.writeMessage(
|
|
10286
|
+
13,
|
|
10287
|
+
f,
|
|
10288
|
+
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
10289
|
+
);
|
|
10290
|
+
}
|
|
10291
|
+
f = message.getOutputaudio();
|
|
10292
|
+
if (f != null) {
|
|
10293
|
+
writer.writeMessage(
|
|
10294
|
+
14,
|
|
10295
|
+
f,
|
|
10296
|
+
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
10235
10297
|
);
|
|
10236
10298
|
}
|
|
10237
10299
|
f = message.getWhatsappprovidername();
|
|
@@ -10241,13 +10303,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10241
10303
|
f
|
|
10242
10304
|
);
|
|
10243
10305
|
}
|
|
10244
|
-
f = message.getWhatsappproviderid();
|
|
10245
|
-
if (parseInt(f, 10) !== 0) {
|
|
10246
|
-
writer.writeUint64String(
|
|
10247
|
-
16,
|
|
10248
|
-
f
|
|
10249
|
-
);
|
|
10250
|
-
}
|
|
10251
10306
|
f = message.getWhatsappoptionsList();
|
|
10252
10307
|
if (f.length > 0) {
|
|
10253
10308
|
writer.writeRepeatedMessage(
|
|
@@ -10279,6 +10334,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10279
10334
|
f
|
|
10280
10335
|
);
|
|
10281
10336
|
}
|
|
10337
|
+
f = message.getMaxsessionduration();
|
|
10338
|
+
if (parseInt(f, 10) !== 0) {
|
|
10339
|
+
writer.writeUint64String(
|
|
10340
|
+
29,
|
|
10341
|
+
f
|
|
10342
|
+
);
|
|
10343
|
+
}
|
|
10344
|
+
f = message.getIdealtimeout();
|
|
10345
|
+
if (parseInt(f, 10) !== 0) {
|
|
10346
|
+
writer.writeUint64String(
|
|
10347
|
+
30,
|
|
10348
|
+
f
|
|
10349
|
+
);
|
|
10350
|
+
}
|
|
10351
|
+
f = message.getIdealtimeoutmessage();
|
|
10352
|
+
if (f.length > 0) {
|
|
10353
|
+
writer.writeString(
|
|
10354
|
+
31,
|
|
10355
|
+
f
|
|
10356
|
+
);
|
|
10357
|
+
}
|
|
10282
10358
|
};
|
|
10283
10359
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getId = function() {
|
|
10284
10360
|
return (
|
|
@@ -10337,38 +10413,44 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10337
10413
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasMistake = function() {
|
|
10338
10414
|
return jspb.Message.getField(this, 11) != null;
|
|
10339
10415
|
};
|
|
10340
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10416
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getInputaudio = function() {
|
|
10341
10417
|
return (
|
|
10342
|
-
/** @type
|
|
10343
|
-
jspb.Message.
|
|
10418
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10419
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 13)
|
|
10344
10420
|
);
|
|
10345
10421
|
};
|
|
10346
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10347
|
-
return jspb.Message.
|
|
10422
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setInputaudio = function(value) {
|
|
10423
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
10348
10424
|
};
|
|
10349
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10350
|
-
return
|
|
10425
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearInputaudio = function() {
|
|
10426
|
+
return this.setInputaudio(void 0);
|
|
10351
10427
|
};
|
|
10352
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10353
|
-
return jspb.Message.getField(this,
|
|
10428
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasInputaudio = function() {
|
|
10429
|
+
return jspb.Message.getField(this, 13) != null;
|
|
10354
10430
|
};
|
|
10355
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10431
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getOutputaudio = function() {
|
|
10356
10432
|
return (
|
|
10357
|
-
/** @type
|
|
10358
|
-
jspb.Message.
|
|
10433
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10434
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 14)
|
|
10359
10435
|
);
|
|
10360
10436
|
};
|
|
10361
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10362
|
-
return jspb.Message.
|
|
10437
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setOutputaudio = function(value) {
|
|
10438
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
10439
|
+
};
|
|
10440
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearOutputaudio = function() {
|
|
10441
|
+
return this.setOutputaudio(void 0);
|
|
10442
|
+
};
|
|
10443
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasOutputaudio = function() {
|
|
10444
|
+
return jspb.Message.getField(this, 14) != null;
|
|
10363
10445
|
};
|
|
10364
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10446
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappprovidername = function() {
|
|
10365
10447
|
return (
|
|
10366
10448
|
/** @type {string} */
|
|
10367
|
-
jspb.Message.getFieldWithDefault(this,
|
|
10449
|
+
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
10368
10450
|
);
|
|
10369
10451
|
};
|
|
10370
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10371
|
-
return jspb.Message.
|
|
10452
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setWhatsappprovidername = function(value) {
|
|
10453
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10372
10454
|
};
|
|
10373
10455
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappoptionsList = function() {
|
|
10374
10456
|
return (
|
|
@@ -10424,7 +10506,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10424
10506
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.setStatus = function(value) {
|
|
10425
10507
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10426
10508
|
};
|
|
10427
|
-
proto.assistant_api.
|
|
10509
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getMaxsessionduration = function() {
|
|
10510
|
+
return (
|
|
10511
|
+
/** @type {string} */
|
|
10512
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10513
|
+
);
|
|
10514
|
+
};
|
|
10515
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10516
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
10517
|
+
};
|
|
10518
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getIdealtimeout = function() {
|
|
10519
|
+
return (
|
|
10520
|
+
/** @type {string} */
|
|
10521
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
10522
|
+
);
|
|
10523
|
+
};
|
|
10524
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setIdealtimeout = function(value) {
|
|
10525
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
10526
|
+
};
|
|
10527
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
10528
|
+
return (
|
|
10529
|
+
/** @type {string} */
|
|
10530
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
10531
|
+
);
|
|
10532
|
+
};
|
|
10533
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10534
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10535
|
+
};
|
|
10428
10536
|
proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_ = [[15, 16]];
|
|
10429
10537
|
proto.assistant_api.AssistantDebuggerDeployment.IconCase = {
|
|
10430
10538
|
ICON_NOT_SET: 0,
|
|
@@ -10448,15 +10556,16 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10448
10556
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10449
10557
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10450
10558
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10451
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10452
10559
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10453
10560
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10454
10561
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10455
10562
|
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
10456
|
-
suggestionList: (f = jspb.Message.getRepeatedField(msg, 20)) == null ? void 0 : f,
|
|
10457
10563
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10458
10564
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10459
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
10565
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
10566
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
10567
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
10568
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10460
10569
|
};
|
|
10461
10570
|
if (includeInstance) {
|
|
10462
10571
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10511,13 +10620,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10511
10620
|
);
|
|
10512
10621
|
msg.setMistake(value);
|
|
10513
10622
|
break;
|
|
10514
|
-
case 12:
|
|
10515
|
-
var value = (
|
|
10516
|
-
/** @type {string} */
|
|
10517
|
-
reader.readString()
|
|
10518
|
-
);
|
|
10519
|
-
msg.setEnding(value);
|
|
10520
|
-
break;
|
|
10521
10623
|
case 13:
|
|
10522
10624
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10523
10625
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10540,13 +10642,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10540
10642
|
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
10541
10643
|
msg.setRaw(value);
|
|
10542
10644
|
break;
|
|
10543
|
-
case 20:
|
|
10544
|
-
var value = (
|
|
10545
|
-
/** @type {string} */
|
|
10546
|
-
reader.readString()
|
|
10547
|
-
);
|
|
10548
|
-
msg.addSuggestion(value);
|
|
10549
|
-
break;
|
|
10550
10645
|
case 26:
|
|
10551
10646
|
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
10552
10647
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
@@ -10564,6 +10659,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10564
10659
|
);
|
|
10565
10660
|
msg.setStatus(value);
|
|
10566
10661
|
break;
|
|
10662
|
+
case 29:
|
|
10663
|
+
var value = (
|
|
10664
|
+
/** @type {string} */
|
|
10665
|
+
reader.readUint64String()
|
|
10666
|
+
);
|
|
10667
|
+
msg.setMaxsessionduration(value);
|
|
10668
|
+
break;
|
|
10669
|
+
case 30:
|
|
10670
|
+
var value = (
|
|
10671
|
+
/** @type {string} */
|
|
10672
|
+
reader.readUint64String()
|
|
10673
|
+
);
|
|
10674
|
+
msg.setIdealtimeout(value);
|
|
10675
|
+
break;
|
|
10676
|
+
case 31:
|
|
10677
|
+
var value = (
|
|
10678
|
+
/** @type {string} */
|
|
10679
|
+
reader.readString()
|
|
10680
|
+
);
|
|
10681
|
+
msg.setIdealtimeoutmessage(value);
|
|
10682
|
+
break;
|
|
10567
10683
|
default:
|
|
10568
10684
|
reader.skipField();
|
|
10569
10685
|
break;
|
|
@@ -10615,14 +10731,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10615
10731
|
f
|
|
10616
10732
|
);
|
|
10617
10733
|
}
|
|
10618
|
-
f = /** @type {string} */
|
|
10619
|
-
jspb.Message.getField(message, 12);
|
|
10620
|
-
if (f != null) {
|
|
10621
|
-
writer.writeString(
|
|
10622
|
-
12,
|
|
10623
|
-
f
|
|
10624
|
-
);
|
|
10625
|
-
}
|
|
10626
10734
|
f = message.getInputaudio();
|
|
10627
10735
|
if (f != null) {
|
|
10628
10736
|
writer.writeMessage(
|
|
@@ -10655,13 +10763,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10655
10763
|
common_pb.Content.serializeBinaryToWriter
|
|
10656
10764
|
);
|
|
10657
10765
|
}
|
|
10658
|
-
f = message.getSuggestionList();
|
|
10659
|
-
if (f.length > 0) {
|
|
10660
|
-
writer.writeRepeatedString(
|
|
10661
|
-
20,
|
|
10662
|
-
f
|
|
10663
|
-
);
|
|
10664
|
-
}
|
|
10665
10766
|
f = message.getCreateddate();
|
|
10666
10767
|
if (f != null) {
|
|
10667
10768
|
writer.writeMessage(
|
|
@@ -10685,6 +10786,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10685
10786
|
f
|
|
10686
10787
|
);
|
|
10687
10788
|
}
|
|
10789
|
+
f = message.getMaxsessionduration();
|
|
10790
|
+
if (parseInt(f, 10) !== 0) {
|
|
10791
|
+
writer.writeUint64String(
|
|
10792
|
+
29,
|
|
10793
|
+
f
|
|
10794
|
+
);
|
|
10795
|
+
}
|
|
10796
|
+
f = message.getIdealtimeout();
|
|
10797
|
+
if (parseInt(f, 10) !== 0) {
|
|
10798
|
+
writer.writeUint64String(
|
|
10799
|
+
30,
|
|
10800
|
+
f
|
|
10801
|
+
);
|
|
10802
|
+
}
|
|
10803
|
+
f = message.getIdealtimeoutmessage();
|
|
10804
|
+
if (f.length > 0) {
|
|
10805
|
+
writer.writeString(
|
|
10806
|
+
31,
|
|
10807
|
+
f
|
|
10808
|
+
);
|
|
10809
|
+
}
|
|
10688
10810
|
};
|
|
10689
10811
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getId = function() {
|
|
10690
10812
|
return (
|
|
@@ -10743,21 +10865,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10743
10865
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasMistake = function() {
|
|
10744
10866
|
return jspb.Message.getField(this, 11) != null;
|
|
10745
10867
|
};
|
|
10746
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getEnding = function() {
|
|
10747
|
-
return (
|
|
10748
|
-
/** @type {string} */
|
|
10749
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
10750
|
-
);
|
|
10751
|
-
};
|
|
10752
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setEnding = function(value) {
|
|
10753
|
-
return jspb.Message.setField(this, 12, value);
|
|
10754
|
-
};
|
|
10755
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearEnding = function() {
|
|
10756
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
10757
|
-
};
|
|
10758
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasEnding = function() {
|
|
10759
|
-
return jspb.Message.getField(this, 12) != null;
|
|
10760
|
-
};
|
|
10761
10868
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getInputaudio = function() {
|
|
10762
10869
|
return (
|
|
10763
10870
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -10818,21 +10925,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10818
10925
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasRaw = function() {
|
|
10819
10926
|
return jspb.Message.getField(this, 16) != null;
|
|
10820
10927
|
};
|
|
10821
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getSuggestionList = function() {
|
|
10822
|
-
return (
|
|
10823
|
-
/** @type {!Array<string>} */
|
|
10824
|
-
jspb.Message.getRepeatedField(this, 20)
|
|
10825
|
-
);
|
|
10826
|
-
};
|
|
10827
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setSuggestionList = function(value) {
|
|
10828
|
-
return jspb.Message.setField(this, 20, value || []);
|
|
10829
|
-
};
|
|
10830
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.addSuggestion = function(value, opt_index) {
|
|
10831
|
-
return jspb.Message.addToRepeatedField(this, 20, value, opt_index);
|
|
10832
|
-
};
|
|
10833
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearSuggestionList = function() {
|
|
10834
|
-
return this.setSuggestionList([]);
|
|
10835
|
-
};
|
|
10836
10928
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getCreateddate = function() {
|
|
10837
10929
|
return (
|
|
10838
10930
|
/** @type{?proto.google.protobuf.Timestamp} */
|
|
@@ -10872,6 +10964,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10872
10964
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.setStatus = function(value) {
|
|
10873
10965
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10874
10966
|
};
|
|
10967
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getMaxsessionduration = function() {
|
|
10968
|
+
return (
|
|
10969
|
+
/** @type {string} */
|
|
10970
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
10971
|
+
);
|
|
10972
|
+
};
|
|
10973
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setMaxsessionduration = function(value) {
|
|
10974
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
10975
|
+
};
|
|
10976
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getIdealtimeout = function() {
|
|
10977
|
+
return (
|
|
10978
|
+
/** @type {string} */
|
|
10979
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
10980
|
+
);
|
|
10981
|
+
};
|
|
10982
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setIdealtimeout = function(value) {
|
|
10983
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
10984
|
+
};
|
|
10985
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
10986
|
+
return (
|
|
10987
|
+
/** @type {string} */
|
|
10988
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
10989
|
+
);
|
|
10990
|
+
};
|
|
10991
|
+
proto.assistant_api.AssistantDebuggerDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10992
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10993
|
+
};
|
|
10875
10994
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10876
10995
|
proto.assistant_api.AssistantApiDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
10877
10996
|
return proto.assistant_api.AssistantApiDeployment.toObject(opt_includeInstance, this);
|
|
@@ -10882,12 +11001,14 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10882
11001
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
10883
11002
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10884
11003
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10885
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10886
11004
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10887
11005
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10888
11006
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10889
11007
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10890
|
-
status: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
11008
|
+
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
11009
|
+
maxsessionduration: jspb.Message.getFieldWithDefault(msg, 29, "0"),
|
|
11010
|
+
idealtimeout: jspb.Message.getFieldWithDefault(msg, 30, "0"),
|
|
11011
|
+
idealtimeoutmessage: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
10891
11012
|
};
|
|
10892
11013
|
if (includeInstance) {
|
|
10893
11014
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10935,13 +11056,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10935
11056
|
);
|
|
10936
11057
|
msg.setMistake(value);
|
|
10937
11058
|
break;
|
|
10938
|
-
case 12:
|
|
10939
|
-
var value = (
|
|
10940
|
-
/** @type {string} */
|
|
10941
|
-
reader.readString()
|
|
10942
|
-
);
|
|
10943
|
-
msg.setEnding(value);
|
|
10944
|
-
break;
|
|
10945
11059
|
case 13:
|
|
10946
11060
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10947
11061
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10969,6 +11083,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10969
11083
|
);
|
|
10970
11084
|
msg.setStatus(value);
|
|
10971
11085
|
break;
|
|
11086
|
+
case 29:
|
|
11087
|
+
var value = (
|
|
11088
|
+
/** @type {string} */
|
|
11089
|
+
reader.readUint64String()
|
|
11090
|
+
);
|
|
11091
|
+
msg.setMaxsessionduration(value);
|
|
11092
|
+
break;
|
|
11093
|
+
case 30:
|
|
11094
|
+
var value = (
|
|
11095
|
+
/** @type {string} */
|
|
11096
|
+
reader.readUint64String()
|
|
11097
|
+
);
|
|
11098
|
+
msg.setIdealtimeout(value);
|
|
11099
|
+
break;
|
|
11100
|
+
case 31:
|
|
11101
|
+
var value = (
|
|
11102
|
+
/** @type {string} */
|
|
11103
|
+
reader.readString()
|
|
11104
|
+
);
|
|
11105
|
+
msg.setIdealtimeoutmessage(value);
|
|
11106
|
+
break;
|
|
10972
11107
|
default:
|
|
10973
11108
|
reader.skipField();
|
|
10974
11109
|
break;
|
|
@@ -11013,14 +11148,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11013
11148
|
f
|
|
11014
11149
|
);
|
|
11015
11150
|
}
|
|
11016
|
-
f = /** @type {string} */
|
|
11017
|
-
jspb.Message.getField(message, 12);
|
|
11018
|
-
if (f != null) {
|
|
11019
|
-
writer.writeString(
|
|
11020
|
-
12,
|
|
11021
|
-
f
|
|
11022
|
-
);
|
|
11023
|
-
}
|
|
11024
11151
|
f = message.getInputaudio();
|
|
11025
11152
|
if (f != null) {
|
|
11026
11153
|
writer.writeMessage(
|
|
@@ -11060,6 +11187,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11060
11187
|
f
|
|
11061
11188
|
);
|
|
11062
11189
|
}
|
|
11190
|
+
f = message.getMaxsessionduration();
|
|
11191
|
+
if (parseInt(f, 10) !== 0) {
|
|
11192
|
+
writer.writeUint64String(
|
|
11193
|
+
29,
|
|
11194
|
+
f
|
|
11195
|
+
);
|
|
11196
|
+
}
|
|
11197
|
+
f = message.getIdealtimeout();
|
|
11198
|
+
if (parseInt(f, 10) !== 0) {
|
|
11199
|
+
writer.writeUint64String(
|
|
11200
|
+
30,
|
|
11201
|
+
f
|
|
11202
|
+
);
|
|
11203
|
+
}
|
|
11204
|
+
f = message.getIdealtimeoutmessage();
|
|
11205
|
+
if (f.length > 0) {
|
|
11206
|
+
writer.writeString(
|
|
11207
|
+
31,
|
|
11208
|
+
f
|
|
11209
|
+
);
|
|
11210
|
+
}
|
|
11063
11211
|
};
|
|
11064
11212
|
proto.assistant_api.AssistantApiDeployment.prototype.getId = function() {
|
|
11065
11213
|
return (
|
|
@@ -11109,21 +11257,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11109
11257
|
proto.assistant_api.AssistantApiDeployment.prototype.hasMistake = function() {
|
|
11110
11258
|
return jspb.Message.getField(this, 11) != null;
|
|
11111
11259
|
};
|
|
11112
|
-
proto.assistant_api.AssistantApiDeployment.prototype.getEnding = function() {
|
|
11113
|
-
return (
|
|
11114
|
-
/** @type {string} */
|
|
11115
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11116
|
-
);
|
|
11117
|
-
};
|
|
11118
|
-
proto.assistant_api.AssistantApiDeployment.prototype.setEnding = function(value) {
|
|
11119
|
-
return jspb.Message.setField(this, 12, value);
|
|
11120
|
-
};
|
|
11121
|
-
proto.assistant_api.AssistantApiDeployment.prototype.clearEnding = function() {
|
|
11122
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11123
|
-
};
|
|
11124
|
-
proto.assistant_api.AssistantApiDeployment.prototype.hasEnding = function() {
|
|
11125
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11126
|
-
};
|
|
11127
11260
|
proto.assistant_api.AssistantApiDeployment.prototype.getInputaudio = function() {
|
|
11128
11261
|
return (
|
|
11129
11262
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11193,6 +11326,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11193
11326
|
proto.assistant_api.AssistantApiDeployment.prototype.setStatus = function(value) {
|
|
11194
11327
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11195
11328
|
};
|
|
11329
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getMaxsessionduration = function() {
|
|
11330
|
+
return (
|
|
11331
|
+
/** @type {string} */
|
|
11332
|
+
jspb.Message.getFieldWithDefault(this, 29, "0")
|
|
11333
|
+
);
|
|
11334
|
+
};
|
|
11335
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setMaxsessionduration = function(value) {
|
|
11336
|
+
return jspb.Message.setProto3StringIntField(this, 29, value);
|
|
11337
|
+
};
|
|
11338
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getIdealtimeout = function() {
|
|
11339
|
+
return (
|
|
11340
|
+
/** @type {string} */
|
|
11341
|
+
jspb.Message.getFieldWithDefault(this, 30, "0")
|
|
11342
|
+
);
|
|
11343
|
+
};
|
|
11344
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setIdealtimeout = function(value) {
|
|
11345
|
+
return jspb.Message.setProto3StringIntField(this, 30, value);
|
|
11346
|
+
};
|
|
11347
|
+
proto.assistant_api.AssistantApiDeployment.prototype.getIdealtimeoutmessage = function() {
|
|
11348
|
+
return (
|
|
11349
|
+
/** @type {string} */
|
|
11350
|
+
jspb.Message.getFieldWithDefault(this, 31, "")
|
|
11351
|
+
);
|
|
11352
|
+
};
|
|
11353
|
+
proto.assistant_api.AssistantApiDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
11354
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
11355
|
+
};
|
|
11196
11356
|
proto.assistant_api.CreateAssistantDeploymentRequest.oneofGroups_ = [[1, 2, 3, 4, 5]];
|
|
11197
11357
|
proto.assistant_api.CreateAssistantDeploymentRequest.DeploymentCase = {
|
|
11198
11358
|
DEPLOYMENT_NOT_SET: 0,
|
|
@@ -21355,7 +21515,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21355
21515
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.toObject = function(includeInstance, msg) {
|
|
21356
21516
|
var f, obj = {
|
|
21357
21517
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
21358
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 21, "0"),
|
|
21359
21518
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
21360
21519
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
21361
21520
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -21386,13 +21545,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21386
21545
|
reader.readMessage(value, common_pb.TextChatCompletePrompt.deserializeBinaryFromReader);
|
|
21387
21546
|
msg.setTemplate(value);
|
|
21388
21547
|
break;
|
|
21389
|
-
case 21:
|
|
21390
|
-
var value = (
|
|
21391
|
-
/** @type {string} */
|
|
21392
|
-
reader.readUint64String()
|
|
21393
|
-
);
|
|
21394
|
-
msg.setModelproviderid(value);
|
|
21395
|
-
break;
|
|
21396
21548
|
case 22:
|
|
21397
21549
|
var value = (
|
|
21398
21550
|
/** @type {string} */
|
|
@@ -21427,13 +21579,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21427
21579
|
common_pb.TextChatCompletePrompt.serializeBinaryToWriter
|
|
21428
21580
|
);
|
|
21429
21581
|
}
|
|
21430
|
-
f = message.getModelproviderid();
|
|
21431
|
-
if (parseInt(f, 10) !== 0) {
|
|
21432
|
-
writer.writeUint64String(
|
|
21433
|
-
21,
|
|
21434
|
-
f
|
|
21435
|
-
);
|
|
21436
|
-
}
|
|
21437
21582
|
f = message.getModelprovidername();
|
|
21438
21583
|
if (f.length > 0) {
|
|
21439
21584
|
writer.writeString(
|
|
@@ -21465,15 +21610,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21465
21610
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.hasTemplate = function() {
|
|
21466
21611
|
return jspb.Message.getField(this, 20) != null;
|
|
21467
21612
|
};
|
|
21468
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelproviderid = function() {
|
|
21469
|
-
return (
|
|
21470
|
-
/** @type {string} */
|
|
21471
|
-
jspb.Message.getFieldWithDefault(this, 21, "0")
|
|
21472
|
-
);
|
|
21473
|
-
};
|
|
21474
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
21475
|
-
return jspb.Message.setProto3StringIntField(this, 21, value);
|
|
21476
|
-
};
|
|
21477
21613
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelprovidername = function() {
|
|
21478
21614
|
return (
|
|
21479
21615
|
/** @type {string} */
|
|
@@ -22552,7 +22688,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22552
22688
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
22553
22689
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22554
22690
|
assistantid: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
22555
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 6, "0"),
|
|
22556
22691
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22557
22692
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
22558
22693
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -22611,13 +22746,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22611
22746
|
);
|
|
22612
22747
|
msg.setAssistantid(value);
|
|
22613
22748
|
break;
|
|
22614
|
-
case 6:
|
|
22615
|
-
var value = (
|
|
22616
|
-
/** @type {string} */
|
|
22617
|
-
reader.readUint64String()
|
|
22618
|
-
);
|
|
22619
|
-
msg.setModelproviderid(value);
|
|
22620
|
-
break;
|
|
22621
22749
|
case 7:
|
|
22622
22750
|
var value = (
|
|
22623
22751
|
/** @type {string} */
|
|
@@ -22714,13 +22842,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22714
22842
|
f
|
|
22715
22843
|
);
|
|
22716
22844
|
}
|
|
22717
|
-
f = message.getModelproviderid();
|
|
22718
|
-
if (parseInt(f, 10) !== 0) {
|
|
22719
|
-
writer.writeUint64String(
|
|
22720
|
-
6,
|
|
22721
|
-
f
|
|
22722
|
-
);
|
|
22723
|
-
}
|
|
22724
22845
|
f = message.getModelprovidername();
|
|
22725
22846
|
if (f.length > 0) {
|
|
22726
22847
|
writer.writeString(
|
|
@@ -22832,15 +22953,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22832
22953
|
proto.assistant_api.AssistantProviderModel.prototype.setAssistantid = function(value) {
|
|
22833
22954
|
return jspb.Message.setProto3IntField(this, 4, value);
|
|
22834
22955
|
};
|
|
22835
|
-
proto.assistant_api.AssistantProviderModel.prototype.getModelproviderid = function() {
|
|
22836
|
-
return (
|
|
22837
|
-
/** @type {string} */
|
|
22838
|
-
jspb.Message.getFieldWithDefault(this, 6, "0")
|
|
22839
|
-
);
|
|
22840
|
-
};
|
|
22841
|
-
proto.assistant_api.AssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
22842
|
-
return jspb.Message.setProto3StringIntField(this, 6, value);
|
|
22843
|
-
};
|
|
22844
22956
|
proto.assistant_api.AssistantProviderModel.prototype.getModelprovidername = function() {
|
|
22845
22957
|
return (
|
|
22846
22958
|
/** @type {string} */
|
|
@@ -29942,4 +30054,4 @@ export {
|
|
|
29942
30054
|
useSelectInputDeviceAgent,
|
|
29943
30055
|
DeviceSelectorComponent
|
|
29944
30056
|
};
|
|
29945
|
-
//# sourceMappingURL=chunk-
|
|
30057
|
+
//# sourceMappingURL=chunk-HQHWE2DO.mjs.map
|