Route to live agent after question - Did any of this information resolve your issue? - answer is No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 10:12 PM
We have enabled HR Live chat in our instance designating it a separate queue. Now, after the question - Did any of this information resolve your issue? - returns No, he should be routed to HR Live chat. How to configure this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:55 AM
Hello @nirwan_ritik,
For this, you need to do changes in the topic flow of virtual agent.
After 'Did any of this information resolve your issue' Static choice node add decision node for checking user response (Yes/No).
At the No branch add Script Action and add following code to connect Live agent-
code:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.