Virtual agent icon in service portal

Priyanka710
Giga Contributor

Can someone please help me in changing the virtual agent icon in service portal

3 ACCEPTED SOLUTIONS

Riyaz Ali Moham
Mega Guru

Hi @Priyanka710,

To change the VA icon which appears when it’s closed in portal, use the property ā€œ$sp-agent-chat-btn-close" & to change the VA icon which appears when it’s open in portal, use the property ā€œ$sp-agent-chat-btn-open".

View solution in original post

Hi @Priyanka710,
Yeah, use the format mentioned below,
$sp-agent-chat-btn-close: url("/ChatBotPic1.png");
$sp-agent-chat-btn-open: url("/ChatBotPic2.png");

View solution in original post

Hi @Priyanka710 ,
Yeah, it can be done. Navigate to the branding profile used in the portal which is displayed in 'Conversational Interfaces' settings page and there in the bottom of branding profile you would be able to add the new menu items.

View solution in original post

6 REPLIES 6

Riyaz Ali Moham
Mega Guru

Hi @Priyanka710,

To change the VA icon which appears when it’s closed in portal, use the property ā€œ$sp-agent-chat-btn-close" & to change the VA icon which appears when it’s open in portal, use the property ā€œ$sp-agent-chat-btn-open".

Hi @Riyaz Ali Moham,
Thanks for that and can you also please help me with the format of the value to be set for those properties?

Hi @Priyanka710,
Yeah, use the format mentioned below,
$sp-agent-chat-btn-close: url("/ChatBotPic1.png");
$sp-agent-chat-btn-open: url("/ChatBotPic2.png");

Hi Riyaz,

Your above solutions worked and just wondering if there's any way to add few new menu items in virtual agent?