public class ChatProfile
Represents a profile of portal.
Nested classes | |
---|---|
public static class Queue
|
Queue's information. |
Public methods | |
---|---|
String |
getId()
Return chat profile id. |
String |
getPortalId()
Return portal id. |
int |
getProjectId()
Return project id. |
String |
getLanguage()
Return language of portal. |
String |
getBackground()
Return background of portal. |
boolean |
isAutoCreateTicket()
Check whether the portal is a auto create ticket. |
String |
getPopupAnswerUrl()
Return popup answer url of portal. |
int |
getNumberOfAgents()
Return number of agents in portal. |
String |
getLogoUrl()
Return logo url of portal. |
boolean |
isEnabledBusinessHour()
Check whether the portal is enable business hour. |
String |
getBusinessHourId()
Return business hour id. |
String |
getBusinessHour()
Return business hour. |
List<Queue> |
getQueues()
Return list of queues in portal. |
boolean |
isFacebookAsLivechat()
Check whether the portal create live chat conversation from facebook. |
boolean |
isZaloAsLivechat()
Check whether the portal create live chat conversation from zalo. |
String getId()
Return chat profile id.
String getPortalId()
Return portal id.
String getProjectId()
Return project id.
String getLanguage()
Return language of portal.
String getBackground()
Return background of portal.
boolean isAutoCreateTicket()
Check whether the portal is a auto create ticket.
String getPopupAnswerUrl()
Return popup answer url of portal.
String getNumberOfAgents()
Return number of agents in portal.
String getLogoUrl()
Return logo url of portal.
boolean isEnabledBusinessHour()
Check whether the portal is enable business hour.
String getBusinessHourId()
Return business hour id.
String getBusinessHour()
Return business hour.
List<Queue> getQueues()
Return list of queues in portal.
boolean isFacebookAsLivechat()
Check whether the portal create live chat conversation from facebook.
boolean isZaloAsLivechat()
Check whether the portal create live chat conversation from zalo.