@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
|
@@ -61,7 +61,6 @@ var require_common_pb = __commonJS({
|
|
|
61
61
|
goog.exportSymbol("proto.Organization", null, global);
|
|
62
62
|
goog.exportSymbol("proto.Paginate", null, global);
|
|
63
63
|
goog.exportSymbol("proto.Paginated", null, global);
|
|
64
|
-
goog.exportSymbol("proto.Provider", null, global);
|
|
65
64
|
goog.exportSymbol("proto.Source", null, global);
|
|
66
65
|
goog.exportSymbol("proto.Tag", null, global);
|
|
67
66
|
goog.exportSymbol("proto.Telemetry", null, global);
|
|
@@ -154,13 +153,6 @@ var require_common_pb = __commonJS({
|
|
|
154
153
|
if (goog.DEBUG && !COMPILED) {
|
|
155
154
|
proto.Variable.displayName = "proto.Variable";
|
|
156
155
|
}
|
|
157
|
-
proto.Provider = function(opt_data) {
|
|
158
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.Provider.repeatedFields_, null);
|
|
159
|
-
};
|
|
160
|
-
goog.inherits(proto.Provider, jspb.Message);
|
|
161
|
-
if (goog.DEBUG && !COMPILED) {
|
|
162
|
-
proto.Provider.displayName = "proto.Provider";
|
|
163
|
-
}
|
|
164
156
|
proto.Tag = function(opt_data) {
|
|
165
157
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.Tag.repeatedFields_, null);
|
|
166
158
|
};
|
|
@@ -1731,248 +1723,6 @@ var require_common_pb = __commonJS({
|
|
|
1731
1723
|
proto.Variable.prototype.hasDefaultvalue = function() {
|
|
1732
1724
|
return jspb.Message.getField(this, 4) != null;
|
|
1733
1725
|
};
|
|
1734
|
-
proto.Provider.repeatedFields_ = [9];
|
|
1735
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1736
|
-
proto.Provider.prototype.toObject = function(opt_includeInstance) {
|
|
1737
|
-
return proto.Provider.toObject(opt_includeInstance, this);
|
|
1738
|
-
};
|
|
1739
|
-
proto.Provider.toObject = function(includeInstance, msg) {
|
|
1740
|
-
var f, obj = {
|
|
1741
|
-
id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
1742
|
-
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1743
|
-
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1744
|
-
humanname: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1745
|
-
image: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1746
|
-
website: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1747
|
-
status: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1748
|
-
connectconfigurationList: jspb.Message.toObjectList(
|
|
1749
|
-
msg.getConnectconfigurationList(),
|
|
1750
|
-
proto.Variable.toObject,
|
|
1751
|
-
includeInstance
|
|
1752
|
-
)
|
|
1753
|
-
};
|
|
1754
|
-
if (includeInstance) {
|
|
1755
|
-
obj.$jspbMessageInstance = msg;
|
|
1756
|
-
}
|
|
1757
|
-
return obj;
|
|
1758
|
-
};
|
|
1759
|
-
}
|
|
1760
|
-
proto.Provider.deserializeBinary = function(bytes) {
|
|
1761
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
1762
|
-
var msg = new proto.Provider();
|
|
1763
|
-
return proto.Provider.deserializeBinaryFromReader(msg, reader);
|
|
1764
|
-
};
|
|
1765
|
-
proto.Provider.deserializeBinaryFromReader = function(msg, reader) {
|
|
1766
|
-
while (reader.nextField()) {
|
|
1767
|
-
if (reader.isEndGroup()) {
|
|
1768
|
-
break;
|
|
1769
|
-
}
|
|
1770
|
-
var field = reader.getFieldNumber();
|
|
1771
|
-
switch (field) {
|
|
1772
|
-
case 1:
|
|
1773
|
-
var value = (
|
|
1774
|
-
/** @type {string} */
|
|
1775
|
-
reader.readUint64String()
|
|
1776
|
-
);
|
|
1777
|
-
msg.setId(value);
|
|
1778
|
-
break;
|
|
1779
|
-
case 2:
|
|
1780
|
-
var value = (
|
|
1781
|
-
/** @type {string} */
|
|
1782
|
-
reader.readString()
|
|
1783
|
-
);
|
|
1784
|
-
msg.setName(value);
|
|
1785
|
-
break;
|
|
1786
|
-
case 3:
|
|
1787
|
-
var value = (
|
|
1788
|
-
/** @type {string} */
|
|
1789
|
-
reader.readString()
|
|
1790
|
-
);
|
|
1791
|
-
msg.setDescription(value);
|
|
1792
|
-
break;
|
|
1793
|
-
case 4:
|
|
1794
|
-
var value = (
|
|
1795
|
-
/** @type {string} */
|
|
1796
|
-
reader.readString()
|
|
1797
|
-
);
|
|
1798
|
-
msg.setHumanname(value);
|
|
1799
|
-
break;
|
|
1800
|
-
case 5:
|
|
1801
|
-
var value = (
|
|
1802
|
-
/** @type {string} */
|
|
1803
|
-
reader.readString()
|
|
1804
|
-
);
|
|
1805
|
-
msg.setImage(value);
|
|
1806
|
-
break;
|
|
1807
|
-
case 6:
|
|
1808
|
-
var value = (
|
|
1809
|
-
/** @type {string} */
|
|
1810
|
-
reader.readString()
|
|
1811
|
-
);
|
|
1812
|
-
msg.setWebsite(value);
|
|
1813
|
-
break;
|
|
1814
|
-
case 7:
|
|
1815
|
-
var value = (
|
|
1816
|
-
/** @type {string} */
|
|
1817
|
-
reader.readString()
|
|
1818
|
-
);
|
|
1819
|
-
msg.setStatus(value);
|
|
1820
|
-
break;
|
|
1821
|
-
case 9:
|
|
1822
|
-
var value = new proto.Variable();
|
|
1823
|
-
reader.readMessage(value, proto.Variable.deserializeBinaryFromReader);
|
|
1824
|
-
msg.addConnectconfiguration(value);
|
|
1825
|
-
break;
|
|
1826
|
-
default:
|
|
1827
|
-
reader.skipField();
|
|
1828
|
-
break;
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
return msg;
|
|
1832
|
-
};
|
|
1833
|
-
proto.Provider.prototype.serializeBinary = function() {
|
|
1834
|
-
var writer = new jspb.BinaryWriter();
|
|
1835
|
-
proto.Provider.serializeBinaryToWriter(this, writer);
|
|
1836
|
-
return writer.getResultBuffer();
|
|
1837
|
-
};
|
|
1838
|
-
proto.Provider.serializeBinaryToWriter = function(message, writer) {
|
|
1839
|
-
var f = void 0;
|
|
1840
|
-
f = message.getId();
|
|
1841
|
-
if (parseInt(f, 10) !== 0) {
|
|
1842
|
-
writer.writeUint64String(
|
|
1843
|
-
1,
|
|
1844
|
-
f
|
|
1845
|
-
);
|
|
1846
|
-
}
|
|
1847
|
-
f = message.getName();
|
|
1848
|
-
if (f.length > 0) {
|
|
1849
|
-
writer.writeString(
|
|
1850
|
-
2,
|
|
1851
|
-
f
|
|
1852
|
-
);
|
|
1853
|
-
}
|
|
1854
|
-
f = message.getDescription();
|
|
1855
|
-
if (f.length > 0) {
|
|
1856
|
-
writer.writeString(
|
|
1857
|
-
3,
|
|
1858
|
-
f
|
|
1859
|
-
);
|
|
1860
|
-
}
|
|
1861
|
-
f = message.getHumanname();
|
|
1862
|
-
if (f.length > 0) {
|
|
1863
|
-
writer.writeString(
|
|
1864
|
-
4,
|
|
1865
|
-
f
|
|
1866
|
-
);
|
|
1867
|
-
}
|
|
1868
|
-
f = message.getImage();
|
|
1869
|
-
if (f.length > 0) {
|
|
1870
|
-
writer.writeString(
|
|
1871
|
-
5,
|
|
1872
|
-
f
|
|
1873
|
-
);
|
|
1874
|
-
}
|
|
1875
|
-
f = message.getWebsite();
|
|
1876
|
-
if (f.length > 0) {
|
|
1877
|
-
writer.writeString(
|
|
1878
|
-
6,
|
|
1879
|
-
f
|
|
1880
|
-
);
|
|
1881
|
-
}
|
|
1882
|
-
f = message.getStatus();
|
|
1883
|
-
if (f.length > 0) {
|
|
1884
|
-
writer.writeString(
|
|
1885
|
-
7,
|
|
1886
|
-
f
|
|
1887
|
-
);
|
|
1888
|
-
}
|
|
1889
|
-
f = message.getConnectconfigurationList();
|
|
1890
|
-
if (f.length > 0) {
|
|
1891
|
-
writer.writeRepeatedMessage(
|
|
1892
|
-
9,
|
|
1893
|
-
f,
|
|
1894
|
-
proto.Variable.serializeBinaryToWriter
|
|
1895
|
-
);
|
|
1896
|
-
}
|
|
1897
|
-
};
|
|
1898
|
-
proto.Provider.prototype.getId = function() {
|
|
1899
|
-
return (
|
|
1900
|
-
/** @type {string} */
|
|
1901
|
-
jspb.Message.getFieldWithDefault(this, 1, "0")
|
|
1902
|
-
);
|
|
1903
|
-
};
|
|
1904
|
-
proto.Provider.prototype.setId = function(value) {
|
|
1905
|
-
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
1906
|
-
};
|
|
1907
|
-
proto.Provider.prototype.getName = function() {
|
|
1908
|
-
return (
|
|
1909
|
-
/** @type {string} */
|
|
1910
|
-
jspb.Message.getFieldWithDefault(this, 2, "")
|
|
1911
|
-
);
|
|
1912
|
-
};
|
|
1913
|
-
proto.Provider.prototype.setName = function(value) {
|
|
1914
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1915
|
-
};
|
|
1916
|
-
proto.Provider.prototype.getDescription = function() {
|
|
1917
|
-
return (
|
|
1918
|
-
/** @type {string} */
|
|
1919
|
-
jspb.Message.getFieldWithDefault(this, 3, "")
|
|
1920
|
-
);
|
|
1921
|
-
};
|
|
1922
|
-
proto.Provider.prototype.setDescription = function(value) {
|
|
1923
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1924
|
-
};
|
|
1925
|
-
proto.Provider.prototype.getHumanname = function() {
|
|
1926
|
-
return (
|
|
1927
|
-
/** @type {string} */
|
|
1928
|
-
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
1929
|
-
);
|
|
1930
|
-
};
|
|
1931
|
-
proto.Provider.prototype.setHumanname = function(value) {
|
|
1932
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1933
|
-
};
|
|
1934
|
-
proto.Provider.prototype.getImage = function() {
|
|
1935
|
-
return (
|
|
1936
|
-
/** @type {string} */
|
|
1937
|
-
jspb.Message.getFieldWithDefault(this, 5, "")
|
|
1938
|
-
);
|
|
1939
|
-
};
|
|
1940
|
-
proto.Provider.prototype.setImage = function(value) {
|
|
1941
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1942
|
-
};
|
|
1943
|
-
proto.Provider.prototype.getWebsite = function() {
|
|
1944
|
-
return (
|
|
1945
|
-
/** @type {string} */
|
|
1946
|
-
jspb.Message.getFieldWithDefault(this, 6, "")
|
|
1947
|
-
);
|
|
1948
|
-
};
|
|
1949
|
-
proto.Provider.prototype.setWebsite = function(value) {
|
|
1950
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1951
|
-
};
|
|
1952
|
-
proto.Provider.prototype.getStatus = function() {
|
|
1953
|
-
return (
|
|
1954
|
-
/** @type {string} */
|
|
1955
|
-
jspb.Message.getFieldWithDefault(this, 7, "")
|
|
1956
|
-
);
|
|
1957
|
-
};
|
|
1958
|
-
proto.Provider.prototype.setStatus = function(value) {
|
|
1959
|
-
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1960
|
-
};
|
|
1961
|
-
proto.Provider.prototype.getConnectconfigurationList = function() {
|
|
1962
|
-
return (
|
|
1963
|
-
/** @type{!Array<!proto.Variable>} */
|
|
1964
|
-
jspb.Message.getRepeatedWrapperField(this, proto.Variable, 9)
|
|
1965
|
-
);
|
|
1966
|
-
};
|
|
1967
|
-
proto.Provider.prototype.setConnectconfigurationList = function(value) {
|
|
1968
|
-
return jspb.Message.setRepeatedWrapperField(this, 9, value);
|
|
1969
|
-
};
|
|
1970
|
-
proto.Provider.prototype.addConnectconfiguration = function(opt_value, opt_index) {
|
|
1971
|
-
return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.Variable, opt_index);
|
|
1972
|
-
};
|
|
1973
|
-
proto.Provider.prototype.clearConnectconfigurationList = function() {
|
|
1974
|
-
return this.setConnectconfigurationList([]);
|
|
1975
|
-
};
|
|
1976
1726
|
proto.Tag.repeatedFields_ = [2];
|
|
1977
1727
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1978
1728
|
proto.Tag.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9102,7 +8852,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9102
8852
|
proto.assistant_api.AssistantWhatsappDeployment.displayName = "proto.assistant_api.AssistantWhatsappDeployment";
|
|
9103
8853
|
}
|
|
9104
8854
|
proto.assistant_api.AssistantDebuggerDeployment = function(opt_data) {
|
|
9105
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
8855
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_);
|
|
9106
8856
|
};
|
|
9107
8857
|
goog.inherits(proto.assistant_api.AssistantDebuggerDeployment, jspb.Message);
|
|
9108
8858
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -9178,7 +8928,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9178
8928
|
common_pb.Metadata.toObject,
|
|
9179
8929
|
includeInstance
|
|
9180
8930
|
),
|
|
9181
|
-
audioproviderid: jspb.Message.getFieldWithDefault(msg, 4, "0"),
|
|
9182
8931
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
9183
8932
|
audiotype: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
9184
8933
|
};
|
|
@@ -9219,13 +8968,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9219
8968
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
9220
8969
|
msg.addAudiooptions(value);
|
|
9221
8970
|
break;
|
|
9222
|
-
case 4:
|
|
9223
|
-
var value = (
|
|
9224
|
-
/** @type {string} */
|
|
9225
|
-
reader.readUint64String()
|
|
9226
|
-
);
|
|
9227
|
-
msg.setAudioproviderid(value);
|
|
9228
|
-
break;
|
|
9229
8971
|
case 5:
|
|
9230
8972
|
var value = (
|
|
9231
8973
|
/** @type {string} */
|
|
@@ -9276,13 +9018,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9276
9018
|
common_pb.Metadata.serializeBinaryToWriter
|
|
9277
9019
|
);
|
|
9278
9020
|
}
|
|
9279
|
-
f = message.getAudioproviderid();
|
|
9280
|
-
if (parseInt(f, 10) !== 0) {
|
|
9281
|
-
writer.writeUint64String(
|
|
9282
|
-
4,
|
|
9283
|
-
f
|
|
9284
|
-
);
|
|
9285
|
-
}
|
|
9286
9021
|
f = message.getStatus();
|
|
9287
9022
|
if (f.length > 0) {
|
|
9288
9023
|
writer.writeString(
|
|
@@ -9331,15 +9066,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9331
9066
|
proto.assistant_api.DeploymentAudioProvider.prototype.clearAudiooptionsList = function() {
|
|
9332
9067
|
return this.setAudiooptionsList([]);
|
|
9333
9068
|
};
|
|
9334
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.getAudioproviderid = function() {
|
|
9335
|
-
return (
|
|
9336
|
-
/** @type {string} */
|
|
9337
|
-
jspb.Message.getFieldWithDefault(this, 4, "0")
|
|
9338
|
-
);
|
|
9339
|
-
};
|
|
9340
|
-
proto.assistant_api.DeploymentAudioProvider.prototype.setAudioproviderid = function(value) {
|
|
9341
|
-
return jspb.Message.setProto3StringIntField(this, 4, value);
|
|
9342
|
-
};
|
|
9343
9069
|
proto.assistant_api.DeploymentAudioProvider.prototype.getStatus = function() {
|
|
9344
9070
|
return (
|
|
9345
9071
|
/** @type {string} */
|
|
@@ -9382,7 +9108,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9382
9108
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
9383
9109
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9384
9110
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9385
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9386
9111
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9387
9112
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9388
9113
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
@@ -9394,7 +9119,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9394
9119
|
uploadfileenabled: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
9395
9120
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9396
9121
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9397
|
-
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, "")
|
|
9398
9126
|
};
|
|
9399
9127
|
if (includeInstance) {
|
|
9400
9128
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9449,13 +9177,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9449
9177
|
);
|
|
9450
9178
|
msg.setMistake(value);
|
|
9451
9179
|
break;
|
|
9452
|
-
case 12:
|
|
9453
|
-
var value = (
|
|
9454
|
-
/** @type {string} */
|
|
9455
|
-
reader.readString()
|
|
9456
|
-
);
|
|
9457
|
-
msg.setEnding(value);
|
|
9458
|
-
break;
|
|
9459
9180
|
case 13:
|
|
9460
9181
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9461
9182
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9530,6 +9251,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9530
9251
|
);
|
|
9531
9252
|
msg.setStatus(value);
|
|
9532
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;
|
|
9533
9275
|
default:
|
|
9534
9276
|
reader.skipField();
|
|
9535
9277
|
break;
|
|
@@ -9581,14 +9323,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9581
9323
|
f
|
|
9582
9324
|
);
|
|
9583
9325
|
}
|
|
9584
|
-
f = /** @type {string} */
|
|
9585
|
-
jspb.Message.getField(message, 12);
|
|
9586
|
-
if (f != null) {
|
|
9587
|
-
writer.writeString(
|
|
9588
|
-
12,
|
|
9589
|
-
f
|
|
9590
|
-
);
|
|
9591
|
-
}
|
|
9592
9326
|
f = message.getInputaudio();
|
|
9593
9327
|
if (f != null) {
|
|
9594
9328
|
writer.writeMessage(
|
|
@@ -9679,6 +9413,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9679
9413
|
f
|
|
9680
9414
|
);
|
|
9681
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
|
+
}
|
|
9682
9437
|
};
|
|
9683
9438
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getId = function() {
|
|
9684
9439
|
return (
|
|
@@ -9737,21 +9492,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9737
9492
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasMistake = function() {
|
|
9738
9493
|
return jspb.Message.getField(this, 11) != null;
|
|
9739
9494
|
};
|
|
9740
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getEnding = function() {
|
|
9741
|
-
return (
|
|
9742
|
-
/** @type {string} */
|
|
9743
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
9744
|
-
);
|
|
9745
|
-
};
|
|
9746
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setEnding = function(value) {
|
|
9747
|
-
return jspb.Message.setField(this, 12, value);
|
|
9748
|
-
};
|
|
9749
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearEnding = function() {
|
|
9750
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
9751
|
-
};
|
|
9752
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasEnding = function() {
|
|
9753
|
-
return jspb.Message.getField(this, 12) != null;
|
|
9754
|
-
};
|
|
9755
9495
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getInputaudio = function() {
|
|
9756
9496
|
return (
|
|
9757
9497
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -9902,6 +9642,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9902
9642
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.setStatus = function(value) {
|
|
9903
9643
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
9904
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
|
+
};
|
|
9905
9672
|
proto.assistant_api.AssistantPhoneDeployment.repeatedFields_ = [17];
|
|
9906
9673
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9907
9674
|
proto.assistant_api.AssistantPhoneDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -9913,11 +9680,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9913
9680
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
9914
9681
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
9915
9682
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9916
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9917
9683
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9918
9684
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9919
9685
|
phoneprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
9920
|
-
phoneproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
9921
9686
|
phoneoptionsList: jspb.Message.toObjectList(
|
|
9922
9687
|
msg.getPhoneoptionsList(),
|
|
9923
9688
|
common_pb.Metadata.toObject,
|
|
@@ -9925,7 +9690,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9925
9690
|
),
|
|
9926
9691
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9927
9692
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
9928
|
-
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, "")
|
|
9929
9697
|
};
|
|
9930
9698
|
if (includeInstance) {
|
|
9931
9699
|
obj.$jspbMessageInstance = msg;
|
|
@@ -9973,13 +9741,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9973
9741
|
);
|
|
9974
9742
|
msg.setMistake(value);
|
|
9975
9743
|
break;
|
|
9976
|
-
case 12:
|
|
9977
|
-
var value = (
|
|
9978
|
-
/** @type {string} */
|
|
9979
|
-
reader.readString()
|
|
9980
|
-
);
|
|
9981
|
-
msg.setEnding(value);
|
|
9982
|
-
break;
|
|
9983
9744
|
case 13:
|
|
9984
9745
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
9985
9746
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -9997,13 +9758,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9997
9758
|
);
|
|
9998
9759
|
msg.setPhoneprovidername(value);
|
|
9999
9760
|
break;
|
|
10000
|
-
case 16:
|
|
10001
|
-
var value = (
|
|
10002
|
-
/** @type {string} */
|
|
10003
|
-
reader.readUint64String()
|
|
10004
|
-
);
|
|
10005
|
-
msg.setPhoneproviderid(value);
|
|
10006
|
-
break;
|
|
10007
9761
|
case 17:
|
|
10008
9762
|
var value = new common_pb.Metadata();
|
|
10009
9763
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10026,6 +9780,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10026
9780
|
);
|
|
10027
9781
|
msg.setStatus(value);
|
|
10028
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;
|
|
10029
9804
|
default:
|
|
10030
9805
|
reader.skipField();
|
|
10031
9806
|
break;
|
|
@@ -10070,14 +9845,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10070
9845
|
f
|
|
10071
9846
|
);
|
|
10072
9847
|
}
|
|
10073
|
-
f = /** @type {string} */
|
|
10074
|
-
jspb.Message.getField(message, 12);
|
|
10075
|
-
if (f != null) {
|
|
10076
|
-
writer.writeString(
|
|
10077
|
-
12,
|
|
10078
|
-
f
|
|
10079
|
-
);
|
|
10080
|
-
}
|
|
10081
9848
|
f = message.getInputaudio();
|
|
10082
9849
|
if (f != null) {
|
|
10083
9850
|
writer.writeMessage(
|
|
@@ -10101,13 +9868,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10101
9868
|
f
|
|
10102
9869
|
);
|
|
10103
9870
|
}
|
|
10104
|
-
f = message.getPhoneproviderid();
|
|
10105
|
-
if (parseInt(f, 10) !== 0) {
|
|
10106
|
-
writer.writeUint64String(
|
|
10107
|
-
16,
|
|
10108
|
-
f
|
|
10109
|
-
);
|
|
10110
|
-
}
|
|
10111
9871
|
f = message.getPhoneoptionsList();
|
|
10112
9872
|
if (f.length > 0) {
|
|
10113
9873
|
writer.writeRepeatedMessage(
|
|
@@ -10139,6 +9899,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10139
9899
|
f
|
|
10140
9900
|
);
|
|
10141
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
|
+
}
|
|
10142
9923
|
};
|
|
10143
9924
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getId = function() {
|
|
10144
9925
|
return (
|
|
@@ -10188,21 +9969,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10188
9969
|
proto.assistant_api.AssistantPhoneDeployment.prototype.hasMistake = function() {
|
|
10189
9970
|
return jspb.Message.getField(this, 11) != null;
|
|
10190
9971
|
};
|
|
10191
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getEnding = function() {
|
|
10192
|
-
return (
|
|
10193
|
-
/** @type {string} */
|
|
10194
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
10195
|
-
);
|
|
10196
|
-
};
|
|
10197
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setEnding = function(value) {
|
|
10198
|
-
return jspb.Message.setField(this, 12, value);
|
|
10199
|
-
};
|
|
10200
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.clearEnding = function() {
|
|
10201
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
10202
|
-
};
|
|
10203
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.hasEnding = function() {
|
|
10204
|
-
return jspb.Message.getField(this, 12) != null;
|
|
10205
|
-
};
|
|
10206
9972
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getInputaudio = function() {
|
|
10207
9973
|
return (
|
|
10208
9974
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -10242,15 +10008,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10242
10008
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneprovidername = function(value) {
|
|
10243
10009
|
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10244
10010
|
};
|
|
10245
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneproviderid = function() {
|
|
10246
|
-
return (
|
|
10247
|
-
/** @type {string} */
|
|
10248
|
-
jspb.Message.getFieldWithDefault(this, 16, "0")
|
|
10249
|
-
);
|
|
10250
|
-
};
|
|
10251
|
-
proto.assistant_api.AssistantPhoneDeployment.prototype.setPhoneproviderid = function(value) {
|
|
10252
|
-
return jspb.Message.setProto3StringIntField(this, 16, value);
|
|
10253
|
-
};
|
|
10254
10011
|
proto.assistant_api.AssistantPhoneDeployment.prototype.getPhoneoptionsList = function() {
|
|
10255
10012
|
return (
|
|
10256
10013
|
/** @type{!Array<!proto.Metadata>} */
|
|
@@ -10305,6 +10062,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10305
10062
|
proto.assistant_api.AssistantPhoneDeployment.prototype.setStatus = function(value) {
|
|
10306
10063
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10307
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
|
+
};
|
|
10308
10092
|
proto.assistant_api.AssistantWhatsappDeployment.repeatedFields_ = [17];
|
|
10309
10093
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10310
10094
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -10317,9 +10101,9 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10317
10101
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10318
10102
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10319
10103
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10320
|
-
|
|
10104
|
+
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10105
|
+
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10321
10106
|
whatsappprovidername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10322
|
-
whatsappproviderid: jspb.Message.getFieldWithDefault(msg, 16, "0"),
|
|
10323
10107
|
whatsappoptionsList: jspb.Message.toObjectList(
|
|
10324
10108
|
msg.getWhatsappoptionsList(),
|
|
10325
10109
|
common_pb.Metadata.toObject,
|
|
@@ -10327,7 +10111,10 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10327
10111
|
),
|
|
10328
10112
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10329
10113
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10330
|
-
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, "")
|
|
10331
10118
|
};
|
|
10332
10119
|
if (includeInstance) {
|
|
10333
10120
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10382,12 +10169,15 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10382
10169
|
);
|
|
10383
10170
|
msg.setMistake(value);
|
|
10384
10171
|
break;
|
|
10385
|
-
case
|
|
10386
|
-
var value = (
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
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);
|
|
10391
10181
|
break;
|
|
10392
10182
|
case 15:
|
|
10393
10183
|
var value = (
|
|
@@ -10396,13 +10186,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10396
10186
|
);
|
|
10397
10187
|
msg.setWhatsappprovidername(value);
|
|
10398
10188
|
break;
|
|
10399
|
-
case 16:
|
|
10400
|
-
var value = (
|
|
10401
|
-
/** @type {string} */
|
|
10402
|
-
reader.readUint64String()
|
|
10403
|
-
);
|
|
10404
|
-
msg.setWhatsappproviderid(value);
|
|
10405
|
-
break;
|
|
10406
10189
|
case 17:
|
|
10407
10190
|
var value = new common_pb.Metadata();
|
|
10408
10191
|
reader.readMessage(value, common_pb.Metadata.deserializeBinaryFromReader);
|
|
@@ -10425,6 +10208,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10425
10208
|
);
|
|
10426
10209
|
msg.setStatus(value);
|
|
10427
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;
|
|
10428
10232
|
default:
|
|
10429
10233
|
reader.skipField();
|
|
10430
10234
|
break;
|
|
@@ -10476,12 +10280,20 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10476
10280
|
f
|
|
10477
10281
|
);
|
|
10478
10282
|
}
|
|
10479
|
-
f =
|
|
10480
|
-
jspb.Message.getField(message, 12);
|
|
10283
|
+
f = message.getInputaudio();
|
|
10481
10284
|
if (f != null) {
|
|
10482
|
-
writer.
|
|
10483
|
-
|
|
10484
|
-
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
|
|
10485
10297
|
);
|
|
10486
10298
|
}
|
|
10487
10299
|
f = message.getWhatsappprovidername();
|
|
@@ -10491,13 +10303,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10491
10303
|
f
|
|
10492
10304
|
);
|
|
10493
10305
|
}
|
|
10494
|
-
f = message.getWhatsappproviderid();
|
|
10495
|
-
if (parseInt(f, 10) !== 0) {
|
|
10496
|
-
writer.writeUint64String(
|
|
10497
|
-
16,
|
|
10498
|
-
f
|
|
10499
|
-
);
|
|
10500
|
-
}
|
|
10501
10306
|
f = message.getWhatsappoptionsList();
|
|
10502
10307
|
if (f.length > 0) {
|
|
10503
10308
|
writer.writeRepeatedMessage(
|
|
@@ -10529,6 +10334,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10529
10334
|
f
|
|
10530
10335
|
);
|
|
10531
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
|
+
}
|
|
10532
10358
|
};
|
|
10533
10359
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getId = function() {
|
|
10534
10360
|
return (
|
|
@@ -10587,38 +10413,44 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10587
10413
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasMistake = function() {
|
|
10588
10414
|
return jspb.Message.getField(this, 11) != null;
|
|
10589
10415
|
};
|
|
10590
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10416
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getInputaudio = function() {
|
|
10591
10417
|
return (
|
|
10592
|
-
/** @type
|
|
10593
|
-
jspb.Message.
|
|
10418
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10419
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 13)
|
|
10594
10420
|
);
|
|
10595
10421
|
};
|
|
10596
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10597
|
-
return jspb.Message.
|
|
10422
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setInputaudio = function(value) {
|
|
10423
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
10598
10424
|
};
|
|
10599
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10600
|
-
return
|
|
10425
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.clearInputaudio = function() {
|
|
10426
|
+
return this.setInputaudio(void 0);
|
|
10601
10427
|
};
|
|
10602
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10603
|
-
return jspb.Message.getField(this,
|
|
10428
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.hasInputaudio = function() {
|
|
10429
|
+
return jspb.Message.getField(this, 13) != null;
|
|
10604
10430
|
};
|
|
10605
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10431
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getOutputaudio = function() {
|
|
10606
10432
|
return (
|
|
10607
|
-
/** @type
|
|
10608
|
-
jspb.Message.
|
|
10433
|
+
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
10434
|
+
jspb.Message.getWrapperField(this, proto.assistant_api.DeploymentAudioProvider, 14)
|
|
10609
10435
|
);
|
|
10610
10436
|
};
|
|
10611
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10612
|
-
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;
|
|
10613
10445
|
};
|
|
10614
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10446
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappprovidername = function() {
|
|
10615
10447
|
return (
|
|
10616
10448
|
/** @type {string} */
|
|
10617
|
-
jspb.Message.getFieldWithDefault(this,
|
|
10449
|
+
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
10618
10450
|
);
|
|
10619
10451
|
};
|
|
10620
|
-
proto.assistant_api.AssistantWhatsappDeployment.prototype.
|
|
10621
|
-
return jspb.Message.
|
|
10452
|
+
proto.assistant_api.AssistantWhatsappDeployment.prototype.setWhatsappprovidername = function(value) {
|
|
10453
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
10622
10454
|
};
|
|
10623
10455
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.getWhatsappoptionsList = function() {
|
|
10624
10456
|
return (
|
|
@@ -10674,7 +10506,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10674
10506
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.setStatus = function(value) {
|
|
10675
10507
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
10676
10508
|
};
|
|
10677
|
-
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
|
+
};
|
|
10678
10536
|
proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_ = [[15, 16]];
|
|
10679
10537
|
proto.assistant_api.AssistantDebuggerDeployment.IconCase = {
|
|
10680
10538
|
ICON_NOT_SET: 0,
|
|
@@ -10698,15 +10556,16 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10698
10556
|
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10699
10557
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
10700
10558
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10701
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
10702
10559
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10703
10560
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10704
10561
|
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10705
10562
|
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
10706
|
-
suggestionList: (f = jspb.Message.getRepeatedField(msg, 20)) == null ? void 0 : f,
|
|
10707
10563
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10708
10564
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10709
|
-
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, "")
|
|
10710
10569
|
};
|
|
10711
10570
|
if (includeInstance) {
|
|
10712
10571
|
obj.$jspbMessageInstance = msg;
|
|
@@ -10761,13 +10620,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10761
10620
|
);
|
|
10762
10621
|
msg.setMistake(value);
|
|
10763
10622
|
break;
|
|
10764
|
-
case 12:
|
|
10765
|
-
var value = (
|
|
10766
|
-
/** @type {string} */
|
|
10767
|
-
reader.readString()
|
|
10768
|
-
);
|
|
10769
|
-
msg.setEnding(value);
|
|
10770
|
-
break;
|
|
10771
10623
|
case 13:
|
|
10772
10624
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
10773
10625
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -10790,13 +10642,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10790
10642
|
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
10791
10643
|
msg.setRaw(value);
|
|
10792
10644
|
break;
|
|
10793
|
-
case 20:
|
|
10794
|
-
var value = (
|
|
10795
|
-
/** @type {string} */
|
|
10796
|
-
reader.readString()
|
|
10797
|
-
);
|
|
10798
|
-
msg.addSuggestion(value);
|
|
10799
|
-
break;
|
|
10800
10645
|
case 26:
|
|
10801
10646
|
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
10802
10647
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
@@ -10814,6 +10659,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10814
10659
|
);
|
|
10815
10660
|
msg.setStatus(value);
|
|
10816
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;
|
|
10817
10683
|
default:
|
|
10818
10684
|
reader.skipField();
|
|
10819
10685
|
break;
|
|
@@ -10865,14 +10731,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10865
10731
|
f
|
|
10866
10732
|
);
|
|
10867
10733
|
}
|
|
10868
|
-
f = /** @type {string} */
|
|
10869
|
-
jspb.Message.getField(message, 12);
|
|
10870
|
-
if (f != null) {
|
|
10871
|
-
writer.writeString(
|
|
10872
|
-
12,
|
|
10873
|
-
f
|
|
10874
|
-
);
|
|
10875
|
-
}
|
|
10876
10734
|
f = message.getInputaudio();
|
|
10877
10735
|
if (f != null) {
|
|
10878
10736
|
writer.writeMessage(
|
|
@@ -10905,13 +10763,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10905
10763
|
common_pb.Content.serializeBinaryToWriter
|
|
10906
10764
|
);
|
|
10907
10765
|
}
|
|
10908
|
-
f = message.getSuggestionList();
|
|
10909
|
-
if (f.length > 0) {
|
|
10910
|
-
writer.writeRepeatedString(
|
|
10911
|
-
20,
|
|
10912
|
-
f
|
|
10913
|
-
);
|
|
10914
|
-
}
|
|
10915
10766
|
f = message.getCreateddate();
|
|
10916
10767
|
if (f != null) {
|
|
10917
10768
|
writer.writeMessage(
|
|
@@ -10935,6 +10786,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10935
10786
|
f
|
|
10936
10787
|
);
|
|
10937
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
|
+
}
|
|
10938
10810
|
};
|
|
10939
10811
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getId = function() {
|
|
10940
10812
|
return (
|
|
@@ -10993,21 +10865,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10993
10865
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasMistake = function() {
|
|
10994
10866
|
return jspb.Message.getField(this, 11) != null;
|
|
10995
10867
|
};
|
|
10996
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getEnding = function() {
|
|
10997
|
-
return (
|
|
10998
|
-
/** @type {string} */
|
|
10999
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11000
|
-
);
|
|
11001
|
-
};
|
|
11002
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setEnding = function(value) {
|
|
11003
|
-
return jspb.Message.setField(this, 12, value);
|
|
11004
|
-
};
|
|
11005
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearEnding = function() {
|
|
11006
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11007
|
-
};
|
|
11008
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasEnding = function() {
|
|
11009
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11010
|
-
};
|
|
11011
10868
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getInputaudio = function() {
|
|
11012
10869
|
return (
|
|
11013
10870
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11068,21 +10925,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11068
10925
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasRaw = function() {
|
|
11069
10926
|
return jspb.Message.getField(this, 16) != null;
|
|
11070
10927
|
};
|
|
11071
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getSuggestionList = function() {
|
|
11072
|
-
return (
|
|
11073
|
-
/** @type {!Array<string>} */
|
|
11074
|
-
jspb.Message.getRepeatedField(this, 20)
|
|
11075
|
-
);
|
|
11076
|
-
};
|
|
11077
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setSuggestionList = function(value) {
|
|
11078
|
-
return jspb.Message.setField(this, 20, value || []);
|
|
11079
|
-
};
|
|
11080
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.addSuggestion = function(value, opt_index) {
|
|
11081
|
-
return jspb.Message.addToRepeatedField(this, 20, value, opt_index);
|
|
11082
|
-
};
|
|
11083
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearSuggestionList = function() {
|
|
11084
|
-
return this.setSuggestionList([]);
|
|
11085
|
-
};
|
|
11086
10928
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getCreateddate = function() {
|
|
11087
10929
|
return (
|
|
11088
10930
|
/** @type{?proto.google.protobuf.Timestamp} */
|
|
@@ -11122,6 +10964,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11122
10964
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.setStatus = function(value) {
|
|
11123
10965
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11124
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
|
+
};
|
|
11125
10994
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
11126
10995
|
proto.assistant_api.AssistantApiDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
11127
10996
|
return proto.assistant_api.AssistantApiDeployment.toObject(opt_includeInstance, this);
|
|
@@ -11132,12 +11001,14 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11132
11001
|
assistantid: jspb.Message.getFieldWithDefault(msg, 5, "0"),
|
|
11133
11002
|
greeting: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
11134
11003
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
11135
|
-
ending: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
11136
11004
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
11137
11005
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
11138
11006
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11139
11007
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11140
|
-
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, "")
|
|
11141
11012
|
};
|
|
11142
11013
|
if (includeInstance) {
|
|
11143
11014
|
obj.$jspbMessageInstance = msg;
|
|
@@ -11185,13 +11056,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11185
11056
|
);
|
|
11186
11057
|
msg.setMistake(value);
|
|
11187
11058
|
break;
|
|
11188
|
-
case 12:
|
|
11189
|
-
var value = (
|
|
11190
|
-
/** @type {string} */
|
|
11191
|
-
reader.readString()
|
|
11192
|
-
);
|
|
11193
|
-
msg.setEnding(value);
|
|
11194
|
-
break;
|
|
11195
11059
|
case 13:
|
|
11196
11060
|
var value = new proto.assistant_api.DeploymentAudioProvider();
|
|
11197
11061
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
@@ -11219,6 +11083,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11219
11083
|
);
|
|
11220
11084
|
msg.setStatus(value);
|
|
11221
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;
|
|
11222
11107
|
default:
|
|
11223
11108
|
reader.skipField();
|
|
11224
11109
|
break;
|
|
@@ -11263,14 +11148,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11263
11148
|
f
|
|
11264
11149
|
);
|
|
11265
11150
|
}
|
|
11266
|
-
f = /** @type {string} */
|
|
11267
|
-
jspb.Message.getField(message, 12);
|
|
11268
|
-
if (f != null) {
|
|
11269
|
-
writer.writeString(
|
|
11270
|
-
12,
|
|
11271
|
-
f
|
|
11272
|
-
);
|
|
11273
|
-
}
|
|
11274
11151
|
f = message.getInputaudio();
|
|
11275
11152
|
if (f != null) {
|
|
11276
11153
|
writer.writeMessage(
|
|
@@ -11310,6 +11187,27 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11310
11187
|
f
|
|
11311
11188
|
);
|
|
11312
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
|
+
}
|
|
11313
11211
|
};
|
|
11314
11212
|
proto.assistant_api.AssistantApiDeployment.prototype.getId = function() {
|
|
11315
11213
|
return (
|
|
@@ -11359,21 +11257,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11359
11257
|
proto.assistant_api.AssistantApiDeployment.prototype.hasMistake = function() {
|
|
11360
11258
|
return jspb.Message.getField(this, 11) != null;
|
|
11361
11259
|
};
|
|
11362
|
-
proto.assistant_api.AssistantApiDeployment.prototype.getEnding = function() {
|
|
11363
|
-
return (
|
|
11364
|
-
/** @type {string} */
|
|
11365
|
-
jspb.Message.getFieldWithDefault(this, 12, "")
|
|
11366
|
-
);
|
|
11367
|
-
};
|
|
11368
|
-
proto.assistant_api.AssistantApiDeployment.prototype.setEnding = function(value) {
|
|
11369
|
-
return jspb.Message.setField(this, 12, value);
|
|
11370
|
-
};
|
|
11371
|
-
proto.assistant_api.AssistantApiDeployment.prototype.clearEnding = function() {
|
|
11372
|
-
return jspb.Message.setField(this, 12, void 0);
|
|
11373
|
-
};
|
|
11374
|
-
proto.assistant_api.AssistantApiDeployment.prototype.hasEnding = function() {
|
|
11375
|
-
return jspb.Message.getField(this, 12) != null;
|
|
11376
|
-
};
|
|
11377
11260
|
proto.assistant_api.AssistantApiDeployment.prototype.getInputaudio = function() {
|
|
11378
11261
|
return (
|
|
11379
11262
|
/** @type{?proto.assistant_api.DeploymentAudioProvider} */
|
|
@@ -11443,6 +11326,33 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
11443
11326
|
proto.assistant_api.AssistantApiDeployment.prototype.setStatus = function(value) {
|
|
11444
11327
|
return jspb.Message.setProto3StringField(this, 28, value);
|
|
11445
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
|
+
};
|
|
11446
11356
|
proto.assistant_api.CreateAssistantDeploymentRequest.oneofGroups_ = [[1, 2, 3, 4, 5]];
|
|
11447
11357
|
proto.assistant_api.CreateAssistantDeploymentRequest.DeploymentCase = {
|
|
11448
11358
|
DEPLOYMENT_NOT_SET: 0,
|
|
@@ -21605,7 +21515,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21605
21515
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.toObject = function(includeInstance, msg) {
|
|
21606
21516
|
var f, obj = {
|
|
21607
21517
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
21608
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 21, "0"),
|
|
21609
21518
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
21610
21519
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
21611
21520
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -21636,13 +21545,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21636
21545
|
reader.readMessage(value, common_pb.TextChatCompletePrompt.deserializeBinaryFromReader);
|
|
21637
21546
|
msg.setTemplate(value);
|
|
21638
21547
|
break;
|
|
21639
|
-
case 21:
|
|
21640
|
-
var value = (
|
|
21641
|
-
/** @type {string} */
|
|
21642
|
-
reader.readUint64String()
|
|
21643
|
-
);
|
|
21644
|
-
msg.setModelproviderid(value);
|
|
21645
|
-
break;
|
|
21646
21548
|
case 22:
|
|
21647
21549
|
var value = (
|
|
21648
21550
|
/** @type {string} */
|
|
@@ -21677,13 +21579,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21677
21579
|
common_pb.TextChatCompletePrompt.serializeBinaryToWriter
|
|
21678
21580
|
);
|
|
21679
21581
|
}
|
|
21680
|
-
f = message.getModelproviderid();
|
|
21681
|
-
if (parseInt(f, 10) !== 0) {
|
|
21682
|
-
writer.writeUint64String(
|
|
21683
|
-
21,
|
|
21684
|
-
f
|
|
21685
|
-
);
|
|
21686
|
-
}
|
|
21687
21582
|
f = message.getModelprovidername();
|
|
21688
21583
|
if (f.length > 0) {
|
|
21689
21584
|
writer.writeString(
|
|
@@ -21715,15 +21610,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
21715
21610
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.hasTemplate = function() {
|
|
21716
21611
|
return jspb.Message.getField(this, 20) != null;
|
|
21717
21612
|
};
|
|
21718
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelproviderid = function() {
|
|
21719
|
-
return (
|
|
21720
|
-
/** @type {string} */
|
|
21721
|
-
jspb.Message.getFieldWithDefault(this, 21, "0")
|
|
21722
|
-
);
|
|
21723
|
-
};
|
|
21724
|
-
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
21725
|
-
return jspb.Message.setProto3StringIntField(this, 21, value);
|
|
21726
|
-
};
|
|
21727
21613
|
proto.assistant_api.CreateAssistantProviderRequest.CreateAssistantProviderModel.prototype.getModelprovidername = function() {
|
|
21728
21614
|
return (
|
|
21729
21615
|
/** @type {string} */
|
|
@@ -22802,7 +22688,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22802
22688
|
template: (f = msg.getTemplate()) && common_pb.TextChatCompletePrompt.toObject(includeInstance, f),
|
|
22803
22689
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22804
22690
|
assistantid: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
22805
|
-
modelproviderid: jspb.Message.getFieldWithDefault(msg, 6, "0"),
|
|
22806
22691
|
modelprovidername: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22807
22692
|
assistantmodeloptionsList: jspb.Message.toObjectList(
|
|
22808
22693
|
msg.getAssistantmodeloptionsList(),
|
|
@@ -22861,13 +22746,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22861
22746
|
);
|
|
22862
22747
|
msg.setAssistantid(value);
|
|
22863
22748
|
break;
|
|
22864
|
-
case 6:
|
|
22865
|
-
var value = (
|
|
22866
|
-
/** @type {string} */
|
|
22867
|
-
reader.readUint64String()
|
|
22868
|
-
);
|
|
22869
|
-
msg.setModelproviderid(value);
|
|
22870
|
-
break;
|
|
22871
22749
|
case 7:
|
|
22872
22750
|
var value = (
|
|
22873
22751
|
/** @type {string} */
|
|
@@ -22964,13 +22842,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
22964
22842
|
f
|
|
22965
22843
|
);
|
|
22966
22844
|
}
|
|
22967
|
-
f = message.getModelproviderid();
|
|
22968
|
-
if (parseInt(f, 10) !== 0) {
|
|
22969
|
-
writer.writeUint64String(
|
|
22970
|
-
6,
|
|
22971
|
-
f
|
|
22972
|
-
);
|
|
22973
|
-
}
|
|
22974
22845
|
f = message.getModelprovidername();
|
|
22975
22846
|
if (f.length > 0) {
|
|
22976
22847
|
writer.writeString(
|
|
@@ -23082,15 +22953,6 @@ var require_assistant_provider_pb = __commonJS({
|
|
|
23082
22953
|
proto.assistant_api.AssistantProviderModel.prototype.setAssistantid = function(value) {
|
|
23083
22954
|
return jspb.Message.setProto3IntField(this, 4, value);
|
|
23084
22955
|
};
|
|
23085
|
-
proto.assistant_api.AssistantProviderModel.prototype.getModelproviderid = function() {
|
|
23086
|
-
return (
|
|
23087
|
-
/** @type {string} */
|
|
23088
|
-
jspb.Message.getFieldWithDefault(this, 6, "0")
|
|
23089
|
-
);
|
|
23090
|
-
};
|
|
23091
|
-
proto.assistant_api.AssistantProviderModel.prototype.setModelproviderid = function(value) {
|
|
23092
|
-
return jspb.Message.setProto3StringIntField(this, 6, value);
|
|
23093
|
-
};
|
|
23094
22956
|
proto.assistant_api.AssistantProviderModel.prototype.getModelprovidername = function() {
|
|
23095
22957
|
return (
|
|
23096
22958
|
/** @type {string} */
|
|
@@ -30192,4 +30054,4 @@ export {
|
|
|
30192
30054
|
useSelectInputDeviceAgent,
|
|
30193
30055
|
DeviceSelectorComponent
|
|
30194
30056
|
};
|
|
30195
|
-
//# sourceMappingURL=chunk-
|
|
30057
|
+
//# sourceMappingURL=chunk-HQHWE2DO.mjs.map
|