MCPcopy Index your code
hub / github.com/Emmarex/dialogflow-fulfillment-python

github.com/Emmarex/dialogflow-fulfillment-python @0.1.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.4 ↗ · + Follow
65 symbols 139 edges 21 files 19 documented · 29% updated 2y ago0.1.4 · 2020-06-28★ 38

Browse by type

Functions 40 Types & classes 24 Endpoints 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Dialogflow Fulfillment Python

Made in Nigeria pydialogflow_fulfillment PyPI version PyPI - Python Version Documentation Status GitHub issues PyPI - Downloads

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.

Supported Features

Google Assistant

  1. Confirmation
  2. Simple Response
  3. System Intent
  4. Suggestions
  5. Link out Suggestion
  6. Google Assistant Signin
  7. Permissions
  8. RegisterUpdate
  9. DateTime
  10. DeliveryAddress
  11. OuputContext
  12. Table

Telegram

  1. Simple Telegram Response
  2. Telegram Message Response with support for HTML and Markdown
  3. Telegram Keyboard Button Response

Quick Start

  1. Login or Create a Dialogflow Account
  2. Create a Dialogflow agent or import samples
  3. Setup your Django or Flask API
  4. Install this library from Pip using pip install pydialogflow-fulfillment
  5. Go to Fulfillment > Enable Webhook > Enter the url for your API > Enable webhook for all domains

Upgrade

pip install --upgrade pydialogflow-fulfillment

Usage

View usage documentation on Read the Docs.

License

See LICENSE.md.

Core symbols most depended-on inside this repo

Shape

Method 38
Class 24
Function 2
Route 1

Languages

Python100%

Modules by API surface

pydialogflow_fulfillment/response.py30 symbols
pydialogflow_fulfillment/dialogflow_request.py16 symbols
pydialogflow_fulfillment/telegram_response.py6 symbols
pydialogflow_fulfillment/dialogflow_response.py5 symbols
pydialogflow_fulfillment/default.py4 symbols
sample_code/flask_sample/bot_app.py2 symbols
sample_code/django_sample/bot/views.py1 symbols
sample_code/django_sample/bot/apps.py1 symbols

For agents

$ claude mcp add dialogflow-fulfillment-python \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page