Is anyone using some kind of content analyzing and standard response from routing strategies/interaction flows, while a chat interaction waiting in the queue before delivery?
If someone can provide some details around this with or without business processes/strategies, it would be really helpful.
You can do quite a lot of different things with original chat request from the strategy:
screening. Lookup for some key words in request.
classifrication. Identification of the category request belongs too.
autoresponse/progress notification. You can send a message(s) to the client on behalf of the system.
For all these functions you can find appropriate objects in IRD.
Hello YevgeniyP,
Thank you for your response. It really helped.
I’ve one more question: when we need to send a message back to the chat client - do we need to write a piece of code & do it through ESP server? Or, is it possible to tell Chat server directly from URS/Strategy to send a given string back to the client.