An open API service indexing awesome lists of open source software.

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

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)