- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:04 AM
Even when the Live Agent are available virtual agent is not routing to a proper queue and showing no agents available message. Please help me on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 01:27 AM
@ritu_saluja Create flow as below
Select chat queue -->
Set queue name --> put below script in below actual expression
(function execute() {
if (vaInputs.select_chat_queue == "Payroll Case")
vaVars.LiveAgent_queue = 'HR Payroll Chat';
if (vaInputs.select_chat_queue == "Lifecycle Events")
vaVars.LiveAgent_queue = 'HR Lifecycle Events Chat';
if (vaInputs.select_chat_queue == "Talent Management")
vaVars.LiveAgent_queue = 'HR Talent Management Chat';
if (vaInputs.select_chat_queue == "Total Rewards")
vaVars.LiveAgent_queue = 'HR Total Rewards Chat';
gs.info('value of queue is '+vaVars.LiveAgent_queue);
})()
Connect to Agent --> put below script in below actual expression
(function execute() {
vaSystem.connectToAgent();
})()
Also in the condition, you need click on on "Show Related Fields" --> Go to Context --> Interaction context fields and then select "queue". Put the chat queue name as value.
Do this for all chat queues
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 05:42 AM
@ritu_saluja Can you send your topic flow xml or screenshot here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 10:14 PM
please help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 02:26 AM - edited ‎08-22-2023 02:27 AM
@ritu_saluja I am not able to load this xml in my PDI. I found out one article which will help you.
Can you share script which you have wrote in topic flow ? Also have you added assignment group mapping in queue under related list ?
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 10:15 PM
Hello @SANDEEP28
please find the screenshot attached
HR Global
Payroll EMEA
Payroll AMER
Payroll APJ
is live agent available
Queues :-