
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 02:38 PM
Virtual agent has hijacked all chat queue. We turned on the plug-in to play with it but we are not ready to implement it. Chats in our CSM chat queue automatically get answered by the virtual agent and the users have to select 'Contact Support' to by-pass. Is there a way to disable virtual agent for some chat queues but not others or is it a system-wide global thing?
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2019 07:47 AM
UPDATE
Figured it out. Here is how I bypassed virtual agent.
- Go to the ‘Theme’ associated with the your portal (Example: Customer Service).
- Note the Header field in the Theme record, go to it. The OOTB header is read-only so I made a duplicate of the OOTB header.
- The header is responsible for rendering the top portal menu. See line 33 in the server script. This is where you can force to a live agent.
data.live_agent_only = true; //changed to disable virtual agent. (was false OOTB).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 01:51 PM - edited 09-26-2023 01:54 PM
This should be the accepted solution, at least it was for my need.
Service Portal > Agent Chat > select your desired portal (then set Active = false)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2019 06:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2020 10:36 AM
I know this thread is pretty old so I hope it's ok to post here. I am having the same issue. I am in my Dev environment and was setting up Live Chat. I installed the Virtual Agent plugins just to see what it was like, and now I can not get it turned back off or disabled. I've tried the suggestions above, but the theme header that the portal is using doesn't have that line of code. Any other suggestions?
Every chat starts with this...
I would like to get it back to just trying to connect to a live agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2021 09:49 AM
Did you ever get this resolved? I'm trying to do the same thing and can't figure it out. I've tried a few different solutions from the community and no dice. This is for ITSM on Paris.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2021 10:06 AM
You can try changing the settings for the Greeting topic to Live Agent Support.
Navigate to "Collaboration" > "General Settings".