I am building a web based chat app where agent and customer can chat with each other. I have searched a lot for an example which will give me correct Request & Response sequence but couldn’t get. Can anyone help me on this? What I am looking for :
Request & Response sequence for Customer facing app (I came to FlexChat should be used here)
Request & Response sequence for Agent app (Looks like BasicChat will help here)
I want to know what should be the ideal sequence from Interaction Server to Chat server in both case. In code sample will help greatly.
From my point of view, the better “hello world” sample is from WebAPI samples package, which is available for release 8.1 (but there are no mandatory changes between these version).
What about agent side ? Customer facing app looks straight forward to me but Agent side Interaction Server, UCS, Chat etc are there. What should be the login & request sequence to these server?
I have trying to figure out that part from last 5 days.