Use GetChatRoutingProfile to retrieve the chat routing configuration.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID. |
ccc-test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
Response code. |
OK |
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| Message |
string |
Response message. |
无 |
| RequestId |
string |
Request ID. |
30C7D235-DDCF-4C7F-A462-5E2598252C2B |
| Data |
object |
Data. |
|
| RoutingType |
string |
Call distribution type.
|
Automatic |
| AgentConcurrencySettings |
string |
Agent session concurrent configuration.
|
{ "AllowExceedingLimitWhenTransferring": false, "ConcurrencyLimit": 4, "AllowExceedingLimitWhenClaiming": true, "Enabled": true } |
| DistributionSettings |
string |
Agent session allocation configuration.
|
{ "AgentRingTimeoutSeconds": 30, "Enabled": true, "MaxNumberOfConversationsAgentCanMiss": 5, "PostAgentMissingConversionsAction": "Nothing" } |
| ChatSettings |
string |
Session configuration.
|
{"IdleChatTimeoutSeconds":300} |
Examples
Success response
JSON format
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "无",
"RequestId": "30C7D235-DDCF-4C7F-A462-5E2598252C2B",
"Data": {
"RoutingType": "Automatic",
"AgentConcurrencySettings": "{\n \"AllowExceedingLimitWhenTransferring\": false,\n \"ConcurrencyLimit\": 4,\n \"AllowExceedingLimitWhenClaiming\": true,\n \"Enabled\": true\n}",
"DistributionSettings": "{\n \"AgentRingTimeoutSeconds\": 30,\n \"Enabled\": true,\n \"MaxNumberOfConversationsAgentCanMiss\": 5,\n \"PostAgentMissingConversionsAction\": \"Nothing\"\n}",
"ChatSettings": "{\"IdleChatTimeoutSeconds\":300}"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Parameter.Blank | The parameter %s must not be null. | |
| 400 | Parameter.Empty | The parameter %s must not be null or empty. | |
| 400 | Parameter.Null | The parameter %s must not be null. | |
| 404 | NotExists.InstanceId | The specified instance %s does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.