- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 03:31 AM
Hi,
Is there a way for a topic to automatically perform the search using the phrase the user has input previous to selecting the topic?
For example, if a user enters 'I want to find where my paycheck is stored' and then the Search the Knowledge base topic, the results from searching 'I want to find where my paycheck is stored' are instantly returned.
Thanks,
Solved! Go to Solution.
- Labels:
-
Multiple Versions
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 10:27 AM
You can call it with vaSystem.topicDiscovery(); Just make sure that the vaVars.global_search_text is set to what the user is searching for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 05:31 AM
Take a look to see if the variable vaVars.global_search_text is populated with what you want. If not you can manually populate it in a script with what the user entered. Then when they select your knowledge topic search for it based on what is in the vaVars.global_search_text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 06:38 AM
Hi,
What topic would the variable need to be set in ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 06:52 AM
Whatever topic where you collect "if a user enters 'I want to find where my paycheck is stored'"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2020 07:06 AM