The Dialogflow Fulfillment Library 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.
This Library makes creating fulfillment for Dialogflow v2 agents with Django or Flask easy and simple.
- Confirmation
- Simple Response
- System Intent
- Suggestions
- Link out Suggestion
- Google Assistant Signin
- Permissions
- RegisterUpdate
- DateTime
- DeliveryAddress
- OuputContext
- Table
- Simple Telegram Response
- Telegram Message Response with support for HTML and Markdown
- Telegram Keyboard Button Response
- Login or Create a Dialogflow Account
- Create a Dialogflow agent or import samples
- Setup your Django or Flask API
- Install this library from Pip using
pip install pydialogflow-fulfillment
- Go to Fulfillment > Enable Webhook > Enter the url for your API > Enable webhook for all domains
pip install --upgrade pydialogflow-fulfillment
View usage documentation on Read the Docs.
See LICENSE.md.