Property reference

glide.cs.disable.show_me_everything

The glide.cs.disable.show_me_everything property controls the visibility of the 'show me everything' button in the virtual agent topic picker. Admins may want to hide this button to streamline user interaction or reduce confusion in the virtual agent interface.

Default: false Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property determines whether the 'show me everything' button appears in the virtual agent topic picker, affecting user navigation options.
What area does it affect? Virtual Agent Interface
What does the default mean? The default value is "false", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring the virtual agent for user experience improvements.

Out of the box property record

Raw metadata from the property record.

Property name glide.cs.disable.show_me_everything
Sys ID 889c49e3b71031103207bc15ae11a9d8
Type string
Application Global
Default value false
Description Shows or hides the 'show me everything' button in the virtual agent topic picker
Updated 2024-05-25 03:39:03

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... var hideShowMeEverything = String(vaInputs.now_assist_topics_skill _active_value.value) === "false"; f. In the script window, select Save. g. On the Flow tab, select Save. NLU a. Navigate to All > sys_properties.list. b. Under glide.cs.disable.show_me_everything, set the value to TRUE. Result The Show me everything button is removed from the greeting messages in your Virtual Agent conversations. Change the Virtual Agent greeting messages in the ...