tencentcloud-sdk-nodejs-intl-en 3.0.1188 → 3.0.1189
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1189";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -238,7 +238,7 @@ class LkeClient extends AbstractClient {
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
|
-
* This API is used to save a knowledge base document Q&As.
|
|
241
|
+
* This API is used to save a knowledge base document Q&As.
|
|
242
242
|
Three steps to store a file in the knowledge library of the application:
|
|
243
243
|
1. Obtain a temporary key. For more information, see [API Documentation](https://cloud.tencent.com/document/product/1759/105050). Different parameter combinations of the temporary key have different permissions. For more information, see [Tencent Cloud Agent Development Platform/TCADP COS Guide](https://cloud.tencent.com/document/product/1759/116238).
|
|
244
244
|
2. Call the COS storage API provided by Tencent Cloud to store the file in the COS of TCADP. For details, see [COS SDK Overview](https://cloud.tencent.com/document/product/436/6474). Note that the temporary key method is used to operate COS.
|