Domain name for API request: lke.intl.tencentcloudapi.com.
This API is used to get response type data statistics.
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: GetAnswerTypeDataCount. |
| 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. |
| StartTime | Yes | Integer | Start date. |
| EndTime | Yes | Integer | End date. |
| AppBizId.N | No | Array of String | Application ID. |
| Type | No | Integer | Message source (1. shared from user end; 2. chat API; 3. chat test, 4. application evaluation). |
| LoginUin | No | String | Login to user's root account (required in integrator mode). |
| LoginSubAccountUin | No | String | Login to user's sub-account (required in integrator mode). |
| Parameter Name | Type | Description |
|---|---|---|
| Total | Integer | Total number of messages. |
| ModelReplyCount | Integer | Total number of direct responses by the large model. |
| KnowledgeCount | Integer | Total number of knowledge-based responses. |
| TaskFlowCount | Integer | Total number of task flow responses. |
| SearchEngineCount | Integer | Total number of search engine responses. |
| ImageUnderstandingCount | Integer | Total number of image understanding responses. |
| RejectCount | Integer | Total number of responses to rejected questions. |
| SensitiveCount | Integer | Total number of sensitive responses. |
| ConcurrentLimitCount | Integer | Total number of responses for concurrency exceeded. |
| UnknownIssuesCount | Integer | Total number of unknown question responses. |
| 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. |
POST / HTTP/1.1
Host: lke.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetAnswerTypeDataCount
<Common request parameters>
{
"StartTime": 1716368386,
"EndTime": 1716454119,
"AppBizId": [
"1747088166522585088",
"1780116741678956544"
],
"Type": 4,
"LoginUin": "600000562346",
"LoginSubAccountUin": "600000562346"
}{
"Response": {
"ConcurrentLimitCount": 0,
"ImageUnderstandingCount": 0,
"KnowledgeCount": 0,
"ModelReplyCount": 90,
"RejectCount": 0,
"RequestId": "452f1b7a-58ca-4b0f-9cbf-8ab400684653",
"SearchEngineCount": 9,
"SensitiveCount": 0,
"TaskFlowCount": 18,
"Total": 127,
"UnknownIssuesCount": 10
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| MissingParameter | Missing required parameters. |
Feedback