Suggestions

close search

ChatProfile

public class ChatProfile



Represents a profile of portal.



Summary


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.



Public methods


getId

String getId()

Return chat profile id.



getPortalId

String getPortalId()

Return portal id.



getProjectId

String getProjectId()

Return project id.



getLanguage

String getLanguage()

Return language of portal.



getBackground

String getBackground()

Return background of portal.



isAutoCreateTicket

boolean isAutoCreateTicket()

Check whether the portal is a auto create ticket.



getPopupAnswerUrl

String getPopupAnswerUrl()

Return popup answer url of portal.



getNumberOfAgents

String getNumberOfAgents()

Return number of agents in portal.



getLogoUrl

String getLogoUrl()

Return logo url of portal.



isEnabledBusinessHour

boolean isEnabledBusinessHour()

Check whether the portal is enable business hour.



getBusinessHourId

String getBusinessHourId()

Return business hour id.



getBusinessHour

String getBusinessHour()

Return business hour.



getQueues

List<Queue> getQueues()

Return list of queues in portal.



isFacebookAsLivechat

boolean isFacebookAsLivechat()

Check whether the portal create live chat conversation from facebook.



isZaloAsLivechat

boolean isZaloAsLivechat()

Check whether the portal create live chat conversation from zalo.