I would like to go to the previous page and have it repeat what the agent said in that page. I thought you could do it with the symbolic page of transitions:
As you can see in the red it will go back to the "Test Page" but it will not repeat and go through the agent says of the entry fulfillment.
Solved! Go to Solution.
I understand that statement as the state will be restored as it was when the user was in that page
Hi @karl-gardner you have to think about transitions like if it was a stack. when you go back, if the page was used already, it will keep the state.
Best,
Xavi
Hello @xavidop,
Ok sure, but even if it were a stack and it keeps the previous state isn't this statement incorrect in the documentation of the PREVIOUS_PAGE symbolic transition (link below):
"The page state from the previous page will be restored after transition."
https://cloud.google.com/dialogflow/cx/docs/concept/handler#symbolic
I understand that statement as the state will be restored as it was when the user was in that page
Interesting @xavidop now that I am thinking about it that makes more sense! I was interpreting that statement as the page state (meaning initial state) would be restored so it would start over. Guess your interpretation is right though. Thanks again!
yeah, it is not easy!