public interface ChatConfig
Used to tell what is the chat configuration of the current chat session. Configuration is passed during initialization and start of the chat.
ZopimChat.DefaultConfig
,
ZopimChat.SessionConfig
Modifier and Type | Method and Description |
---|---|
String |
getDepartment()
Gets department as configured at initialization via
ZopimChat.DefaultConfig or start of the chat via ZopimChat.SessionConfig |
PreChatForm |
getPreChatForm()
Gets pre chat configuration form as configured at initialization via
ZopimChat.DefaultConfig or start of the chat via ZopimChat.SessionConfig |
String[] |
getTags()
Gets tags as configured at initialization via
ZopimChat.DefaultConfig or start of the chat via ZopimChat.SessionConfig |
VisitorInfo |
getVisitorInfo()
Gets
VisitorInfo configured for this chat session |
String getDepartment()
ZopimChat.DefaultConfig
or start of the chat via ZopimChat.SessionConfig
String[] getTags()
ZopimChat.DefaultConfig
or start of the chat via ZopimChat.SessionConfig
PreChatForm getPreChatForm()
ZopimChat.DefaultConfig
or start of the chat via ZopimChat.SessionConfig
PreChatForm
VisitorInfo getVisitorInfo()
VisitorInfo
configured for this chat session