How do I save and retrieve information across invocations of my agent in Dialogflow?
I would like my Actions on Google agent to store and retrieve certain pieces of information across invocations - like a cookie. How do I do this? You have a lot of options on how you want to do this, depending on exactly what you're trying to do. It isn't exactly like a web cookie, although there are similarities. If you want the equivalent of a session cookie, information that is retained during a single conversation , then your options are Using the Session ID provided as part of the information sent to you on each invocation and tracking this in your fulfillment. Storing information you