dialogflow-fulfillment-nodejs
dialogflow-fulfillment-nodejs copied to clipboard
Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Hi: We are trying to update to node-16 and deploy to GCP using firebase cloud functions and get following error. Can this be fixed please. Thank you. 🙏 ``` firebase...
Hello, I've had this problem for almost a day and I don't know what else to do to solve it. Dialoglow just doesn't want to make any HTTP calls at...
does this library support Dialogflow CX? if yes then how can I send ssml from webhook for CX?
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 am trying to send custom payload from the webhook (Firebase Cloud Function) but I am not able to achieve what I am trying. In response I wanna get something...
Dialogflow Console allows to add Custom Payload to Default platform. Webhook request for such an intent with custom payload in Default platform fails to parse with below exception. ``` Error:...
My bot stopped showing quick replies on messenger which I showed using inside intent response. Now I am using payload to show quick replies buttons.
The debug print for locale prints user query at [v2-agent.js](https://github.com/dialogflow/dialogflow-fulfillment-nodejs/blob/master/src/v2-agent.js#L153). The code below; ``` debug(`Request locale: ${JSON.stringify(this.agent.query)}`);``` should be ``` debug(`Request locale: ${JSON.stringify(this.agent.locale)}`);```
Hey! I came across this bug as I managed my agent with environments. Upon building the contexts in the v2-agents context object the name is set as the substring after...
I am trying to create one dialogflow Fullfilment using a node.js script. I am reading JSON from google firebase URL, I am able to parse the required data. However, I...