tencentcloud-sdk-nodejs-live 4.1.206 → 4.1.208

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-live",
3
- "version": "4.1.206",
3
+ "version": "4.1.208",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8118,40 +8118,39 @@ export interface DescribeLivePackageInfoResponse {
8118
8118
  */
8119
8119
  export interface AvatarScriptInfo {
8120
8120
  /**
8121
- * 数字人直播间话术 ID
8121
+ * <p>数字人直播间话术 ID。</p>
8122
8122
  */
8123
8123
  ScriptId?: string;
8124
8124
  /**
8125
- * 话术标题。
8125
+ * <p>数字人直播间产品 ID。</p>
8126
+ */
8127
+ ProductId?: string;
8128
+ /**
8129
+ * <p>话术标题。</p>
8126
8130
  */
8127
8131
  Title?: string;
8128
8132
  /**
8129
- * 话术内容。
8133
+ * <p>话术内容。</p>
8130
8134
  */
8131
8135
  Content?: string;
8132
8136
  /**
8133
- * 话术状态。
8134
- PENDING --未生成。
8135
- PROCESSING --生成中。
8136
- READY --已生成。
8137
+ * <p>话术状态。PENDING --未生成。PROCESSING --生成中。READY --已生成。FAILED-失败</p><p>枚举值:</p><ul><li>FAILED: 失败</li></ul>
8137
8138
  */
8138
8139
  Status?: string;
8139
8140
  /**
8140
- * 时长。单位:毫秒。
8141
+ * <p>时长。单位:毫秒。</p>
8141
8142
  */
8142
8143
  Duration?: number;
8143
8144
  /**
8144
- * 话术位置。
8145
+ * <p>话术位置。</p>
8145
8146
  */
8146
8147
  Position?: number;
8147
8148
  /**
8148
- * 话术创建时间,UTC时间。
8149
- 注意:UTC时间和北京时间相差八小时。
8149
+ * <p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
8150
8150
  */
8151
8151
  CreateTime?: string;
8152
8152
  /**
8153
- * 话术最后更新时间,UTC时间。
8154
- 注意:UTC时间和北京时间相差八小时。
8153
+ * <p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
8155
8154
  */
8156
8155
  UpdateTime?: string;
8157
8156
  }