DescribeDialogueNodeStatistics
Retrieves performance statistics for task labels.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:DescribeDialogueNodeStatistics |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID |
aeff669b-388f-4619-82af-81e177df5628 |
| JobGroupId |
string |
Yes |
Task group ID |
a3c670d1-01bf-491d-b9aa-759b1a82f47c |
| Limit |
integer |
Yes |
Limit for displaying statistics |
30 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
HTTP status code |
200 |
| RequestId |
string |
Request ID |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| GroupId |
string |
Task group ID |
f06f7c9f-2895-4b30-a8c2-6ecccb9c9f89 |
| Success |
boolean |
Indicates success |
true |
| TotalCompleted |
integer |
Number of completed tasks in the task group |
13 |
| Code |
string |
API status code |
OK |
| Message |
string |
API message |
Success |
| InstanceId |
string |
Instance ID |
e5035654-1745-484a-8c5b-165f7c7bcd79 |
| NoAnswerDialogueNodes |
array<object> |
No-answer nodes |
[] |
|
object |
|||
| NoAnswerNum |
integer |
Number of no-answers |
2 |
| GroupId |
string |
Task group ID |
f06f7c9f-2895-4b30-a8c2-6ecccb9c9f89 |
| NodeName |
string |
Node name |
xxx |
| HangUpNum |
integer |
Number of hang-ups |
2 |
| InstanceId |
string |
Instance ID |
e5035654-1745-484a-8c5b-165f7c7bcd79 |
| HitNum |
integer |
Number of hits |
12 |
| Id |
string |
ID, unique identifier |
123 |
| NodeId |
string |
Node ID |
e5035654-1745-484a-8c5b-165f7c7bcd79 |
| HangUpDialogueNodes |
array<object> |
Hang-up nodes |
|
|
object |
|||
| HangUpNum |
integer |
Number of hang-ups |
2 |
| NodeId |
string |
Node ID |
e5035654-1745-484a-8c5b-165f7c7bcd79 |
| NodeName |
string |
Node name |
xxx |
| RateDisplay |
string |
Proportion of quantity |
100% |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"GroupId": "f06f7c9f-2895-4b30-a8c2-6ecccb9c9f89",
"Success": true,
"TotalCompleted": 13,
"Code": "OK",
"Message": "Success",
"InstanceId": "e5035654-1745-484a-8c5b-165f7c7bcd79",
"NoAnswerDialogueNodes": [
{
"NoAnswerNum": 2,
"GroupId": "f06f7c9f-2895-4b30-a8c2-6ecccb9c9f89",
"NodeName": "xxx",
"HangUpNum": 2,
"InstanceId": "e5035654-1745-484a-8c5b-165f7c7bcd79",
"HitNum": 12,
"Id": "123",
"NodeId": "e5035654-1745-484a-8c5b-165f7c7bcd79"
}
],
"HangUpDialogueNodes": [
{
"HangUpNum": 2,
"NodeId": "e5035654-1745-484a-8c5b-165f7c7bcd79",
"NodeName": "xxx",
"RateDisplay": "100%"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.