dialogflowpy-webhook
A Python module for parsing and creating Requests and Responses of Dialogflow Fulfillment Library. The Dialogflow Fulfillment Library allows you to connect natural language understanding and processing to your own system. Using Fulfillment, you can surface commands and information from your services to your users through a natural conversational interface.
This dialogflowpy-webhook module is intended to help build Python Dialogflow Fulfillment for multiple integrations including Google Assistant, Facebook and Telegram. It is expected to work for Slack and Line as well.
Supported Features
All Platforms
- Text Response
- Card
- Suggestion Chips/Quick Replies
- Image
Google Assistant
- Text Response
- Card
- Suggestion Chips (Quick Replies)
- Carousel
- Table
- Media Responses
- Permission Requests
Installation
The module can be installed from PyPi by running:
pip3 install dialogflowpy-webhook
The module can also be installed directly from Github by running
pip3 install git+https://github.com/vishalbala-nps/dialogflowpy-webhook.git
Helpful Links
Reporting Bugs
In case of any problems or suggestions with this module, feel free to open a Github Issue
Release files for dialogflowpy-webhook 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dialogflowpy-webhook-1.0.0.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dialogflowpy_webhook-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / dialogflowpy-webhook-1.0.0.tar.gz
| Download URL | dialogflowpy-webhook-1.0.0.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f66b7cb7cb18db7aec5caad27f5dced7cbbedca5b292a5f711b8857265cc70e8
|
|
BLAKE2b-256 checksum How to use checksums |
8a19ccb7b5dccb498b25fd6d40afa38b3dcc7a825e16cacd38682e561e1848f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
|
Release files / dialogflowpy_webhook-1.0.0-py3-none-any.whl
| Download URL | dialogflowpy_webhook-1.0.0-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37ee0b0cc4b855fb934e2fcbe37f62e73d90b3e767e4b14f512ed8604f8b195f
|
|
BLAKE2b-256 checksum How to use checksums |
02251a30c7a060b040473910b8415a6a20b825c7dcc322f89fe1f5278d4dca6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
|