Display of End Conversation Message in Virtual Agent TwiceIssueThe customer has configured a custom topic _CUSTOM_END_TOPIC_ to end the chat and is using end conversation topic to execute the custom _CUSTOM_END_TOPIC_. However, the end chat message is appearing twice. Steps to Reproduce Initiating a chatSelecting any optionSelect "End conversation CauseThe root cause is a double call of the _CUSTOM_END_TOPIC_ custom topic. Because the custom topic is call first and then the conversation is ended calling the custom topic from the default end conversation topic. That call triggers the the custom topic from the end conversation.ResolutionTo resolve the issue, ensure that only one call to the closing conversation is made. Remove the call to the custom topic on the "End Conversation" topic