Virtual Agent Survey Triggered TwiceProblemWhen using virtual agent, when a chat is ended a survey is triggered, then the closing statement is triggered which has a survey topic so another survey is triggered again. The survey should not display before the closing statement. Steps to reproduce Go to portalStart a virtual agent conversationEnd the conversationA survey is triggered After that, the same survey is triggered again Root CauseSurvey is called from the custom closing conversation topicSteps to ResolveCalling the survey on the custom closing conversation topic is not needed because the survey is called after the conversation is closed. To solve the issue just modify the flow to remove the survey entry from the custom closing conversation topic.