API documentation
post
/api/v1/chat/resumeResumes automated assistant replies after a human operator handoff.
Chat
Request body
{
"sessionId": "00000000-0000-0000-0000-000000000000"
}Responses
- 200Bot resumed.application/json
{ "ok": true } - 400Invalid session id.application/json
{} - 401Not authorized for this session.application/json
{}