Suggestions

close search

ChatProfile

public class ChatProfile



Represents a live chat profile of a portal.



Summary


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.



Public methods


getId

String getId()

Return id.



getPortalId

String getPortalId()

Return portal id.



getProjectId

int getProjectId()

Return project id.



getLanguage

String getLanguage()

Return language.



getBackground

String getBackground()

Return background.



isAutoCreateTicket

boolean isAutoCreateTicket()

Check whether auto create ticket.



getPopupAnswerUrl

String getPopupAnswerUrl()

Return popup answer url.



getNumberOfAgents

int getNumberOfAgents()

Return number of agents.



getLogoUrl

String getLogoUrl()

Return logo url.



isEnabledBusinessHour

boolean isEnabledBusinessHour()

Check whether enabled business hour.



getBusinessHourId

String getBusinessHourId()

Return business hour id.



getBusinessHour

String getBusinessHour()

Return business hour.



getQueues

List getQueues()

Return queues.



isFacebookAsLivechat

boolean isFacebookAsLivechat()

Check whether facebook as livechat.



isZaloAsLivechat

boolean isZaloAsLivechat()

Check whether zalo as livechat.