dialogflow / fulfillment-webhook-json

Dialogflow's Fulfillment: Webhook JSON (Requests & Responses)
Apache License 2.0
191 stars 70 forks source link

Does not match "fulfillment_messages" format #3

Closed owenbrown closed 6 years ago

owenbrown commented 6 years ago

When users create static rich responses for Action on Google in the DialogFlow console, these messages are translated into JSON and passed to the fulfillment webhook.

The format sent to the fulfillment webhook is completely different than what is displayed here, which is also completely different than what is displayed in the documentation (https://developers.google.com/actions/dialogflow/webhook).

If we can't get a Python SDK for connecting to Actions on Google through DialogFlow, can we at least get consistent advice on the JSON format to return? Other platform, such as Facebook Messenger, provide simple, clear documentation on the format.

mattcarrollcode commented 6 years ago

What inconsistency are you seeing between this repo and https://developers.google.com/actions/dialogflow/webhook?