https://github.com/naturalclar/chatbot-demo
For Dialogflow Fulfillment Webhook
https://github.com/naturalclar/chatbot-demo
Last synced: over 1 year ago
JSON representation
For Dialogflow Fulfillment Webhook
- Host: GitHub
- URL: https://github.com/naturalclar/chatbot-demo
- Owner: Naturalclar
- Created: 2018-05-17T00:50:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T03:23:33.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T09:27:19.674Z (over 1 year ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot Demo
Function file to be used with Dialogflow Fulfillment and Firebase Cloud Function
## Notes
### Response Shape
| Name | Type | Description |
| --- | --- | --- |
| fulfillmentText | string | Text to be shown on the sreen |
| fulfillmentMessages | Object | Collection of rich messages to show the user |
| outputContext | Objects | Collection of output contexts |
## References
[Dialogflow Docs - Fulfillment](https://dialogflow.com/fulfillment)