tencentcloud-sdk-nodejs-ccc 4.1.71 → 4.1.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ccc",
3
- "version": "4.1.71",
3
+ "version": "4.1.78",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -335,7 +335,7 @@ export interface ServerPushText {
335
335
  */
336
336
  DropMode?: number;
337
337
  /**
338
- * ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。**目前仅支持传入0,如果需要传入1,请提工单联系我们添加权限。**
338
+ * ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。
339
339
  注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。
340
340
  例子:
341
341
  - Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断