Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

docs(readme): recommended replacement library #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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).
> __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).
>
> The [Actions on Google Node.js client library](https://github.com/actions-on-google/actions-on-google-nodejs) is the [recommended](https://developers.google.com/assistant/actions/reference/nodejsv2/overview) way for accessing and interacting with the Actions on Google platform if you are creating a fulfillment webhook in JavaScript.

# Dialogflow Fulfillment Library
The [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.
Expand Down