tencentcloud-sdk-python-intl-en 3.0.1112__py2.py3-none-any.whl → 3.0.1113__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ccc/v20200210/models.py +15 -0
- {tencentcloud_sdk_python_intl_en-3.0.1112.dist-info → tencentcloud_sdk_python_intl_en-3.0.1113.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1112.dist-info → tencentcloud_sdk_python_intl_en-3.0.1113.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_intl_en-3.0.1112.dist-info → tencentcloud_sdk_python_intl_en-3.0.1113.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1112.dist-info → tencentcloud_sdk_python_intl_en-3.0.1113.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1257,6 +1257,8 @@ Currently, the supported languages are as follows. The English name of the langu
|
|
|
1257
1257
|
:type NotifyDuration: int
|
|
1258
1258
|
:param _NotifyMessage: The AI prompt when NotifyDuration has passed without the user speaking, default is "Sorry, I didn't hear you clearly. Can you repeat that?"
|
|
1259
1259
|
:type NotifyMessage: str
|
|
1260
|
+
:param _NotifyMaxCount:
|
|
1261
|
+
:type NotifyMaxCount: int
|
|
1260
1262
|
:param _CustomTTSConfig: <p>And VoiceType field needs to select one, here is to use your own custom TTS, VoiceType is some built-in sound qualities</p>
|
|
1261
1263
|
<ul>
|
|
1262
1264
|
<li>Tencent TTS<br>
|
|
@@ -1357,6 +1359,7 @@ Please refer to the specific protocol standards in the <a href="https://doc.weix
|
|
|
1357
1359
|
self._EndFunctionDesc = None
|
|
1358
1360
|
self._NotifyDuration = None
|
|
1359
1361
|
self._NotifyMessage = None
|
|
1362
|
+
self._NotifyMaxCount = None
|
|
1360
1363
|
self._CustomTTSConfig = None
|
|
1361
1364
|
|
|
1362
1365
|
@property
|
|
@@ -1686,6 +1689,17 @@ Currently, the supported languages are as follows. The English name of the langu
|
|
|
1686
1689
|
def NotifyMessage(self, NotifyMessage):
|
|
1687
1690
|
self._NotifyMessage = NotifyMessage
|
|
1688
1691
|
|
|
1692
|
+
@property
|
|
1693
|
+
def NotifyMaxCount(self):
|
|
1694
|
+
"""
|
|
1695
|
+
:rtype: int
|
|
1696
|
+
"""
|
|
1697
|
+
return self._NotifyMaxCount
|
|
1698
|
+
|
|
1699
|
+
@NotifyMaxCount.setter
|
|
1700
|
+
def NotifyMaxCount(self, NotifyMaxCount):
|
|
1701
|
+
self._NotifyMaxCount = NotifyMaxCount
|
|
1702
|
+
|
|
1689
1703
|
@property
|
|
1690
1704
|
def CustomTTSConfig(self):
|
|
1691
1705
|
"""<p>And VoiceType field needs to select one, here is to use your own custom TTS, VoiceType is some built-in sound qualities</p>
|
|
@@ -1796,6 +1810,7 @@ Please refer to the specific protocol standards in the <a href="https://doc.weix
|
|
|
1796
1810
|
self._EndFunctionDesc = params.get("EndFunctionDesc")
|
|
1797
1811
|
self._NotifyDuration = params.get("NotifyDuration")
|
|
1798
1812
|
self._NotifyMessage = params.get("NotifyMessage")
|
|
1813
|
+
self._NotifyMaxCount = params.get("NotifyMaxCount")
|
|
1799
1814
|
self._CustomTTSConfig = params.get("CustomTTSConfig")
|
|
1800
1815
|
memeber_set = set(params.keys())
|
|
1801
1816
|
for name, value in vars(self).items():
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=lczdNjiR8CYjFjCf8Y52p7NTpbV_l2ZGYOLgZ6B3uak,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
|
|
@@ -68,7 +68,7 @@ tencentcloud/ccc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
68
68
|
tencentcloud/ccc/v20200210/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
69
|
tencentcloud/ccc/v20200210/ccc_client.py,sha256=Iw2SHWgmiHfwJwvrpM7qXvUOpx195tkUmS5KidsKxzY,51080
|
|
70
70
|
tencentcloud/ccc/v20200210/errorcodes.py,sha256=4ND1rU15-nGQaj7CqeXpLu0gT4ajV7CQX3gf7e0-jZ8,5234
|
|
71
|
-
tencentcloud/ccc/v20200210/models.py,sha256=
|
|
71
|
+
tencentcloud/ccc/v20200210/models.py,sha256=aDqtaMTgAppnnOcJ0GK4GsersZoVrYOYnqgPqlQQua0,396758
|
|
72
72
|
tencentcloud/cdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
tencentcloud/cdb/v20170320/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
74
|
tencentcloud/cdb/v20170320/cdb_client.py,sha256=lsVv0haXhHe9XbWFlQc65RbthqZKIGqdfZTcBqW7BEE,137214
|
|
@@ -614,7 +614,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
614
614
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
615
615
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
616
616
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
617
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
618
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
619
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
620
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
617
|
+
tencentcloud_sdk_python_intl_en-3.0.1113.dist-info/METADATA,sha256=9KTddfBpfBe1nHM7MYPaIyN1mlQgbqiP6dJCoo12KEg,1628
|
|
618
|
+
tencentcloud_sdk_python_intl_en-3.0.1113.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
619
|
+
tencentcloud_sdk_python_intl_en-3.0.1113.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
620
|
+
tencentcloud_sdk_python_intl_en-3.0.1113.dist-info/RECORD,,
|
|
File without changes
|