Closed davidmarinangeli closed 6 years ago
@davidmarinangeli It looks like you're using Dialogflow api version 2 which is not supported by this framework yet.
@MrDyro Thanks for the input. Was that indeed the case @davidmarinangeli ? If so we can close this issue. V2 support is in the works.
Yes, seems that this was the main problem. The following problem was the one opened here but, as you mentioned, we will wait for V2.
This will be resolved once V2 is live https://github.com/Ticketmaster/actions-on-google-kotlin/issues/54
Hello, I'm experiencing some problem with your library. I'm using your code to recognize the action after a request:
My intent action return "tell.popular" (this is the request that Dialogflow sends):
and here is the code. Unfortunately it doesn't work and I can't find a way to check the whole flow from handleRequest(actionMap) and check how is managed the request.
Furthermore, if I try to evaluate the
DialogflowAction(req, res).handleRequest(actionMap)
line during debug, it returns me "undefined". (???)Could you help me?