dialogflow-fulfillment-nodejs icon indicating copy to clipboard operation
dialogflow-fulfillment-nodejs copied to clipboard

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses

Results 107 dialogflow-fulfillment-nodejs issues
Sort by recently updated
recently updated
newest added

Hi, The setButton in Card component require text and url, however, in real situation, also in the default response of the DialogFlow console, we would like to just use the...

I have tried to query data from **firestore** and use the data to create **carousel** payload to response the line message. But nothing occur on line even if it's in...

I have inline code in index.js: //-----------------------------------------------------------------------------// 'use strict'; const functions = require('firebase-functions'); const admin = require('firebase-admin'); admin.initializeApp({ credential: admin.credential.applicationDefault(), databaseURL: 'https://nodemculed-d7408.firebaseio.com' }); const { dialogflow, BasicCard, BrowseCarousel, BrowseCarouselItem, Button,...

A very very useful enhancement would be a d.ts file for those of us programming in Typescript, not in "plain" JS.

Feature Request

I am using **Axios** library to make get and post a request for an API in dialogflow fulfillment. I am using Axios in many intents, but in few intents, it...

Hi there, I'm trying to add custom payload twice in the following way; ``` cards = new Payload('PLATFORM_UNSPECIFIED', cardObj, { sendAsMessage: true, rawPayload: true }); agent.add(cards) ``` I'm getting such...

According to the [docs](https://github.com/dialogflow/dialogflow-fulfillment-nodejs/blob/master/docs/WebhookClient.md#new_WebhookClient_new), the WebhookClient constructor needs Express HTTP request and response objects. However, in Lambda function, I receive only the `event` (the request). How do I create the...

Feature Request

We could send out a typing_on sender action which give those 3 dots bubble for when user is typing to simulate a human conversation. ``` let response = { "recipient":{...

I made an intent and then 2 followup intents of yes and no. While it is responding perfectly when it gets a 'yes' reply, I don't get the desired message...

I'd like to have the feature of retrieving the whole conversation log from an object or something like that. How possible would be it?