The CreatorCon Call for Content is officially open! Get started here.

Chat on Mobile

Koji Yanase
Tera Contributor

I don't think we can use chat functionality on mobile without Virtual Agent installed on the instance. Is it right?

1 ACCEPTED SOLUTION

Sebastian L
Mega Sage

You only need the free version of the Virtual Agent, and you can lead it directly to a live agent. That is what we have done, so no need for full Virtual Agent 🙂


Best regards,
Sebastian Laursen

View solution in original post

18 REPLIES 18

Hi Sebastian,

Thank you for your help. I'd appreciate it if you could answer Yuka's questions. Yuka is my colleague. If her question is not clear, she'll change the way to ask questions.

Best, Koji

Hello!@Sebastian Laursen 
How can I direct people to Live Agent?
I've duplicated it, but I can't edit it, so I don't know how to guide the Live Agent.

Hi, 

In "Service Portal > Agent Chat", in the server script you can add: 

This is taken from the CSM default one, but I have changed the live_agent_only to true instead of looking to check "isVAActive". Take this, and it should go directly to live agent. 

	(function($sp) {
		var configObj = {portal: $sp.getValue('url_suffix')},
		isVAActive = GlidePluginManager.isActive('com.glide.cs.chatbot'); //checks if VA is active, 
		//configObj.liveagent_application = 'csm';
		configObj.live_agent_only = true;  //OOB value is: "!isVAActive"
		configObj.liveagent_queue= $sp.getValue('sp_chat_queue');

		return configObj;
})($sp);

 

 


Best regards,
Sebastian Laursen

Hello!@Sebastian Laursen 

I was able to display it!
thank you.

ーーーーー

I have an additional question.
When you start the live agent on the portal site, "There are no agents available at the moment. Please try again later." Is displayed.
It seems that the chat function is insufficient for the live agent to chat.
Do you know how to set it?

I tried to install chat in the agent workspace, but "Agent Workspace Guided Setup> Workspace Agent Chat> Chat Setup" was a key mark and could not be enabled.