- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2020 09:08 AM
Hi guys,
I'm currently creating a Greetings topic where the VA asks for user input, and takes that string as a short description when it creates an incident after. Ideally I would like to go to a relevant topic with NLU after the incident is created, but since the input is not at the end, it doesn't work. Any way around this?
Solved! Go to Solution.
- Labels:
-
Multiple Versions
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:09 AM
Set the variable "vaVars.global_search_text" to what the user input was and then call "vaSystem.topicDiscovery()" This is what the ootb greetings topic uses to see if an utterance matches an intent for a topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:09 AM
Set the variable "vaVars.global_search_text" to what the user input was and then call "vaSystem.topicDiscovery()" This is what the ootb greetings topic uses to see if an utterance matches an intent for a topic.