Virtual agent Topic Visibility

Mahesh033
Tera Contributor

Hi 

For Virtual Agent topic to be visible to MS team and other channels is there any configuration we can for visibility instead of writing below script in the topic properties ,Kindly help

(function execute() {
if(vaContext.portal == 'ITServices' || vaContext.deviceType === 'teams'){
return true;
}
})()

3 REPLIES 3

johndoh
Mega Sage

By default they should show or at least all mine do. I only have to do the opposite if I want to hide the topic from Teams.

Hi @johndoh ,Thank you 
But is they anything we can configure to make the topics visible to Teams/slack/web client, etc. 
Instead of going to every topic and making changes in the script every time when we get the requirement to add other channels.is there any other way to configure ,because in future we may add to other channels, 

johndoh
Mega Sage

All I did was follow this in order to setup - Integrating Virtual Agent with Microsoft Teams using the self-configured bot (servicenow.com)

 

As you can see I have a null channel setting which I would suspect allows it everywhere. 

johndoh_0-1687533042230.png

As you can see I dont even have an option to select Teams

johndoh_1-1687533095090.png

johndoh_2-1687533200219.png