I want to send parameter values of previos context in DialogFlow Responses. I know it can be done like #context_name.parameter_name.
Problem is in my intent, there are multiple contexts set like below:
I was hoping it would check which context is active in given 4 context and response accordingly, but it is taking randomly.
So sometimes response is correct (Thanks for the details. Your info : Richard) and sometimes wrong (Thanks for the details. Your info : #intent1.given-name).
Is there any workaround?
This is just example, there can be different context and different values.
And even if the context value is same but parameter value is different, we are facing same problem.
