- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 06:58 AM
Good Day,
I built an NLU to invoke the Closing Conversation topic. The NLU is working properly, but the Closing Conversation seems to be running twice.
The flow is OOB, and works fine when
Any ideas as to why this is happening?
When invoked through NLU:
When invoked with button:
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 09:30 AM
Hi again,
We submitted a HI ticket and were advised on a workaround to which we added some steps that i share below:
1. Create and publish a new topic that only has the closing conversation script, and associate the NLU intent "End conversations" to it.
Type: Topic
Role: Public
Topic Visibility: false
2. Within the General settings, we used the OOB Close Conversation topic, but removed the nlu association in this topic.
This helped to make the end conversation message appear only once.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 07:48 AM
This is happening because you are using nlu to call for a topic which is closing the conversation with results in calling OOB closing topic.
If you remove this, then nlu closing will work fine and you will not get the 2nd message, when your using the button it will not trigger the closing topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 08:52 AM
Hi Pranesh,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 08:59 AM
You can create a different closing topic and use it in closing conversation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2021 11:31 AM
Hi Pranesh,
I did end up using this method.
I created a second Closing Conversation, but removed all of the messaging from it. I then removed the NLU Model and Associated Intent from the original and added it to the second.
Now when invoked with the NLU it runs through the second to active the first.
It is a messy solution, but it works.
Thank you for your help.