UpdateChatRoutingProfile - 更新会话转接配置

使用UpdateChatRoutingProfile进行会话转接配置。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
InstanceIdstring

实例 ID。

9cfad875-6260-4a53-ab6e-b13e3fb31f7d
RoutingProfilesstring

会话分配/转接配置。

{ "RoutingType": "Automatic", "AgentConcurrencySettings": { "AllowExceedingLimitWhenTransferring": false, "ConcurrencyLimit": 4, "AllowExceedingLimitWhenClaiming": true, "Enabled": true }, "ChatSettings": { "IdleChatTimeoutSeconds": 300 }, "DistributionSettings": { "Enabled": true, "AgentRingTimeoutSeconds": 119, "MaxNumberOfConversationsAgentCanMiss": 5, "PostAgentMissingConversionsAction": "Nothing" } }

返回参数

名称类型描述示例值
object
Codestring

响应码。

OK
HttpStatusCodeinteger

HTTP 状态码。

200
Messagestring

响应信息。

RequestIdstring

请求 ID。

BC976D32-AC4C-4E0F-8AA9-F4BC6C4E2B3E
Paramsarray

错误参数列表。

Paramstring

错误参数。

示例

正常返回示例

JSON格式

{
  "Code": "OK",
  "HttpStatusCode": 200,
  "Message": "无",
  "RequestId": "BC976D32-AC4C-4E0F-8AA9-F4BC6C4E2B3E",
  "Params": [
    "无"
  ]
}

错误码

HTTP status code错误码错误信息描述
400Parameter.BlankThe parameter %s must not be null.-
400Parameter.EmptyThe parameter %s must not be null or empty.-
400Parameter.EnumerationThe parameter %s must be one of the value of enumeration %s.该参数必须为系统限定的枚举值之一。
400Parameter.NullThe parameter %s must not be null.-
403NoPermissionNo permission-
404NotExists.InstanceIdThe specified instance %s does not exist.指定的呼叫中心实例不存在。
404NotExists.UserIdThe user %s does not exist in instance %s.呼叫中心实例中不存在指定的用户。

访问错误中心查看更多错误码。