Provide resource_id to Chat Bot
Started with !123656 (merged) we need to provide the resource_id to the chat bot. The current approach is rather simple where we pass down the variable directly from the controller.
This is fragile and not easy to maintain for more than just one controller. One idea is to re-use the ApplicationContext and add the resouce_id (or multiple ones?) there in all the controllers that need to provide the resource
Edited by Nicolas Dular