Open XNinety9 opened 4 years ago
I have this error too, my code worked before when I deploy it. But after few hours (or other trigger, I don't know for sure) Dialogflow fulfillment's requests have changed and now it come with "originalDetectIntentRequest" field. And I stuck here for 3 days.
Are you found any solution for this? Or alternative library to use with dialogflow fulfillment? Since this library is deprecated.
Hi there.
I've been using dialogflow-fulfillment-nodejs library for a few days now, so far, so good.
But when trying to request data from an external API within the fulfillment handler, I've been facing a tenacious error:
Here's the code:
From what I see in the logs, the error comes from the library itself? Knowing that beyond the error, my code successfully retrieves the needed data from the API.