fulfillment-webhook-json icon indicating copy to clipboard operation
fulfillment-webhook-json copied to clipboard

Dialogflow's Fulfillment: Webhook JSON (Requests & Responses)

Results 12 fulfillment-webhook-json issues
Sort by recently updated
recently updated
newest added

Hi, I cut and paste the example in the fulfillment inline editor but it does not connect with the firebase. I got the service account enabled. On Dialogflow i get...

My dialogflow agent is connected to a webhook for fulfillment using API v2, when I try to response back with ask for sign in response it doesn't perform the appropriate...

Hi, I would like to ask how to custom payload for _**carousel, image**_ in other platforms like **_Facebook, Telegram and etc_**. **Information** > DialogFlow API version: V2 API > Node...

I used that template from my webhook https://github.com/dialogflow/fulfillment-webhook-json/blob/master/responses/v2/ActionsOnGoogle/RichResponses/BrowseCarousel.json Browsecarousel payload is sent, no error on simulator or in webhook, but nothing is shown on google assitant. "In this moment Your...

The Dialogflow documentation was recently moved from dialogflow.com to cloud.google.com, but it seems that the documentation of the webhook protocol has gone missing in the process, or am I missing...

Hello, I am using version 2 while using Multi-linguistic feature of Dialogflow, I am facing some issues. When I am trying to send a Fulfilment Request in Russian Language I...

This fixes #13 regarding the Google Account Linking feature.

When using [Google Assistant Account Linking](https://developers.google.com/actions/identity/), each subsequent request to the webhook has "idToken" field under `originalDetectIntentRequest.payload.user` which has the user information token. The "idToken" is specific to DialogFlow.

I am trying to return quick replies for Facebook from webhook using reference from https://dialogflow.com/docs/reference/message-objects#one-click_integration_message_objects and get following error Cannot find field: replies in message google.cloud.dialogflow.v2beta1.Intent.Message Anyone knows what is...