tencentcloud-sdk-nodejs-intl-en 3.0.1087 → 3.0.1089
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
|
@@ -806,6 +806,12 @@ Currently, the supported languages are as follows. The English name of the langu
|
|
|
806
806
|
*/
|
|
807
807
|
this.NotifyMessage = null;
|
|
808
808
|
|
|
809
|
+
/**
|
|
810
|
+
*
|
|
811
|
+
* @type {number || null}
|
|
812
|
+
*/
|
|
813
|
+
this.NotifyMaxCount = null;
|
|
814
|
+
|
|
809
815
|
/**
|
|
810
816
|
* <p>And VoiceType field needs to select one, here is to use your own custom TTS, VoiceType is some built-in sound qualities</p>
|
|
811
817
|
<ul>
|
|
@@ -918,6 +924,7 @@ Please refer to the specific protocol standards in the <a href="https://doc.weix
|
|
|
918
924
|
this.EndFunctionDesc = 'EndFunctionDesc' in params ? params.EndFunctionDesc : null;
|
|
919
925
|
this.NotifyDuration = 'NotifyDuration' in params ? params.NotifyDuration : null;
|
|
920
926
|
this.NotifyMessage = 'NotifyMessage' in params ? params.NotifyMessage : null;
|
|
927
|
+
this.NotifyMaxCount = 'NotifyMaxCount' in params ? params.NotifyMaxCount : null;
|
|
921
928
|
this.CustomTTSConfig = 'CustomTTSConfig' in params ? params.CustomTTSConfig : null;
|
|
922
929
|
|
|
923
930
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1089";
|
|
2
2
|
module.exports = sdkVersion
|