Getting Started

Before you begin

  1. Login or Create a Dialogflow Account
  2. Create a Dialogflow agent or import samples
  3. Setup your Django or Flask API
  4. Go to Fulfillment > Enable Webhook > Enter the url for your API > Enable webhook for all domains

Installation

Installing pydialogflow-fulfillment is simple.

Firstly, download and install the pydialogflow-fulfillment package.

The easiest way is with pip

pip install pydialogflow-fulfillment

Upgrading

Upgrading pydialogflow-fulfillment gracefully is easy using pip:

pip install --upgrade pydialogflow-fulfillment