facebook messenger and dialogflow:: detect each event individually from multiple generic templates button
问题 I am working with chatbot and dialogflow is my nlp platform. Currently, I am using generic templates to show my products on messenger. Now, when customer clicks on buy now button from multiple templates buttons I want to detect which template button has been clicked (detect individual event) and want to set different message for different product from dialogflow . One way to do the job is using context but I want to know whether it is possible to achieve the same outcome without using context