I have a "go back" route group that allows the user to go back to the previous page. While this is working, i.e. the flow indeed moves back to the previous page, the agent is not prompting the user after it navigates back.
In other words, let's say we have page A with prompt "Welcome to page A", then page B with prompt "Welcome to page B". User is on B, and tells the agent to go back; I expected to see the "Welcome to page A" prompt again, but the agent doesn't say anything.
Of course, adding the prompt to the "go back" route defeats the purpose, since we want to reuse it across the flow. How can I force the prompt to happen in this particular case?