I have defined an output context with the lifespan of 50 in all the intents of my agent, so that I can always have access to the parameter values, without biasing the intent matching process, named:
session_vars
Besides that, I have created for each intent a context with the lifespan of 1, when I needed for it to filter the following intents to be matched.
I need to use the parameter value saved in the first intent, which could be easily accessed through the session_vars context. However I need to use it in the inline editor to create an if condition which provides a different response according to that value.
My question is, in this case, even though session_vars is an active context, it is not an input context on my current intent. So, how can I access the values of the parameters saved in the session_vars context at the inline editor?
question from:
https://stackoverflow.com/questions/65884939/dialogflow-es-how-do-i-access-the-values-of-a-parameter-associated-to-an-activ 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…