Jump to: navigation, search
(SetInFocus)
Line 1: Line 1:
 
=SetInFocus=
 
=SetInFocus=
 
This request will set focus parameter for the chat interaction.
 
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 for time spent on each 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.
  
 
{|
 
{|

Revision as of 16:25, January 24, 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!