I created the java webhook in past for dialogflow where 1-1 mapping of intent used to be done. Now I am working with actions builder & not getting how to define and build the handlers using Java.
Before @ForIntent was used to map the intents with java methods. Now how should I map the methods with any scene or handlers.