All Projects → dialogflow → Fulfillment Webhook Json

dialogflow / Fulfillment Webhook Json

Licence: apache-2.0
Dialogflow's Fulfillment: Webhook JSON (Requests & Responses)

Labels

Projects that are alternatives of or similar to Fulfillment Webhook Json

Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (-2.76%)
Mutual labels:  json
Cleanjson
Swift JSON decoder for Codable
Stars: ✭ 178 (-1.66%)
Mutual labels:  json
Jsons
🐍 A Python lib for (de)serializing Python objects to/from JSON
Stars: ✭ 178 (-1.66%)
Mutual labels:  json
Gulp Ng Config
🔧 Create AngularJS constants from a JSON config file
Stars: ✭ 176 (-2.76%)
Mutual labels:  json
Staticjson
Fast, direct and static typed parsing of JSON with C++
Stars: ✭ 177 (-2.21%)
Mutual labels:  json
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-2.76%)
Mutual labels:  json
Live Stream Radio
24/7 live stream video radio station CLI / API 📹 📻
Stars: ✭ 175 (-3.31%)
Mutual labels:  json
Bancosbrasileiros
Lista de bancos brasileiros | Brazilian banks list
Stars: ✭ 178 (-1.66%)
Mutual labels:  json
Json table
Flutter package: Json Table Widget to create table from json array
Stars: ✭ 178 (-1.66%)
Mutual labels:  json
Json Stringify Pretty Compact
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Stars: ✭ 177 (-2.21%)
Mutual labels:  json
Json
Strongly typed JSON library for Rust
Stars: ✭ 2,544 (+1305.52%)
Mutual labels:  json
Quran Json
Holy Quran with translation and tafsir in Bahasa Indonesia, presented in JSON format
Stars: ✭ 177 (-2.21%)
Mutual labels:  json
School
Sistema de gerenciamento para escola em Laravel com VueJS (Não é mais Angular)
Stars: ✭ 178 (-1.66%)
Mutual labels:  json
Emoji.json
Just an emoji.json
Stars: ✭ 175 (-3.31%)
Mutual labels:  json
Jsome
✨ Make your JSON look AWESOME
Stars: ✭ 179 (-1.1%)
Mutual labels:  json
Tilejson Spec
JSON format for describing map tilesets.
Stars: ✭ 175 (-3.31%)
Mutual labels:  json
Json6
JSON for Humans (ES6)
Stars: ✭ 177 (-2.21%)
Mutual labels:  json
Emuto
manipulate JSON files
Stars: ✭ 180 (-0.55%)
Mutual labels:  json
Play Json Derived Codecs
Stars: ✭ 179 (-1.1%)
Mutual labels:  json
Jackson Jq
jq for Jackson Java JSON Processor
Stars: ✭ 178 (-1.66%)
Mutual labels:  json

Dialogflow Fulfillment Webhook JSON Sample

This sample shows Dialogflow's fulfillment webhook JSON requests and responses for v1 and v2 agents, including Actions on Google-specific responses/requests for rich responses (cards, lists, suggestions, etc.) and event (ask for name, location, sign in, etc.) as well as platform-agnostic request/response examples.

Setup Instructions

  1. Sign-up/Login to Google account
  2. Create a Firebase project
  3. Deploy the responses directory with Firebase hosting:
    • Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to select the project that you have previously generated in the Actions on Google Console and to reply N when asked to overwrite existing files by the Firebase CLI.
    • Run firebase deploy --only hosting and take note of the endpoint where the responses folder has been published. It should look like Hosting URL: https://${PROJECTID}.firebaseapp.com
  4. Select the correct JSON file for your Dialogflow fulfillment and take a note of the URL of the file (e.g. https://${PROJECTID}.firebaseapp.com/v2/ActionsOnGoogle/RichResponses/SimpleResponse.json)
  5. Go to the Dialogflow console and select Fulfillment from the left navigation menu.
  6. Enable Webhook > URL to the URL of the JSON file from the previous step, then select Save.
  7. Go to Intents from the left navigation menu and for every intent that you'd like to enable fulfillment for:
    • Select the intent
    • In Fulfillment > Enable Webhook call for this intent.

Issues & References

How to Make Contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE.md

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service and Dialogflow's Terms of Use and Privacy Policy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].