Anything Else Topics triggers after the Greeting Topic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 08:41 PM
Hi,
This is related to Virtual Agent topics. I received a requirement to remove "Show me Everything" topic picker. After removing that Anything else topic started to show after the greeting topic.
Any idea how to omit this.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 08:53 PM
Hi There,
The reason is because the topics have ended and as per the flow, once all the topic have ended "Anything else" is triggered.
You should manually divert the users to a specific topic or use the sendTopicPickerControl() after the greetings to allow users to move from greeting topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 09:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:28 AM
Hi @Muralidharan BS can you please elaborate on"or use the sendTopicPickerControl() after the greetings to allow users to move from greeting topic.".
I'm trying to see if I can use this as a means of triggering NLU from within another topic.