Storage¶
You can store information using the agent's local storage by simply running:
within a handler, wherectx
is the agent's Context
object.
This will save the information in a JSON file, you can retreive it a any time using:
See the restaurant booking demo for an example that makes use of the agent's storage to store table information.