tencentcloud-sdk-python-trtc 3.0.1306__py2.py3-none-any.whl → 3.0.1307__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-trtc might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1306'
17
+ __version__ = '3.0.1307'
@@ -199,6 +199,8 @@ class AgentConfig(AbstractModel):
199
199
  :type TurnDetectionMode: int
200
200
  :param _FilterOneWord: 是否过滤掉用户只说了一个字的句子,true表示过滤,false表示不过滤,默认值为true
201
201
  :type FilterOneWord: bool
202
+ :param _WelcomeMessagePriority: 欢迎消息优先级,0默认,1高优,高优不能被打断。
203
+ :type WelcomeMessagePriority: int
202
204
  """
203
205
  self._UserId = None
204
206
  self._UserSig = None
@@ -209,6 +211,7 @@ class AgentConfig(AbstractModel):
209
211
  self._InterruptSpeechDuration = None
210
212
  self._TurnDetectionMode = None
211
213
  self._FilterOneWord = None
214
+ self._WelcomeMessagePriority = None
212
215
 
213
216
  @property
214
217
  def UserId(self):
@@ -311,6 +314,17 @@ class AgentConfig(AbstractModel):
311
314
  def FilterOneWord(self, FilterOneWord):
312
315
  self._FilterOneWord = FilterOneWord
313
316
 
317
+ @property
318
+ def WelcomeMessagePriority(self):
319
+ """欢迎消息优先级,0默认,1高优,高优不能被打断。
320
+ :rtype: int
321
+ """
322
+ return self._WelcomeMessagePriority
323
+
324
+ @WelcomeMessagePriority.setter
325
+ def WelcomeMessagePriority(self, WelcomeMessagePriority):
326
+ self._WelcomeMessagePriority = WelcomeMessagePriority
327
+
314
328
 
315
329
  def _deserialize(self, params):
316
330
  self._UserId = params.get("UserId")
@@ -322,6 +336,7 @@ class AgentConfig(AbstractModel):
322
336
  self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
323
337
  self._TurnDetectionMode = params.get("TurnDetectionMode")
324
338
  self._FilterOneWord = params.get("FilterOneWord")
339
+ self._WelcomeMessagePriority = params.get("WelcomeMessagePriority")
325
340
  memeber_set = set(params.keys())
326
341
  for name, value in vars(self).items():
327
342
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-trtc
3
- Version: 3.0.1306
3
+ Version: 3.0.1307
4
4
  Summary: Tencent Cloud Trtc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1306)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1307)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=UpT7s8LbWTmyNBpyKTMIVW5qQpko9_q2u8SgpVaVgwE,631
2
+ tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
5
+ tencentcloud/trtc/v20190722/models.py,sha256=2Uz2gTJNQtWRebLXQJQPKBC6M3-EpLDQppfCjs61090,560154
6
+ tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
7
+ tencentcloud_sdk_python_trtc-3.0.1307.dist-info/METADATA,sha256=Z4OM2pVCo9_JFc21x7AhBFMYygO2IV_25cZQYsdJIrM,1501
8
+ tencentcloud_sdk_python_trtc-3.0.1307.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_trtc-3.0.1307.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_trtc-3.0.1307.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=wTYmxecmF3nu4pqJadGNDGFwAYx1FEj8_H8Dovd--RY,631
2
- tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
5
- tencentcloud/trtc/v20190722/models.py,sha256=_4dGxUMphB8nIFFYBY59z3MWoeYlMuQ5MnvLaC99fY8,559514
6
- tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
7
- tencentcloud_sdk_python_trtc-3.0.1306.dist-info/METADATA,sha256=ImICuv40X0L_uqJPH_xLUB2QXxaXjZOdyB2lxrsyzKY,1501
8
- tencentcloud_sdk_python_trtc-3.0.1306.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_trtc-3.0.1306.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_trtc-3.0.1306.dist-info/RECORD,,