- I am trying to build a web application(MVC .net core)
- I just create a simple html button and it hits on the post method of HomeController, starttalking().
- All I need to do is as soon as this button is clicked, the google home speaks up the welcome intent response without any input phrase.
Can someone guide me in identifying how can I invoke a dialog flow's intent on the click of a button in .net. I mean i Know i can set intents and their fullfilment webhooks but this scenario first button gets click then response of the intent should be triggered. Is it even possible? I had been going through the custom events and felt it can somehow accomplish my goal but im clueless how to do it. Any help would be appreciable.