End Conversation button not enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 08:09 AM
Hi ,
I have below instance on Orlando which has END Conversation button active and its working while on other instance which is on NEW YORK, i dont find this button, any clue or you faced this previously.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 01:20 PM
Hi -
I had this same issue and find your script helpful, except I need it to go to a specific Topic sys_id instead of the topic name. What would I use in the script for that?
Thanks
Amie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 07:59 AM
I found the answer that I am looking for.
vaSystem.switchTopicById();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2021 08:51 AM
Hi Amie,
Can you please share your script and where did you added that in topic flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 01:09 AM
Hi Murali,
Can you help with the exact syntax for topicDiscovery() ?
Let's say I am switching a topic with vaSystem.switchTopics('topic name'). Now How can I achieve the same using topicDiscovery()?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 11:07 PM
This is the entire syntax,
Just pass the topic name here -
vaVars.global_search_text = 'topic name';
vaSystem.topicDiscovery();