{"id":13513772,"url":"https://github.com/dialogflow/dialogflow-fulfillment-nodejs","last_synced_at":"2025-03-31T02:32:56.064Z","repository":{"id":37743150,"uuid":"119451351","full_name":"dialogflow/dialogflow-fulfillment-nodejs","owner":"dialogflow","description":"Dialogflow agent fulfillment library supporting v1\u0026v2, 8 platforms, and text, card, image, suggestion, custom responses","archived":true,"fork":false,"pushed_at":"2022-08-19T02:53:10.000Z","size":1364,"stargazers_count":598,"open_issues_count":152,"forks_count":280,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-03-18T13:33:26.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dialogflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T22:40:57.000Z","updated_at":"2025-02-13T08:14:06.000Z","dependencies_parsed_at":"2022-08-08T21:30:55.493Z","dependency_job_id":null,"html_url":"https://github.com/dialogflow/dialogflow-fulfillment-nodejs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialogflow%2Fdialogflow-fulfillment-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialogflow%2Fdialogflow-fulfillment-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialogflow%2Fdialogflow-fulfillment-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dialogflow%2Fdialogflow-fulfillment-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dialogflow","download_url":"https://codeload.github.com/dialogflow/dialogflow-fulfillment-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246155998,"owners_count":20732355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:00:37.469Z","updated_at":"2025-03-31T02:32:55.553Z","avatar_url":"https://github.com/dialogflow.png","language":"JavaScript","funding_links":[],"categories":["BOT","JavaScript","others"],"sub_categories":[],"readme":"Warning: This library is no longer maintained. It should only be used when using the [inline editor](https://cloud.google.com/dialogflow/docs/quick/fulfillment#the_inline_editor).\n\n# Dialogflow Fulfillment Library\nThe [Dialogflow Fulfillment Library](https://dialogflow.com/docs/fulfillment) allows you to connect natural language understanding and processing to your own systems, APIs, and databases. Using Fulfillment, you can surface commands and information from your services to your users through a natural conversational interface.\n\nDialogflow Fulfillment makes creating fulfillment for Dialogflow v1 and v2 agents for 8 chat and voice platforms on Node.js easy and simple.\n\n![fulfillment library works with 8 platforms](https://raw.githubusercontent.com/dialogflow/dialogflow-fulfillment-nodejs/master/dialogflow-fulfillment-graphic.png \"Dialogflow's fulfillment library works with 8 platforms\")\n\n## Supported features\n+ Text\n+ Cards\n+ Images\n+ Suggestion Chips (Quick Replies)\n+ Payloads (Platform-specific responses)\n\nThis library is intended to help build Node.js Dialogflow Fulfillment for multiple [integrations](https://dialogflow.com/docs/integrations/) including Google Assistant, Slack, Facebook, Telegram, Kik, Skype, Line, and Viber. See the reference documentation for more: https://dialogflow.com/docs/reference/fulfillment-library/webhook-client\n\nIf only building Dialogflow Fulfillment for the [Google Assistant](https://dialogflow.com/docs/integrations/google-assistant) and no other integrations, use the Actions of Google NPM module ([actions-on-google](https://www.npmjs.com/package/actions-on-google)) which supports all Actions on Google features.\n\n## Quick Start\n1. [Sign-up/Log-in to Dialogflow](https://console.dialogflow.com/api-client/#/login)\n2. Create a Dialogflow agent\n3. Go to **Fulfillment** \u003e **Enable Dialogflow Inline Editor**\u003csup\u003e A.\u003c/sup \u003e **package.json** tab to add `\"dialogflow-fulfillment\": \"^0.5.0\"` to the `dependencies` object.\n4. Select **Deploy**.\n  \u003csup\u003eA.\u003c/sup\u003e Powered by Cloud Functions for Firebase\n\n## Setup Instructions\n```javascript\n// Import the appropriate class\nconst { WebhookClient } = require('dialogflow-fulfillment');\n\n //Create an instance\nconst agent = new WebhookClient({request: request, response: response});\n```\n## Samples\n| Name                                 | Language                         |\n| ------------------------------------ |:---------------------------------|\n| [Dialogflow Fulfillment \u0026 Actions on Google](https://github.com/dialogflow/fulfillment-actions-library-nodejs) | Node.js |\n| [Dialogflow \u0026 Firebase's Firestore DB](https://github.com/dialogflow/fulfillment-firestore-nodejs) | Node.js |\n| [Bike Shop-Google Calendar API](https://github.com/dialogflow/fulfillment-bike-shop-nodejs)| Node.js|\n| [Temperature Trivia](https://github.com/dialogflow/fulfillment-temperature-converter-nodejs) | Node.js |\n| [Multi-language/locale](https://github.com/dialogflow/fulfillment-multi-locale-nodejs)| Node.js |\n| [Dialogflow's Inline Editor Template](https://github.com/dialogflow/fulfillment-webhook-nodejs)| Node.js |\n\n## References \u0026 Issues\n+ Questions? Try [StackOverflow](https://stackoverflow.com/questions/tagged/dialogflow) or [Dialogflow Developer Community](https://plus.google.com/communities/103318168784860581977).\n+ For bugs, please report an issue on [Github](https://github.com/dialogflow/dialogflow-fulfillment-nodejs/issues).\n+ Dialogflow [Documentation](https://docs.dialogflow.com).\n+ [Dialogflow WebhookClient class reference doc](https://dialogflow.com/docs/reference/fulfillment-library/webhook-client).\n+ [Dialogflow rich response classes reference doc](https://dialogflow.com/docs/reference/fulfillment-library/rich-responses).\n+ For more info on [Actions on Google NPM module](https://github.com/actions-on-google/actions-on-google-nodejs)\n+ For more info on [Building Actions on Google with Dialogflow Agents Documentation](https://developers.google.com/actions/dialogflow/)\n\n## Limitations\nNo verification for platforms-specific incompatible response combinations (i.e. multiple cards are not supported in a single Actions on Google response).\n\n## How To Make Contributions\nPlease read and follow the steps in the CONTRIBUTING.md.\n\n## License\nSee LICENSE.md.\n\n## Terms\nYour 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](https://developers.google.com/terms/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdialogflow%2Fdialogflow-fulfillment-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdialogflow%2Fdialogflow-fulfillment-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdialogflow%2Fdialogflow-fulfillment-nodejs/lists"}