Configure AI search Genius result EVAM template to show button

Sudhanshu Talw1
Tera Guru

Do we need to create EVAM template to show AI search Genius result in Service Portal? Or it is tied to a genius result by itself?

If yes, then how can we configure the AI search genius result EVAM template to show cards like Genius Search result in the mobile app with button & navigation option?

Can we configure any other components in the JSON template to display Result? Right now it is showing the OOB search card to show the result:

The following template JSON is being used right now to display results: 

{
"component": "sn-search-result-evam-card",
"staticValues": {

"imageType": {
"translatable": false,
"key": "image"
},

"detailLabelOne": {
"translatable": true,
"key": "Click the card to navigate "
},

"icon": {
"translatable": false,
"key": "document-outline"
}
},

"mappings": {
"title": "u_portal_name",
"summary": "u_url" ,
"imageURL":"image"
},
"actionMappings": {
"clickAction": "hrc_navigation"
}
}

2 REPLIES 2

Shamus Mulhall
ServiceNow Employee
ServiceNow Employee

Hi @Sudhanshu Talw1 EVAM configuration for Q&A and Catalog Item Genius results are available OOTB in Service Portal. You'll just need to make sure that the Genius results configuration is linked to the appropriate search profile.

 

Below are examples of each.

 

Q&A:

Screen Shot 2023-01-11 at 11.41.39 AM.png

 

Catalog Item:

Screen Shot 2023-01-11 at 11.46.38 AM.png 

Is it possible to build a different interface for search results, tabs and filters?