Hi,
Is it possible to reset the $page.params.status ?
I created a virtual agent that contains more than 1 page for form filling. Each page is like below:
After a customer fills in one of the form in a page, he will be directed to a menu page that contains a menu. If "yes" is chosen, the session ends. If "no" is chosen, then it goes back to the beginning of the flow.
The problem I have right now is that when a customer chose "no" from the menu and goes back to the beginning of the flow, it seems "$page.params.status" is still "FINAL". So when the customer goes into another page that requires form filling, Dialogflow will be transferred him directly to the menu page without showing the form.
How can I make sure that every time whenever the customer enters a page, he will be able to see and fill in the form?