tencentcloud-sdk-nodejs-lke 4.1.22 → 4.1.24
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
|
@@ -5661,11 +5661,11 @@ export interface GenerateQARequest {
|
|
|
5661
5661
|
*/
|
|
5662
5662
|
export interface GetWsTokenRequest {
|
|
5663
5663
|
/**
|
|
5664
|
-
*
|
|
5664
|
+
* 接入类型, 5-API 访客
|
|
5665
5665
|
*/
|
|
5666
5666
|
Type: number;
|
|
5667
5667
|
/**
|
|
5668
|
-
*
|
|
5668
|
+
* 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
|
5669
5669
|
*/
|
|
5670
5670
|
BotAppKey?: string;
|
|
5671
5671
|
/**
|