public class ChatProfile
Represents a live chat profile of a portal.
| Public methods | |
|---|---|
String |
String getId()
Return id. |
String |
String getPortalId()
Return portal id. |
int |
int getProjectId()
Return project id. |
String |
String getLanguage()
Return language. |
String |
String getBackground()
Return background. |
boolean |
boolean isAutoCreateTicket()
Check whether auto create ticket. |
String |
String getPopupAnswerUrl()
Return popup answer url. |
int |
int getNumberOfAgents()
Return number of agents. |
String |
String getLogoUrl()
Return logo url. |
boolean |
boolean isEnabledBusinessHour()
Check whether enabled business hour. |
String |
String getBusinessHourId()
Return business hour id. |
String |
String getBusinessHour()
Return business hour. |
List |
List getQueues()
Return queues. |
boolean |
boolean isFacebookAsLivechat()
Check whether facebook as livechat. |
boolean |
boolean isZaloAsLivechat()
Check whether zalo as livechat. |
String getId()
Return id.
String getPortalId()
Return portal id.
int getProjectId()
Return project id.
String getLanguage()
Return language.
String getBackground()
Return background.
boolean isAutoCreateTicket()
Check whether auto create ticket.
String getPopupAnswerUrl()
Return popup answer url.
int getNumberOfAgents()
Return number of agents.
String getLogoUrl()
Return logo url.
boolean isEnabledBusinessHour()
Check whether enabled business hour.
String getBusinessHourId()
Return business hour id.
String getBusinessHour()
Return business hour.
List getQueues()
Return queues.
boolean isFacebookAsLivechat()
Check whether facebook as livechat.
boolean isZaloAsLivechat()
Check whether zalo as livechat.