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

Commit

Permalink
Move docs to Dialogflow website
Browse files Browse the repository at this point in the history
Change-Id: I222f643d9f23f6cb171d8cdfc5c4e3e9c977c083
  • Loading branch information
Matt Carroll committed Sep 28, 2018
1 parent 4c1b9d8 commit f838362
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 790 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ npm-debug.log
log
coverage
*.tgz
package-lock.json
package-lock.json
webhook-client.md
rich-responses.md
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Dialogflow Fulfillment makes creating fulfillment for Dialogflow v1 and v2 agent

![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")

## Current Library Support
## Supported features
+ Text
+ Cards
+ Images
+ Suggestion Chips (Quick Replies)
+ Payloads (Platform-specific responses)

This 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.
This 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

If 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.

Expand All @@ -30,17 +30,15 @@ If only building Dialogflow Fulfillment for the [Google Assistant](https://dialo

## Setup Instructions

```javascript
//Import the appropriate class
```javascript
// Import the appropriate class
const { WebhookClient } = require('dialogflow-fulfillment');

//Create an instance
const agent = new WebhookClient({request: request, response: response});
```

## Samples


| Name | Language |
| ------------------------------------ |:---------------------------------|
|[Dialogflow Fulfillment & Actions on Google](https://github.com/dialogflow/fulfillment-actions-library-nodejs) | Node.js |
Expand All @@ -50,12 +48,12 @@ const agent = new WebhookClient({request: request, response: response});
|[Multi-language/locale](https://github.com/dialogflow/fulfillment-multi-locale-nodejs)| Node.js |
| [Dialogflow's Inline Editor Template](https://github.com/dialogflow/fulfillment-webhook-nodejs)| Node.js |


## References & Issues
+ Questions? Try [StackOverflow](https://stackoverflow.com/questions/tagged/dialogflow) or [Dialogflow Developer Community](https://plus.google.com/communities/103318168784860581977).
+ For bugs, please report an issue on [Github](https://github.com/dialogflow/dialogflow-fulfillment-nodejs/issues).
+ Dialogflow [Documentation](https://docs.dialogflow.com).
+ Dialogflow [Classes Reference Doc](https://github.com/dialogflow/dialogflow-fulfillment-nodejs/tree/master/docs).
+ [Dialogflow WebhookClient class reference doc](https://dialogflow.com/docs/reference/fulfillment-library/webhook-client).
+ [Dialogflow rich response classes reference doc](https://dialogflow.com/docs/reference/fulfillment-library/webhook-client).
+ For more info on [Actions on Google NPM module](https://github.com/actions-on-google/actions-on-google-nodejs)
+ For more info on [Building Actions on Google with Dialogflow Agents Documentation](https://developers.google.com/actions/dialogflow/)

Expand Down
111 changes: 0 additions & 111 deletions docs/Card.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/Image.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs/Payload.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/RichResponse.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/Suggestion.md

This file was deleted.

Loading

0 comments on commit f838362

Please sign in to comment.