.Chat.setAgentEmail()
This API lets you specify the email address of a particular operator, to whom you would like to route all the incoming chat requests.
Note:
Unless and until the operator whose email address that you specify in the API is offline/busy/engaged, all the incoming chats will be routed only to that particular operator. Other operators of your firm wouldn't even receive incoming chat notifications regardless of their availability status.
Syntax
CopiedZohoSalesIQ.Chat.setAgentEmail(agentmailid: String)
Example
CopiedZohoSalesIQ.Chat.setAgentEmail("patricia@zylker.com")