@rapidaai/react 1.1.42 → 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-B372Y6DW.mjs → chunk-HQHWE2DO.mjs} +415 -553
- 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 -552
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-BdvX9x_8.d.mts → device-selector-C2no2MF2.d.mts} +849 -1509
- package/dist/{device-selector-BdvX9x_8.d.ts → device-selector-C2no2MF2.d.ts} +849 -1509
- package/dist/index.d.mts +109 -443
- package/dist/index.d.ts +109 -443
- package/dist/index.js +6980 -10647
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6441 -9966
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-B372Y6DW.mjs.map +0 -1
|
@@ -86,7 +86,6 @@ var require_common_pb = __commonJS({
|
|
|
86
86
|
goog.exportSymbol("proto.Organization", null, global);
|
|
87
87
|
goog.exportSymbol("proto.Paginate", null, global);
|
|
88
88
|
goog.exportSymbol("proto.Paginated", null, global);
|
|
89
|
-
goog.exportSymbol("proto.Provider", null, global);
|
|
90
89
|
goog.exportSymbol("proto.Source", null, global);
|
|
91
90
|
goog.exportSymbol("proto.Tag", null, global);
|
|
92
91
|
goog.exportSymbol("proto.Telemetry", null, global);
|
|
@@ -179,13 +178,6 @@ var require_common_pb = __commonJS({
|
|
|
179
178
|
if (goog.DEBUG && !COMPILED) {
|
|
180
179
|
proto.Variable.displayName = "proto.Variable";
|
|
181
180
|
}
|
|
182
|
-
proto.Provider = function(opt_data) {
|
|
183
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.Provider.repeatedFields_, null);
|
|
184
|
-
};
|
|
185
|
-
goog.inherits(proto.Provider, jspb.Message);
|
|
186
|
-
if (goog.DEBUG && !COMPILED) {
|
|
187
|
-
proto.Provider.displayName = "proto.Provider";
|
|
188
|
-
}
|
|
189
181
|
proto.Tag = function(opt_data) {
|
|
190
182
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.Tag.repeatedFields_, null);
|
|
191
183
|
};
|
|
@@ -1756,248 +1748,6 @@ var require_common_pb = __commonJS({
|
|
|
1756
1748
|
proto.Variable.prototype.hasDefaultvalue = function() {
|
|
1757
1749
|
return jspb.Message.getField(this, 4) != null;
|
|
1758
1750
|
};
|
|
1759
|
-
proto.Provider.repeatedFields_ = [9];
|
|
1760
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1761
|
-
proto.Provider.prototype.toObject = function(opt_includeInstance) {
|
|
1762
|
-
return proto.Provider.toObject(opt_includeInstance, this);
|
|
1763
|
-
};
|
|
1764
|
-
proto.Provider.toObject = function(includeInstance, msg) {
|
|
1765
|
-
var f, obj = {
|
|
1766
|
-
id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
1767
|
-
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1768
|
-
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1769
|
-
humanname: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1770
|
-
image: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1771
|
-
website: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1772
|
-
status: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1773
|
-
connectconfigurationList: jspb.Message.toObjectList(
|
|
1774
|
-
msg.getConnectconfigurationList(),
|
|
1775
|
-
proto.Variable.toObject,
|
|
1776
|
-
includeInstance
|
|
1777
|
-
)
|
|
1778
|
-
};
|
|
1779
|
-
if (includeInstance) {
|
|
1780
|
-
obj.$jspbMessageInstance = msg;
|
|
1781
|
-
}
|
|
1782
|
-
return obj;
|
|
1783
|
-
};
|
|
1784
|
-
}
|
|
1785
|
-
proto.Provider.deserializeBinary = function(bytes) {
|
|
1786
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
1787
|
-
var msg = new proto.Provider();
|
|
1788
|
-
return proto.Provider.deserializeBinaryFromReader(msg, reader);
|
|
1789
|
-
};
|
|
1790
|
-
proto.Provider.deserializeBinaryFromReader = function(msg, reader) {
|
|
1791
|
-
while (reader.nextField()) {
|
|
1792
|
-
if (reader.isEndGroup()) {
|
|
1793
|
-
break;
|
|
1794
|
-
}
|
|
1795
|
-
var field = reader.getFieldNumber();
|
|
1796
|
-
switch (field) {
|
|
1797
|
-
case 1:
|
|
1798
|
-
var value = (
|
|
1799
|
-
/** @type {string} */
|
|
1800
|
-
reader.readUint64String()
|
|
1801
|
-
);
|
|
1802
|
-
msg.setId(value);
|
|
1803
|
-
break;
|
|
1804
|
-
case 2:
|
|
1805
|
-
var value = (
|
|
1806
|
-
/** @type {string} */
|
|
1807
|
-
reader.readString()
|
|
1808
|
-
);
|
|
1809
|
-
msg.setName(value);
|
|
1810
|
-
break;
|
|
1811
|
-
case 3:
|
|
1812
|
-
var value = (
|
|
1813
|
-
/** @type {string} */
|
|
1814
|
-
reader.readString()
|
|
1815
|
-
);
|
|
1816
|
-
msg.setDescription(value);
|
|
1817
|
-
break;
|
|
1818
|
-
case 4:
|
|
1819
|
-
var value = (
|
|
1820
|
-
/** @type {string} */
|
|
1821
|
-
reader.readString()
|
|
1822
|
-
);
|
|
1823
|
-
msg.setHumanname(value);
|
|
1824
|
-
break;
|
|
1825
|
-
case 5:
|
|
1826
|
-
var value = (
|
|
1827
|
-
/** @type {string} */
|
|
1828
|
-
reader.readString()
|
|
1829
|
-
);
|
|
1830
|
-
msg.setImage(value);
|
|
1831
|
-
break;
|
|
1832
|
-
case 6:
|
|
1833
|
-
var value = (
|
|
1834
|
-
/** @type {string} */
|
|
1835
|
-
reader.readString()
|
|
1836
|
-
);
|
|
1837
|
-
msg.setWebsite(value);
|
|
1838
|
-
break;
|
|
1839
|
-
case 7:
|
|
1840
|
-
var value = (
|
|
1841
|
-
/** @type {string} */
|
|
1842
|
-
reader.readString()
|
|
1843
|
-
);
|
|
1844
|
-
msg.setStatus(value);
|
|
1845
|
-
break;
|
|
1846
|
-
case 9:
|
|
1847
|
-
var value = new proto.Variable();
|
|
1848
|
-
reader.readMessage(value, proto.Variable.deserializeBinaryFromReader);
|
|
1849
|
-
msg.addConnectconfiguration(value);
|
|
1850
|
-
break;
|
|
1851
|
-
default:
|
|
1852
|
-
reader.skipField();
|
|
1853
|
-
break;
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
return msg;
|
|
1857
|
-
};
|
|
1858
|
-
proto.Provider.prototype.serializeBinary = function() {
|
|
1859
|
-
var writer = new jspb.BinaryWriter();
|
|
1860
|
-
proto.Provider.serializeBinaryToWriter(this, writer);
|
|
1861
|
-
return writer.getResultBuffer();
|
|
1862
|
-
};
|
|
1863
|
-
proto.Provider.serializeBinaryToWriter = function(message, writer) {
|
|
1864
|
-
var f = void 0;
|
|
1865
|
-
f = message.getId();
|
|
1866
|
-
if (parseInt(f, 10) !== 0) {
|
|
1867
|
-
writer.writeUint64String(
|
|
1868
|
-
1,
|
|
1869
|
-
f
|
|
1870
|
-
);
|
|
1871
|
-
}
|
|
1872
|
-
f = message.getName();
|
|
1873
|
-
if (f.length > 0) {
|
|
1874
|
-
writer.writeString(
|
|
1875
|
-
2,
|
|
1876
|
-
f
|
|
1877
|
-
);
|
|
1878
|
-
}
|
|
1879
|
-
f = message.getDescription();
|
|
1880
|
-
if (f.length > 0) {
|
|
1881
|
-
writer.writeString(
|
|
1882
|
-
3,
|
|
1883
|
-
f
|
|
1884
|
-
);
|
|
1885
|
-
}
|
|
1886
|
-
f = message.getHumanname();
|
|
1887
|
-
if (f.length > 0) {
|
|
1888
|
-
writer.writeString(
|
|
1889
|
-
4,
|
|
1890
|
-
f
|
|
1891
|
-
);
|
|
1892
|
-
}
|
|
1893
|
-
f = message.getImage();
|
|
1894
|
-
if (f.length > 0) {
|
|
1895
|
-
writer.writeString(
|
|
1896
|
-
5,
|
|
1897
|
-
f
|
|
1898
|
-
);
|
|
1899
|
-
}
|
|
1900
|
-
f = message.getWebsite();
|
|
1901
|
-
if (f.length > 0) {
|
|
1902
|
-
writer.writeString(
|
|
1903
|
-
6,
|
|
1904
|
-
f
|
|
1905
|
-
);
|
|
1906
|
-
}
|
|
1907
|
-
f = message.getStatus();
|
|
1908
|
-
if (f.length > 0) {
|
|
1909
|
-
writer.writeString(
|
|
1910
|
-
7,
|
|
1911
|
-
f
|
|
1912
|
-
);
|
|
1913
|
-
}
|
|
1914
|
-
f = message.getConnectconfigurationList();
|
|
1915
|
-
if (f.length > 0) {
|
|
1916
|
-
writer.writeRepeatedMessage(
|
|
1917
|
-
9,
|
|
1918
|
-
f,
|
|
1919
|
-
proto.Variable.serializeBinaryToWriter
|
|
1920
|
-
);
|
|
1921
|
-
}
|
|
1922
|
-
};
|
|
1923
|
-
proto.Provider.prototype.getId = function() {
|
|
1924
|
-
return (
|
|
1925
|
-
/** @type {string} */
|
|
1926
|
-
jspb.Message.getFieldWithDefault(this, 1, "0")
|
|
1927
|
-
);
|
|
1928
|
-
};
|
|
1929
|
-
proto.Provider.prototype.setId = function(value) {
|
|
1930
|
-
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
1931
|
-
};
|
|
1932
|
-
proto.Provider.prototype.getName = function() {
|
|
1933
|
-
return (
|
|
1934
|
-
/** @type {string} */
|
|
1935
|
-
jspb.Message.getFieldWithDefault(this, 2, "")
|
|
1936
|
-
);
|
|
1937
|
-
};
|
|
1938
|
-
proto.Provider.prototype.setName = function(value) {
|
|
1939
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1940
|
-
};
|
|
1941
|
-
proto.Provider.prototype.getDescription = function() {
|
|
1942
|
-
return (
|
|
1943
|
-
/** @type {string} */
|
|
1944
|
-
jspb.Message.getFieldWithDefault(this, 3, "")
|
|
1945
|
-
);
|
|
1946
|
-
};
|
|
1947
|
-
proto.Provider.prototype.setDescription = function(value) {
|
|
1948
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1949
|
-
};
|
|
1950
|
-
proto.Provider.prototype.getHumanname = function() {
|
|
1951
|
-
return (
|
|
1952
|
-
/** @type {string} */
|
|
1953
|
-
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
1954
|
-
);
|
|
1955
|
-
};
|
|
1956
|
-
proto.Provider.prototype.setHumanname = function(value) {
|
|
1957
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1958
|
-
};
|
|
1959
|
-
proto.Provider.prototype.getImage = function() {
|
|
1960
|
-
return (
|
|
1961
|
-
/** @type {string} */
|
|
1962
|
-
jspb.Message.getFieldWithDefault(this, 5, "")
|
|
1963
|
-
);
|
|
1964
|
-
};
|
|
1965
|
-
proto.Provider.prototype.setImage = function(value) {
|
|
1966
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1967
|
-
};
|
|
1968
|
-
proto.Provider.prototype.getWebsite = function() {
|
|
1969
|
-
return (
|
|
1970
|
-
/** @type {string} */
|
|
1971
|
-
jspb.Message.getFieldWithDefault(this, 6, "")
|
|
1972
|
-
);
|
|
1973
|
-
};
|
|
1974
|
-
proto.Provider.prototype.setWebsite = function(value) {
|
|
1975
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1976
|
-
};
|
|
1977
|
-
proto.Provider.prototype.getStatus = function() {
|
|
1978
|
-
return (
|
|
1979
|
-
/** @type {string} */
|
|
1980
|
-
jspb.Message.getFieldWithDefault(this, 7, "")
|
|
1981
|
-
);
|
|
1982
|
-
};
|
|
1983
|
-
proto.Provider.prototype.setStatus = function(value) {
|
|
1984
|
-
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1985
|
-
};
|
|
1986
|
-
proto.Provider.prototype.getConnectconfigurationList = function() {
|
|
1987
|
-
return (
|
|
1988
|
-
/** @type{!Array<!proto.Variable>} */
|
|
1989
|
-
jspb.Message.getRepeatedWrapperField(this, proto.Variable, 9)
|
|
1990
|
-
);
|
|
1991
|
-
};
|
|
1992
|
-
proto.Provider.prototype.setConnectconfigurationList = function(value) {
|
|
1993
|
-
return jspb.Message.setRepeatedWrapperField(this, 9, value);
|
|
1994
|
-
};
|
|
1995
|
-
proto.Provider.prototype.addConnectconfiguration = function(opt_value, opt_index) {
|
|
1996
|
-
return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.Variable, opt_index);
|
|
1997
|
-
};
|
|
1998
|
-
proto.Provider.prototype.clearConnectconfigurationList = function() {
|
|
1999
|
-
return this.setConnectconfigurationList([]);
|
|
2000
|
-
};
|
|
2001
1751
|
proto.Tag.repeatedFields_ = [2];
|
|
2002
1752
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2003
1753
|
proto.Tag.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9127,7 +8877,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9127
8877
|
proto.assistant_api.AssistantWhatsappDeployment.displayName = "proto.assistant_api.AssistantWhatsappDeployment";
|
|
9128
8878
|
}
|
|
9129
8879
|
proto.assistant_api.AssistantDebuggerDeployment = function(opt_data) {
|
|
9130
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
8880
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_);
|
|
9131
8881
|
};
|
|
9132
8882
|
goog.inherits(proto.assistant_api.AssistantDebuggerDeployment, jspb.Message);
|
|
9133
8883
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -9203,7 +8953,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9203
8953
|
common_pb.Metadata.toObject,
|
|
9204
8954
|
includeInstance
|
|
9205
8955
|
),
|
|
9206
|
-
audioproviderid: jspb.Message.getFieldWithDefault(msg, 4, "0"),
|
|
9207
8956
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
9208
8957
|
audiotype: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
9209
8958
|
};
|
|
@@ -9244,13 +8993,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9244
8993
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
9245
8994
|
msg.addAudiooptions(value);
|
|
9246
8995
|
break;
|
|
9247
|
-
case 4:
|
|
9248
|
-
var value = (
|
|
9249
|
-
/** @type {string} */
|
|
9250
|
-
reader.readUint64String()
|
|
9251
|
-
);
|
|
9252
|
-
msg.setAudioproviderid(value);
|
|
9253
|
-
break;
|
|
9254
8996
|
case 5:
|
|
9255
8997
|
var value = (
|
|
9256
8998
|
/** @type {string} */
|
|
@@ -9301,13 +9043,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9301
9043
|
common_pb.Metadata.serializeBinaryToWriter
|
|
9302
9044
|
);
|
|
9303
9045
|
}
|
|
9304
|
-
f = message.getAudioproviderid();
|
|
9305
|
-
if (parseInt(f, 10) !== 0) {
|
|
9306
|
-
writer.writeUint64String(
|
|
9307
|
-
4,
|
|
9308
|
-
f
|
|
9309
|
-
);
|
|
9310
|
-
}
|
|
9311
9046
|
f = message.getStatus();
|
|
9312
9047
|
if (f.length > 0) {
|
|
9313
9048
|
writer.writeString(
|
|
@@ -9356,15 +9091,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9356
9091
|
proto.assistant_api.DeploymentAudioProvider.prototype.clearAudiooptionsList = function() {
|
|
9357
9092
|
return this.setAudiooptionsList([]);
|
|
9358
9093
|
};
|
|
9359
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.getAudioproviderid = function() {
|
|
9360
|
-
return (
|
|
9361
|
-
/** @type {string} */
|
|
9362
|
-
jspb.Message.getFieldWithDefault(this, 4, "0")
|
|
9363
|
-
);
|
|
9364
|
-
};
|
|
9365
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.setAudioproviderid = function(value) {
|
|
9366
|
-
return jspb.Message.setProto3StringIntField(this, 4, value);
|
|
9367
|
-
};
|
|
9368
9094
|
proto.assistant_api.DeploymentAudioProvider.prototype.getStatus = function() {
|
|
9369
9095
|
return (
|
|
9370
9096
|
/** @type {string} */
|
|
@@ -9407,7 +9133,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9407
9133
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
9408
9134
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9409
9135
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9410
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9411
9136
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9412
9137
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9413
9138
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
@@ -9419,7 +9144,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9419
9144
|
uploadfileenabled: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
9420
9145
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9421
9146
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9422
|
-
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, "")
|
|
9423
9151
|
};
|
|
9424
9152
|
if (includeInstance) {
|
|
9425
9153
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9474,13 +9202,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9474
9202
|
);
|
|
9475
9203
|
msg.setMistake(value);
|
|
9476
9204
|
break;
|
|
9477
|
-
case 12:
|
|
9478
|
-
var value = (
|
|
9479
|
-
/** @type {string} */
|
|
9480
|
-
reader.readString()
|
|
9481
|
-
);
|
|
9482
|
-
msg.setEnding(value);
|
|
9483
|
-
break;
|
|
9484
9205
|
case 13:
|
|
9485
9206
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9486
9207
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9555,6 +9276,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9555
9276
|
);
|
|
9556
9277
|
msg.setStatus(value);
|
|
9557
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;
|
|
9558
9300
|
default:
|
|
9559
9301
|
reader.skipField();
|
|
9560
9302
|
break;
|
|
@@ -9606,14 +9348,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9606
9348
|
f
|
|
9607
9349
|
);
|
|
9608
9350
|
}
|
|
9609
|
-
f = /** @type {string} */
|
|
9610
|
-
jspb.Message.getField(message, 12);
|
|
9611
|
-
if (f != null) {
|
|
9612
|
-
writer.writeString(
|
|
9613
|
-
12,
|
|
9614
|
-
f
|
|
9615
|
-
);
|
|
9616
|
-
}
|
|
9617
9351
|
f = message.getInputaudio();
|
|
9618
9352
|
if (f != null) {
|
|
9619
9353
|
writer.writeMessage(
|
|
@@ -9704,6 +9438,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9704
9438
|
f
|
|
9705
9439
|
);
|
|
9706
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
|
+
}
|
|
9707
9462
|
};
|
|
9708
9463
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getId = function() {
|
|
9709
9464
|
return (
|
|
@@ -9762,21 +9517,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9762
9517
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasMistake = function() {
|
|
9763
9518
|
return jspb.Message.getField(this, 11) != null;
|
|
9764
9519
|
};
|
|
9765
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getEnding = function() {
|
|
9766
|
-
return (
|
|
9767
|
-
/** @type {string} */
|
|
9768
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9769
|
-
);
|
|
9770
|
-
};
|
|
9771
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setEnding = function(value) {
|
|
9772
|
-
return jspb.Message.setField(this, 12, value);
|
|
9773
|
-
};
|
|
9774
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearEnding = function() {
|
|
9775
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9776
|
-
};
|
|
9777
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasEnding = function() {
|
|
9778
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9779
|
-
};
|
|
9780
9520
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getInputaudio = function() {
|
|
9781
9521
|
return (
|
|
9782
9522
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -9927,6 +9667,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9927
9667
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.setStatus = function(value) {
|
|
9928
9668
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
9929
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
|
+
};
|
|
9930
9697
|
proto.assistant_api.AssistantPhoneDeployment.repeatedFields_ = [17];
|
|
9931
9698
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9932
9699
|
proto.assistant_api.AssistantPhoneDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9938,11 +9705,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9938
9705
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
9939
9706
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9940
9707
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9941
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9942
9708
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9943
9709
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9944
9710
|
phoneprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
9945
|
-
phoneproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
9946
9711
|
phoneoptionsList: jspb.Message.toObjectList(
|
|
9947
9712
|
msg.getPhoneoptionsList(),
|
|
9948
9713
|
common_pb.Metadata.toObject,
|
|
@@ -9950,7 +9715,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9950
9715
|
),
|
|
9951
9716
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9952
9717
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9953
|
-
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, "")
|
|
9954
9722
|
};
|
|
9955
9723
|
if (includeInstance) {
|
|
9956
9724
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9998,13 +9766,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9998
9766
|
);
|
|
9999
9767
|
msg.setMistake(value);
|
|
10000
9768
|
break;
|
|
10001
|
-
case 12:
|
|
10002
|
-
var value = (
|
|
10003
|
-
/** @type {string} */
|
|
10004
|
-
reader.readString()
|
|
10005
|
-
);
|
|
10006
|
-
msg.setEnding(value);
|
|
10007
|
-
break;
|
|
10008
9769
|
case 13:
|
|
10009
9770
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10010
9771
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10022,13 +9783,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10022
9783
|
);
|
|
10023
9784
|
msg.setPhoneprovidername(value);
|
|
10024
9785
|
break;
|
|
10025
|
-
case 16:
|
|
10026
|
-
var value = (
|
|
10027
|
-
/** @type {string} */
|
|
10028
|
-
reader.readUint64String()
|
|
10029
|
-
);
|
|
10030
|
-
msg.setPhoneproviderid(value);
|
|
10031
|
-
break;
|
|
10032
9786
|
case 17:
|
|
10033
9787
|
var value = new common_pb.Metadata();
|
|
10034
9788
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10051,6 +9805,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10051
9805
|
);
|
|
10052
9806
|
msg.setStatus(value);
|
|
10053
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;
|
|
10054
9829
|
default:
|
|
10055
9830
|
reader.skipField();
|
|
10056
9831
|
break;
|
|
@@ -10095,14 +9870,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10095
9870
|
f
|
|
10096
9871
|
);
|
|
10097
9872
|
}
|
|
10098
|
-
f = /** @type {string} */
|
|
10099
|
-
jspb.Message.getField(message, 12);
|
|
10100
|
-
if (f != null) {
|
|
10101
|
-
writer.writeString(
|
|
10102
|
-
12,
|
|
10103
|
-
f
|
|
10104
|
-
);
|
|
10105
|
-
}
|
|
10106
9873
|
f = message.getInputaudio();
|
|
10107
9874
|
if (f != null) {
|
|
10108
9875
|
writer.writeMessage(
|
|
@@ -10126,13 +9893,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10126
9893
|
f
|
|
10127
9894
|
);
|
|
10128
9895
|
}
|
|
10129
|
-
f = message.getPhoneproviderid();
|
|
10130
|
-
if (parseInt(f, 10) !== 0) {
|
|
10131
|
-
writer.writeUint64String(
|
|
10132
|
-
16,
|
|
10133
|
-
f
|
|
10134
|
-
);
|
|
10135
|
-
}
|
|
10136
9896
|
f = message.getPhoneoptionsList();
|
|
10137
9897
|
if (f.length > 0) {
|
|
10138
9898
|
writer.writeRepeatedMessage(
|
|
@@ -10164,6 +9924,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10164
9924
|
f
|
|
10165
9925
|
);
|
|
10166
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
|
+
}
|
|
10167
9948
|
};
|
|
10168
9949
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getId = function() {
|
|
10169
9950
|
return (
|
|
@@ -10213,21 +9994,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10213
9994
|
proto.assistant_api.AssistantPhoneDeployment.prototype.hasMistake = function() {
|
|
10214
9995
|
return jspb.Message.getField(this, 11) != null;
|
|
10215
9996
|
};
|
|
10216
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getEnding = function() {
|
|
10217
|
-
return (
|
|
10218
|
-
/** @type {string} */
|
|
10219
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
10220
|
-
);
|
|
10221
|
-
};
|
|
10222
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setEnding = function(value) {
|
|
10223
|
-
return jspb.Message.setField(this, 12, value);
|
|
10224
|
-
};
|
|
10225
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.clearEnding = function() {
|
|
10226
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
10227
|
-
};
|
|
10228
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.hasEnding = function() {
|
|
10229
|
-
return jspb.Message.getField(this, 12) != null;
|
|
10230
|
-
};
|
|
10231
9997
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getInputaudio = function() {
|
|
10232
9998
|
return (
|
|
10233
9999
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -10267,15 +10033,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10267
10033
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneprovidername = function(value) {
|
|
10268
10034
|
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10269
10035
|
};
|
|
10270
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneproviderid = function() {
|
|
10271
|
-
return (
|
|
10272
|
-
/** @type {string} */
|
|
10273
|
-
jspb.Message.getFieldWithDefault(this, 16, "0")
|
|
10274
|
-
);
|
|
10275
|
-
};
|
|
10276
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneproviderid = function(value) {
|
|
10277
|
-
return jspb.Message.setProto3StringIntField(this, 16, value);
|
|
10278
|
-
};
|
|
10279
10036
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneoptionsList = function() {
|
|
10280
10037
|
return (
|
|
10281
10038
|
/** @type{!Array<!proto.Metadata>} */
|
|
@@ -10330,6 +10087,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10330
10087
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setStatus = function(value) {
|
|
10331
10088
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10332
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
|
+
};
|
|
10333
10117
|
proto.assistant_api.AssistantWhatsappDeployment.repeatedFields_ = [17];
|
|
10334
10118
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10335
10119
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -10342,9 +10126,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10342
10126
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10343
10127
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10344
10128
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10345
|
-
|
|
10129
|
+
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10130
|
+
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10346
10131
|
whatsappprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10347
|
-
whatsappproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
10348
10132
|
whatsappoptionsList: jspb.Message.toObjectList(
|
|
10349
10133
|
msg.getWhatsappoptionsList(),
|
|
10350
10134
|
common_pb.Metadata.toObject,
|
|
@@ -10352,7 +10136,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10352
10136
|
),
|
|
10353
10137
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10354
10138
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10355
|
-
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, "")
|
|
10356
10143
|
};
|
|
10357
10144
|
if (includeInstance) {
|
|
10358
10145
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10407,12 +10194,15 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10407
10194
|
);
|
|
10408
10195
|
msg.setMistake(value);
|
|
10409
10196
|
break;
|
|
10410
|
-
case
|
|
10411
|
-
var value = (
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10415
|
-
|
|
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);
|
|
10416
10206
|
break;
|
|
10417
10207
|
case 15:
|
|
10418
10208
|
var value = (
|
|
@@ -10421,13 +10211,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10421
10211
|
);
|
|
10422
10212
|
msg.setWhatsappprovidername(value);
|
|
10423
10213
|
break;
|
|
10424
|
-
case 16:
|
|
10425
|
-
var value = (
|
|
10426
|
-
/** @type {string} */
|
|
10427
|
-
reader.readUint64String()
|
|
10428
|
-
);
|
|
10429
|
-
msg.setWhatsappproviderid(value);
|
|
10430
|
-
break;
|
|
10431
10214
|
case 17:
|
|
10432
10215
|
var value = new common_pb.Metadata();
|
|
10433
10216
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10450,6 +10233,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10450
10233
|
);
|
|
10451
10234
|
msg.setStatus(value);
|
|
10452
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;
|
|
10453
10257
|
default:
|
|
10454
10258
|
reader.skipField();
|
|
10455
10259
|
break;
|
|
@@ -10501,12 +10305,20 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10501
10305
|
f
|
|
10502
10306
|
);
|
|
10503
10307
|
}
|
|
10504
|
-
f =
|
|
10505
|
-
jspb.Message.getField(message, 12);
|
|
10308
|
+
f = message.getInputaudio();
|
|
10506
10309
|
if (f != null) {
|
|
10507
|
-
writer.
|
|
10508
|
-
|
|
10509
|
-
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
|
|
10510
10322
|
);
|
|
10511
10323
|
}
|
|
10512
10324
|
f = message.getWhatsappprovidername();
|
|
@@ -10516,13 +10328,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10516
10328
|
f
|
|
10517
10329
|
);
|
|
10518
10330
|
}
|
|
10519
|
-
f = message.getWhatsappproviderid();
|
|
10520
|
-
if (parseInt(f, 10) !== 0) {
|
|
10521
|
-
writer.writeUint64String(
|
|
10522
|
-
16,
|
|
10523
|
-
f
|
|
10524
|
-
);
|
|
10525
|
-
}
|
|
10526
10331
|
f = message.getWhatsappoptionsList();
|
|
10527
10332
|
if (f.length > 0) {
|
|
10528
10333
|
writer.writeRepeatedMessage(
|
|
@@ -10554,6 +10359,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10554
10359
|
f
|
|
10555
10360
|
);
|
|
10556
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
|
+
}
|
|
10557
10383
|
};
|
|
10558
10384
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getId = function() {
|
|
10559
10385
|
return (
|
|
@@ -10612,38 +10438,44 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10612
10438
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasMistake = function() {
|
|
10613
10439
|
return jspb.Message.getField(this, 11) != null;
|
|
10614
10440
|
};
|
|
10615
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10441
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getInputaudio = function() {
|
|
10616
10442
|
return (
|
|
10617
|
-
/** @type
|
|
10618
|
-
jspb.Message.
|
|
10443
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10444
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 13)
|
|
10619
10445
|
);
|
|
10620
10446
|
};
|
|
10621
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10622
|
-
return jspb.Message.
|
|
10447
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setInputaudio = function(value) {
|
|
10448
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
10623
10449
|
};
|
|
10624
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10625
|
-
return
|
|
10450
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearInputaudio = function() {
|
|
10451
|
+
return this.setInputaudio(void 0);
|
|
10626
10452
|
};
|
|
10627
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10628
|
-
return jspb.Message.getField(this,
|
|
10453
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasInputaudio = function() {
|
|
10454
|
+
return jspb.Message.getField(this, 13) != null;
|
|
10629
10455
|
};
|
|
10630
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10456
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getOutputaudio = function() {
|
|
10631
10457
|
return (
|
|
10632
|
-
/** @type
|
|
10633
|
-
jspb.Message.
|
|
10458
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10459
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 14)
|
|
10634
10460
|
);
|
|
10635
10461
|
};
|
|
10636
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10637
|
-
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;
|
|
10638
10470
|
};
|
|
10639
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10471
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappprovidername = function() {
|
|
10640
10472
|
return (
|
|
10641
10473
|
/** @type {string} */
|
|
10642
|
-
jspb.Message.getFieldWithDefault(this,
|
|
10474
|
+
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
10643
10475
|
);
|
|
10644
10476
|
};
|
|
10645
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10646
|
-
return jspb.Message.
|
|
10477
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setWhatsappprovidername = function(value) {
|
|
10478
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10647
10479
|
};
|
|
10648
10480
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappoptionsList = function() {
|
|
10649
10481
|
return (
|
|
@@ -10699,7 +10531,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10699
10531
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.setStatus = function(value) {
|
|
10700
10532
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10701
10533
|
};
|
|
10702
|
-
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
|
+
};
|
|
10703
10561
|
proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_ = [[15, 16]];
|
|
10704
10562
|
proto.assistant_api.AssistantDebuggerDeployment.IconCase = {
|
|
10705
10563
|
ICON_NOT_SET: 0,
|
|
@@ -10723,15 +10581,16 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10723
10581
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10724
10582
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10725
10583
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10726
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10727
10584
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10728
10585
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10729
10586
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10730
10587
|
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
10731
|
-
suggestionList: (f = jspb.Message.getRepeatedField(msg, 20)) == null ? void 0 : f,
|
|
10732
10588
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10733
10589
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10734
|
-
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, "")
|
|
10735
10594
|
};
|
|
10736
10595
|
if (includeInstance) {
|
|
10737
10596
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10786,13 +10645,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10786
10645
|
);
|
|
10787
10646
|
msg.setMistake(value);
|
|
10788
10647
|
break;
|
|
10789
|
-
case 12:
|
|
10790
|
-
var value = (
|
|
10791
|
-
/** @type {string} */
|
|
10792
|
-
reader.readString()
|
|
10793
|
-
);
|
|
10794
|
-
msg.setEnding(value);
|
|
10795
|
-
break;
|
|
10796
10648
|
case 13:
|
|
10797
10649
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10798
10650
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10815,13 +10667,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10815
10667
|
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
10816
10668
|
msg.setRaw(value);
|
|
10817
10669
|
break;
|
|
10818
|
-
case 20:
|
|
10819
|
-
var value = (
|
|
10820
|
-
/** @type {string} */
|
|
10821
|
-
reader.readString()
|
|
10822
|
-
);
|
|
10823
|
-
msg.addSuggestion(value);
|
|
10824
|
-
break;
|
|
10825
10670
|
case 26:
|
|
10826
10671
|
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
10827
10672
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
@@ -10839,6 +10684,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10839
10684
|
);
|
|
10840
10685
|
msg.setStatus(value);
|
|
10841
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;
|
|
10842
10708
|
default:
|
|
10843
10709
|
reader.skipField();
|
|
10844
10710
|
break;
|
|
@@ -10890,14 +10756,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10890
10756
|
f
|
|
10891
10757
|
);
|
|
10892
10758
|
}
|
|
10893
|
-
f = /** @type {string} */
|
|
10894
|
-
jspb.Message.getField(message, 12);
|
|
10895
|
-
if (f != null) {
|
|
10896
|
-
writer.writeString(
|
|
10897
|
-
12,
|
|
10898
|
-
f
|
|
10899
|
-
);
|
|
10900
|
-
}
|
|
10901
10759
|
f = message.getInputaudio();
|
|
10902
10760
|
if (f != null) {
|
|
10903
10761
|
writer.writeMessage(
|
|
@@ -10930,13 +10788,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10930
10788
|
common_pb.Content.serializeBinaryToWriter
|
|
10931
10789
|
);
|
|
10932
10790
|
}
|
|
10933
|
-
f = message.getSuggestionList();
|
|
10934
|
-
if (f.length > 0) {
|
|
10935
|
-
writer.writeRepeatedString(
|
|
10936
|
-
20,
|
|
10937
|
-
f
|
|
10938
|
-
);
|
|
10939
|
-
}
|
|
10940
10791
|
f = message.getCreateddate();
|
|
10941
10792
|
if (f != null) {
|
|
10942
10793
|
writer.writeMessage(
|
|
@@ -10960,6 +10811,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10960
10811
|
f
|
|
10961
10812
|
);
|
|
10962
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
|
+
}
|
|
10963
10835
|
};
|
|
10964
10836
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getId = function() {
|
|
10965
10837
|
return (
|
|
@@ -11018,21 +10890,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11018
10890
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasMistake = function() {
|
|
11019
10891
|
return jspb.Message.getField(this, 11) != null;
|
|
11020
10892
|
};
|
|
11021
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getEnding = function() {
|
|
11022
|
-
return (
|
|
11023
|
-
/** @type {string} */
|
|
11024
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11025
|
-
);
|
|
11026
|
-
};
|
|
11027
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setEnding = function(value) {
|
|
11028
|
-
return jspb.Message.setField(this, 12, value);
|
|
11029
|
-
};
|
|
11030
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearEnding = function() {
|
|
11031
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11032
|
-
};
|
|
11033
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasEnding = function() {
|
|
11034
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11035
|
-
};
|
|
11036
10893
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getInputaudio = function() {
|
|
11037
10894
|
return (
|
|
11038
10895
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11093,21 +10950,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11093
10950
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasRaw = function() {
|
|
11094
10951
|
return jspb.Message.getField(this, 16) != null;
|
|
11095
10952
|
};
|
|
11096
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getSuggestionList = function() {
|
|
11097
|
-
return (
|
|
11098
|
-
/** @type {!Array<string>} */
|
|
11099
|
-
jspb.Message.getRepeatedField(this, 20)
|
|
11100
|
-
);
|
|
11101
|
-
};
|
|
11102
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setSuggestionList = function(value) {
|
|
11103
|
-
return jspb.Message.setField(this, 20, value || []);
|
|
11104
|
-
};
|
|
11105
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.addSuggestion = function(value, opt_index) {
|
|
11106
|
-
return jspb.Message.addToRepeatedField(this, 20, value, opt_index);
|
|
11107
|
-
};
|
|
11108
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearSuggestionList = function() {
|
|
11109
|
-
return this.setSuggestionList([]);
|
|
11110
|
-
};
|
|
11111
10953
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getCreateddate = function() {
|
|
11112
10954
|
return (
|
|
11113
10955
|
/** @type{?proto.google.protobuf.Timestamp} */
|
|
@@ -11147,6 +10989,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11147
10989
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.setStatus = function(value) {
|
|
11148
10990
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11149
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
|
+
};
|
|
11150
11019
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
11151
11020
|
proto.assistant_api.AssistantApiDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
11152
11021
|
return proto.assistant_api.AssistantApiDeployment.toObject(opt_includeInstance, this);
|
|
@@ -11157,12 +11026,14 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11157
11026
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
11158
11027
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
11159
11028
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
11160
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
11161
11029
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
11162
11030
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
11163
11031
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11164
11032
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11165
|
-
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, "")
|
|
11166
11037
|
};
|
|
11167
11038
|
if (includeInstance) {
|
|
11168
11039
|
obj.$jspbMessageInstance = msg;
|
|
@@ -11210,13 +11081,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11210
11081
|
);
|
|
11211
11082
|
msg.setMistake(value);
|
|
11212
11083
|
break;
|
|
11213
|
-
case 12:
|
|
11214
|
-
var value = (
|
|
11215
|
-
/** @type {string} */
|
|
11216
|
-
reader.readString()
|
|
11217
|
-
);
|
|
11218
|
-
msg.setEnding(value);
|
|
11219
|
-
break;
|
|
11220
11084
|
case 13:
|
|
11221
11085
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
11222
11086
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -11244,6 +11108,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11244
11108
|
);
|
|
11245
11109
|
msg.setStatus(value);
|
|
11246
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;
|
|
11247
11132
|
default:
|
|
11248
11133
|
reader.skipField();
|
|
11249
11134
|
break;
|
|
@@ -11288,14 +11173,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11288
11173
|
f
|
|
11289
11174
|
);
|
|
11290
11175
|
}
|
|
11291
|
-
f = /** @type {string} */
|
|
11292
|
-
jspb.Message.getField(message, 12);
|
|
11293
|
-
if (f != null) {
|
|
11294
|
-
writer.writeString(
|
|
11295
|
-
12,
|
|
11296
|
-
f
|
|
11297
|
-
);
|
|
11298
|
-
}
|
|
11299
11176
|
f = message.getInputaudio();
|
|
11300
11177
|
if (f != null) {
|
|
11301
11178
|
writer.writeMessage(
|
|
@@ -11335,6 +11212,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11335
11212
|
f
|
|
11336
11213
|
);
|
|
11337
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
|
+
}
|
|
11338
11236
|
};
|
|
11339
11237
|
proto.assistant_api.AssistantApiDeployment.prototype.getId = function() {
|
|
11340
11238
|
return (
|
|
@@ -11384,21 +11282,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11384
11282
|
proto.assistant_api.AssistantApiDeployment.prototype.hasMistake = function() {
|
|
11385
11283
|
return jspb.Message.getField(this, 11) != null;
|
|
11386
11284
|
};
|
|
11387
|
-
proto.assistant_api.AssistantApiDeployment.prototype.getEnding = function() {
|
|
11388
|
-
return (
|
|
11389
|
-
/** @type {string} */
|
|
11390
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11391
|
-
);
|
|
11392
|
-
};
|
|
11393
|
-
proto.assistant_api.AssistantApiDeployment.prototype.setEnding = function(value) {
|
|
11394
|
-
return jspb.Message.setField(this, 12, value);
|
|
11395
|
-
};
|
|
11396
|
-
proto.assistant_api.AssistantApiDeployment.prototype.clearEnding = function() {
|
|
11397
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11398
|
-
};
|
|
11399
|
-
proto.assistant_api.AssistantApiDeployment.prototype.hasEnding = function() {
|
|
11400
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11401
|
-
};
|
|
11402
11285
|
proto.assistant_api.AssistantApiDeployment.prototype.getInputaudio = function() {
|
|
11403
11286
|
return (
|
|
11404
11287
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11468,6 +11351,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11468
11351
|
proto.assistant_api.AssistantApiDeployment.prototype.setStatus = function(value) {
|
|
11469
11352
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11470
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
|
+
};
|
|
11471
11381
|
proto.assistant_api.CreateAssistantDeploymentRequest.oneofGroups_ = [[1, 2, 3, 4, 5]];
|
|
11472
11382
|
proto.assistant_api.CreateAssistantDeploymentRequest.DeploymentCase = {
|
|
11473
11383
|
DEPLOYMENT_NOT_SET: 0,
|
|
@@ -21630,7 +21540,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21630
21540
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.toObject = function(includeInstance, msg) {
|
|
21631
21541
|
var f, obj = {
|
|
21632
21542
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
21633
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 21, "0"),
|
|
21634
21543
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
21635
21544
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
21636
21545
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -21661,13 +21570,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21661
21570
|
reader.readMessage(value, common_pb.TextChatCompletePrompt.deserializeBinaryFromReader);
|
|
21662
21571
|
msg.setTemplate(value);
|
|
21663
21572
|
break;
|
|
21664
|
-
case 21:
|
|
21665
|
-
var value = (
|
|
21666
|
-
/** @type {string} */
|
|
21667
|
-
reader.readUint64String()
|
|
21668
|
-
);
|
|
21669
|
-
msg.setModelproviderid(value);
|
|
21670
|
-
break;
|
|
21671
21573
|
case 22:
|
|
21672
21574
|
var value = (
|
|
21673
21575
|
/** @type {string} */
|
|
@@ -21702,13 +21604,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21702
21604
|
common_pb.TextChatCompletePrompt.serializeBinaryToWriter
|
|
21703
21605
|
);
|
|
21704
21606
|
}
|
|
21705
|
-
f = message.getModelproviderid();
|
|
21706
|
-
if (parseInt(f, 10) !== 0) {
|
|
21707
|
-
writer.writeUint64String(
|
|
21708
|
-
21,
|
|
21709
|
-
f
|
|
21710
|
-
);
|
|
21711
|
-
}
|
|
21712
21607
|
f = message.getModelprovidername();
|
|
21713
21608
|
if (f.length > 0) {
|
|
21714
21609
|
writer.writeString(
|
|
@@ -21740,15 +21635,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21740
21635
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.hasTemplate = function() {
|
|
21741
21636
|
return jspb.Message.getField(this, 20) != null;
|
|
21742
21637
|
};
|
|
21743
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelproviderid = function() {
|
|
21744
|
-
return (
|
|
21745
|
-
/** @type {string} */
|
|
21746
|
-
jspb.Message.getFieldWithDefault(this, 21, "0")
|
|
21747
|
-
);
|
|
21748
|
-
};
|
|
21749
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
21750
|
-
return jspb.Message.setProto3StringIntField(this, 21, value);
|
|
21751
|
-
};
|
|
21752
21638
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelprovidername = function() {
|
|
21753
21639
|
return (
|
|
21754
21640
|
/** @type {string} */
|
|
@@ -22827,7 +22713,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22827
22713
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
22828
22714
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22829
22715
|
assistantid: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
22830
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 6, "0"),
|
|
22831
22716
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22832
22717
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
22833
22718
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -22886,13 +22771,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22886
22771
|
);
|
|
22887
22772
|
msg.setAssistantid(value);
|
|
22888
22773
|
break;
|
|
22889
|
-
case 6:
|
|
22890
|
-
var value = (
|
|
22891
|
-
/** @type {string} */
|
|
22892
|
-
reader.readUint64String()
|
|
22893
|
-
);
|
|
22894
|
-
msg.setModelproviderid(value);
|
|
22895
|
-
break;
|
|
22896
22774
|
case 7:
|
|
22897
22775
|
var value = (
|
|
22898
22776
|
/** @type {string} */
|
|
@@ -22989,13 +22867,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22989
22867
|
f
|
|
22990
22868
|
);
|
|
22991
22869
|
}
|
|
22992
|
-
f = message.getModelproviderid();
|
|
22993
|
-
if (parseInt(f, 10) !== 0) {
|
|
22994
|
-
writer.writeUint64String(
|
|
22995
|
-
6,
|
|
22996
|
-
f
|
|
22997
|
-
);
|
|
22998
|
-
}
|
|
22999
22870
|
f = message.getModelprovidername();
|
|
23000
22871
|
if (f.length > 0) {
|
|
23001
22872
|
writer.writeString(
|
|
@@ -23107,15 +22978,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
23107
22978
|
proto.assistant_api.AssistantProviderModel.prototype.setAssistantid = function(value) {
|
|
23108
22979
|
return jspb.Message.setProto3IntField(this, 4, value);
|
|
23109
22980
|
};
|
|
23110
|
-
proto.assistant_api.AssistantProviderModel.prototype.getModelproviderid = function() {
|
|
23111
|
-
return (
|
|
23112
|
-
/** @type {string} */
|
|
23113
|
-
jspb.Message.getFieldWithDefault(this, 6, "0")
|
|
23114
|
-
);
|
|
23115
|
-
};
|
|
23116
|
-
proto.assistant_api.AssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
23117
|
-
return jspb.Message.setProto3StringIntField(this, 6, value);
|
|
23118
|
-
};
|
|
23119
22981
|
proto.assistant_api.AssistantProviderModel.prototype.getModelprovidername = function() {
|
|
23120
22982
|
return (
|
|
23121
22983
|
/** @type {string} */
|