This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Chat API section of the Web Services API.
This request sets the SetInFocus parameter for a chat interaction.
This parameter is useful when an agent is handling more than one interaction and aids in the proper reporting of time spent on each interaction.
Request URL | /api/v2/me/chats/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | SetInFocus |
inFocus | Boolean parameter true or false |
Request
POST api/v2/me/chats/0071023821aec011 { "operationName": "SetInFocus", "inFocus": [true or false] }
Response
{ "statusCode": 0 }