- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi
In Virtual agent I would like to hide the Show me everything option ,
I tried the document shared the details but doesn't worked.
Even not able to find this
Now Assist - Greeting or Now Assist Panel - Greeting.
Could you guys help me into this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
I found the solution.
- For chat experience to go this table "sys_cs_context_profile_message.LIST"
- goto the "sys_cs_context_profile" table and search for "Default Experience for Now Assist"
- Go to the related list—Setup topic - "Now Assist - Greeting"
Below the image where you can find the details
- If you open that record so there is " chat experience" with setup topic for greetings,
- you can directly go the list and find the "sys_cs_context_profile_topic.LIST" & search for Name - "Now Assist - Greeting"
- Remove the "Now Assist - Greeting" update your custom, published setup topic e.g I have created "GR - Now Assist - Greeting"
- After updating custom one, you will able to Deactivate the "Now Assist - Greeting" in Virtual agent deisgner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @jaiho_rai,
please refer to this article KB0786399 | In Virtual Agent, customized/personalized Greeting Message topic is showing in the 'Show...
Issue
If a user creates a custom greetings topic, it displays on the 'Show me Everything' list.
There is a column on sys_cs_topic that controls this behavior. You can hide the topic by changing the value in the column for that particular topic.
Release
All
Cause
This is caused because any custom topic that is created is automatically set to 'Is Topic Visible' to true. This column on out of Box 'Greetings' topics is set to false.
Resolution
1. In the application navigator, go to sys_cs_topic.list
2. Add the 'Is Topic Visible' column to the list.
3. Change the value to 'false' for the custom/personalized greetings topic.
This should resolve the issue.
Related Links
Select Virtual Agent setup topics.
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
And marking this property to true didn't help??
EDIT: sorry the above property is for NLU, you mentioned LLM, so did you try the following steps?
LLM |
|
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The one you mentioned is read-only OOB, Even if I copy it, the existing one OOB will not be deactivated and cannot be edited. I was stuck on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have found the solution and it's working with above code.
only last piece of this issue ..
When attempting to deactivate the existing OOB, the following message appears.
"Unable to deactivate topic: This topic is used in a custom chat experience. Please remove the topic from the chat experience to proceed."