Virtual Agent: Change "Show me everything" button

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2020 06:07 AM
Hello,
Is it possible to see how this "Show me everything" button works. I can see that this is calling it: vaSystem.sendTopicPickerControl. But there is no documentation about this method and all vaSystem methods at all. Is it possible to check all vaSystem methods.
Another question is if I can find somewhere all vaVars variables.
Thank you!
Ivan
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2022 05:05 PM
You may use the overloaded function of

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2020 09:28 PM
HI Ivan and
If you are looking to change the text of "show me everything", create a UI message with the key value and add your message like below,
If you are looking to replace the before text of "show me everything", you can create a UI message and call it.
var greetingMessage = gs.getMessage('ShowMe nonsystem')
vaSystem.sendTopicPickerControl(greetingMessage);
If you are looking to replace the first line (static) you can update the ui messsage - "Hi, I'm your Virtual Agent"
Result:
Thanks,