How to setup a custom closure message in a Virtual agent topic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 04:33 AM
Hi Everyone,
For a topic that i have created i wish to set up a custom closing message, for greeting message we can directly create a greeting before calling the script "vaSystem.connectToAgent();" , but for closure message how should it be implemented, when the agent closes the interaction, it pops up in users chat?
Can you please help me with this?
Thanks,
Kartikey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 11:19 PM
Hi,
Check the out of the box Closing conversation topic.
1. Use vaSystem.getClosingMessage()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2024 12:53 AM
Hi @Shruti , i belive that would change the closure message for all the topics, i want to change for just 1 particular topic.
Thanks.