Hello
is it possible to somehow store a given response in a variable to to have it available in the next volley, if the user asks “Could you repeat that?” for example?
I thought of something like this:
u: (~request) $$lastoutput=%lastoutput $$lastOutput
The solution above does not work of course, so my questions are:
1. What would be the appropriate substitute for %lastoutput?
2. At which step would i create the variable $$lastOutput = %lastoutput?