Virtual Agent : How to hide virtual agent topics from the topic Picker.SummaryHiding virtual agent topics from the topic Picker.ReleaseAll versions witl Virtual agent installed.InstructionsOpen the conversation topic from the designer ($conversation-builder.do) page, Select the topic and change the condition on the topic to below (function execute() {/* Return true or false to indicate if the topic or topic node can runand be discoverable (or not). For example:var applicability = vaInputs.first_name == 'Bill' ? true : false;*///return true; <-- If this is set to true, it would be visible from the topic discoveryreturn false;})()