(→Sample) |
|||
Line 44: | Line 44: | ||
} | } | ||
</pre> | </pre> | ||
+ | |||
[[Category:V:HTCC:8.5.2]] | [[Category:V:HTCC:8.5.2]] |
Revision as of 16:27, March 23, 2014
SetInFocus
This request will set focus parameter for the chat interaction.
This is useful if an agent is handling more than one interaction at a time and will aide in proper reporting of time spent on each interaction.
Request URL | /api/v2/me/chats/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameters
Parameter | Value |
---|---|
operationName | SetInFocus |
InFocus | Boolean parameter true or false |
Sample
Request
POST api/v2/me/chats/0071023821aec011 { "operationName": "SetInFocus", "InFocus": [true or false] }
Response
{ "statusCode": 0 }
Comments or questions about this documentation? Contact us for support!