dialogflow-response

Create webhook responses for Dialogflow with this small library in python.


Keywords
dialogflow, dialogflow-fulfillment
License
GPL-3.0
Install
pip install dialogflow-response==0.1.2

Documentation

Dialogflow Response

Python 3.6 Build Status Code Style

Easily implement Dialogflow's fulfillment webhook responses for v2 agents with this small library in python.

Supported features:

  • Text
  • Card
  • Image
  • Suggestion Chips (Quick Replies)
  • Request Location

Supported 3 chat platforms: Actions On Google, Facebook Messenger and Telegram.

Test

Inside directory, run tests:

python3 -m unittest discover