tencentcloud-sdk-nodejs-essbasic 4.1.160 → 4.1.161

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-essbasic",
3
- "version": "4.1.160",
3
+ "version": "4.1.161",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9873,7 +9873,7 @@ export interface ModifyPartnerAutoSignAuthUrlResponse {
9873
9873
  */
9874
9874
  export interface IntentionQuestion {
9875
9875
  /**
9876
- * 当选择语音问答模式时,系统自动播报的问题文本,最大长度为150个字符。
9876
+ * 当选择语音问答模式时,系统自动播报的问题文本,最大长度为250个字符。
9877
9877
  */
9878
9878
  Question?: string;
9879
9879
  /**