-
- All Implemented Interfaces:
-
com.brightpattern.bpcontactcenter.PollRequestInterface
public final class PollRequest implements PollRequestInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PollRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private Integer
pollInterval
private ContactCenterEventsInterface
callback
-
Method Summary
Modifier and Type Method Description Unit
addChatID(String chatID, String baseURL, String tenantURL)
Integer
getPollInterval()
ContactCenterEventsInterface
getCallback()
Unit
setPollInterval(Integer pollInterval)
Unit
setCallback(ContactCenterEventsInterface callback)
-
-
Method Detail
-
getPollInterval
Integer getPollInterval()
-
getCallback
ContactCenterEventsInterface getCallback()
-
setPollInterval
Unit setPollInterval(Integer pollInterval)
-
setCallback
Unit setCallback(ContactCenterEventsInterface callback)
-
-
-
-