Domain name for API request: ccc.intl.tencentcloudapi.com.
This API is used to query specified session's post-call Tag results by Session ID after the Intelligent Agent call session ends. Related post-call Tags need to be configured in advance in the management console. For details, please refer to post-call Tags (https://www.tencentcloud.comom/document/product/679/119800?from_cn_redirect=1).
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: DescribeAICallExtractResult. |
| Version | Yes | String | Common Params. The value used for this API: 2020-02-10. |
| Region | No | String | Common Params. This parameter is not required. |
| SdkAppId | Yes | Integer | Application id (required) can be found at https://console.tencentcloud.com/ccc. |
| SessionId | Yes | String | Session id. |
| StartTime | Yes | Integer | Search for the start time. |
| EndTime | Yes | Integer | Search for the end time. |
| Parameter Name | Type | Description |
|---|---|---|
| ResultList | Array of AICallExtractResultElement | Result 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. |
This example shows you how to query the extraction results of AI call content.
POST / HTTP/1.1
Host: ccc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateAICall
<Common request parameters>
{
"SdkAppId": 1400000000,
"SessionId": "adcf61b8-dbb9-4c20-87bf-c0744c04bade",
"StartTime": 1737350008,
"EndTime": 1737356008
}{
"Response": {
"RequestId": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
"ResultList": [
{
"InfoType": "Boolean",
"InfoName": "Interest"
"InfoContent": "Whether the user is interested in the product"
"Result": {
"Text": "",
"Chosen": [],
"Boolean": true,
"Number": 0
}
}
]
}
}
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 |
|---|---|
| InternalError | An internal error occurs. |
| InternalError.DBError | Internal database access failure. |
| InvalidParameterValue | Invalid Parameter |
Feedback