Hide or reveal the Show me everything button
Set properties to hide or reveal the Show me everything button in Virtual Agent LLM (large language model) conversations.
Before you begin
Role required: virtual_agent_admin or admin
Duplicate the Virtual Agent greeting Setup topic you want to use for your conversation. For example, Now Assist - Greeting. For more information, see Duplicating a Virtual Agent topic.
About this task
The greeting topic of a Virtual Agent includes a Show me everything button by default. This button displays the full list of available Virtual Agent topics, and a search filter. Use the following instructions to hide the Show me everything button in your Virtual Agent conversations.
Procedure
Navigate to All > Conversational Interfaces > Assistant Designer.
Select the Asset library tab.
Open the greeting Setup topic you've duplicated.
The topic opens in Virtual Agent Designer.
In the Flow tab, select the Send skill picker node.
Topic flow tab with Send skill picker node highlighted on canvas.
The **Script action utility** control for the **Send skill picker** node opens in the property sheet.
- In the property sheet, select the Script that defines the operation of the node button
.
The **Action expression** script window opens.
- In Line 3 of the script, set the
"hideShowMeEverything"value fromfalseto true.
Send skill picker node Action Expression window with hideShowMeEverything value set to true.
Select Save, then select Publish.
The greeting Setup topic activates, and the Show me everything button disappears from the Virtual Agent chat where the topic is used.
What to do next
To reveal the Show me everything button again, set the "hideShowMeEverything" value from true to false.
The duplicated greeting Setup topic is associated with the LLM assistant as the original topic. You can associate the duplicate with another LLM assistant. For more information, see Customizing a Virtual Agent chat experience.
Parent Topic:Working with setup topics