-
- All Implemented Interfaces:
-
us.zoom.contactscenter.api.ZoomCCService
public interface ZoomCCChatService implements ZoomCCService
Chat service api
-
-
Method Summary
Modifier and Type Method Description abstract UnitaddListener(ZoomCCChatListener listener)Add chat service callback. abstract UnitremoveListener(ZoomCCChatListener l)Remove chat service callback. abstract IntegerendChat()End chat with agent. -
-
Method Detail
-
addListener
abstract Unit addListener(ZoomCCChatListener listener)
Add chat service callback.
- Parameters:
listener- Chat service callback.
-
removeListener
abstract Unit removeListener(ZoomCCChatListener l)
Remove chat service callback.
- Parameters:
l- Chat service callback.
-
endChat
abstract Integer endChat()
End chat with agent. You will receive a system message.
-
-
-
-