Skip to content
Advertisement

Store multiple parameters from different Intents

I have an issue saving multiple parameters from different intents in dialogflow firebase fullfillment. I’ve tried declaring a global variable to store the data there but to no avail . here is what I have so far.

I would like to save the parameters from multiple intents to a firebase db

JavaScript

Advertisement

Answer

You can use context to save/use data across multiple intents. You need to set output context and then in next webhook request you can get context what you have set in previous intent

Advertisement