public interface Chat extends ChatApi
This interface describes available communication and configuration APIs for a given chat session.
Modifier and Type | Method and Description |
---|---|
ChatConfig |
getConfig()
Gets chat config for the current chat session as configured via
ZopimChat |
boolean |
hasEnded()
Tells if this chat session has ended and can not be continued.
|
void |
resetTimeout()
Resets chat timeout.
|
emailTranscript, endChat, send, sendOfflineMessage, setDepartment, setEmail, setName, setPhoneNumber
ChatConfig getConfig()
ZopimChat
It will reflect ZopimChat.DefaultConfig
configuration values unless overridden via ZopimChat.SessionConfig
at chat start.
boolean hasEnded()
void resetTimeout()
ZopimChat.DefaultConfig.sessionTimeout(long)
.