Call this operation to accept a chat.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
ccc-test |
| JobId |
string |
Yes |
The job ID. |
chat-65382141036853491 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. |
OK |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Message |
string |
The response message. |
无 |
| RequestId |
string |
The request ID. |
2263B273-AC1B-44EB-BA98-87F2322C6780 |
Examples
Success response
JSON format
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "无",
"RequestId": "2263B273-AC1B-44EB-BA98-87F2322C6780"
}
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.Format | The format of parameter %s is invalid. | |
| 400 | Parameter.Null | The parameter %s must not be null. | |
| 404 | NotExists.InstanceId | The specified instance %s does not exist. | |
| 409 | AlreadyExists.SkillGroup | The skill group %s already exists in instance %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?