Domain name for API request: lke.intl.tencentcloudapi.com.
This API is used to preview the release configuration items.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ListReleaseConfigPreview. |
| Version | Yes | String | Common Params. The value used for this API: 2023-11-30. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-jakarta. |
| BotBizId | Yes | String | Robot ID. |
| PageNumber | Yes | Integer | Page number. |
| PageSize | Yes | Integer | Number of items per page. |
| Query | No | String | Query content. |
| ReleaseBizId | No | String | Release ticket ID. |
| Actions.N | No | Array of Integer | Status (1: newly-added; 2: updated; 3: deleted). |
| StartTime | No | String | Start time. |
| EndTime | No | String | End time. |
| ReleaseStatus.N | No | Array of Integer | Release status. |
| Parameter Name | Type | Description |
|---|---|---|
| Total | String | Quantity. |
| List | Array of ReleaseConfigs | Configuration item list. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Get the configuration items to be released
POST / HTTP/1.1
Host: lke.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListReleaseConfigPreview
<Common request parameters>
{
"BotBizId": "1747951478630252544",
"PageNumber": 1,
"PageSize": 15
}{
"Response": {
"List": [
{
"Action": 2,
"ConfigItem": "Application name",
"Content": "",
"LastValue": "",
"UpdateTime": "1709694760",
"Value": "Shanghai Museum"
},
{
"Action": 2,
"ConfigItem": "avatar",
"Content": "Application icon change",
"LastValue": "",
"UpdateTime": "1709694760",
"Value": "https://cdn.xiaowei.qq.com/lke/assets//static/avatar.png"
},
{
"Action": 2,
"ConfigItem": "welcome message"
"Content": "",
"LastValue": "",
"UpdateTime": "1709694760",
"Value": "Hello, I am your customer service assistant and I will provide you with friendly, professional and efficient service."
},
{
"Action": 2,
"ConfigItem": "Output method"
"Content": "",
"LastValue": "Non-streaming output",
"UpdateTime": "1709694760",
"Value": "Streaming output"
},
{
"Action": 2,
"ConfigItem": "General model reply switch",
"Content": "",
"LastValue": "Off",
"UpdateTime": "1709694760",
"Value": "enable"
},
{
"Action": 2,
"ConfigItem": "Default question response"
"Content": "",
"LastValue": "",
"UpdateTime": "1709694760",
"Value": "As an intelligent assistant, the answers or suggestions I provide for this question may be inaccurate. It is advisable for you to transfer to human service and get service from professional consultants."
},
{
"Action": 2,
"ConfigItem": "Maximum recall quantity for QA"
"Content": "",
"LastValue": "0",
"UpdateTime": "1709694760",
"Value": "3"
},
{
"Action": 2,
"ConfigItem": "Response flexibility"
"Content": "",
"LastValue": "Polished response to the adopted answer"
"UpdateTime": "1709694760",
"Value": "Directly response with the adopted answer"
},
{
"Action": 2,
"ConfigItem": "Knowledge Source Q&A Configuration"
"Content": "",
"LastValue": "Off"
"UpdateTime": "1709694760",
"Value": "enable"
},
{
"Action": 2,
"ConfigItem": "Knowledge source task flow configuration"
"Content": "",
"LastValue": "Off"
"UpdateTime": "1709694760",
"Value": "enable"
},
{
"Action": 2,
"ConfigItem": "Maximum number of documents recalled"
"Content": "",
"LastValue": "0",
"UpdateTime": "1709694760",
"Value": "4"
},
{
"Action": 2,
"ConfigItem": "Knowledge source document configuration"
"Content": "",
"LastValue": "Off"
"UpdateTime": "1709694760",
"Value": "enable"
},
{
"Action": 2,
"ConfigItem": "Context reference round"
"Content": "",
"LastValue": "0",
"UpdateTime": "1709694760",
"Value": "1"
}
],
"RequestId": "ac6c9baf-890b-4b63-b1b3-409eb74b0e14",
"Total": "13"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback