we successfully integrated the chat solution in my company, but now is time for enhancements. So I already know I can display a specific message and not process the chat if the customer starts an interaction and no agent is available. Next step would be to be able to display that chat is not available before the customer starting the interaction (and not display the registration form).
I am pretty sure there is a way to achieve this but looking at the Genesys doc I am a bit confused…
Hm, everything is working fine so far. But now I am literally trying to pull data from the stat server from the web client… and I cannot find anything around this.
Then Chat is not what you need, it is PSDK on a Java or Net flavor. Chat will access those only once the session has been established and never before.
PSDK will be able to access your StatServer data before and at any time.
What chat mode do you mean - proactive or reactive? For proactive mode, there is built-in functions for that (pacing,etc) - so, in case there is no available agent or the chat backend is not working at all, the invite for chat is not appeared to the client. For reactive mode, you have to check the availability of call center’s resources through the provided APIs. Follow the documentation to learn more about GWE.