Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 554 Bytes

DialogFlow-Python-Client

Google DialogFlow Python 3 Client

Usage

$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt

Change in client.py

  1. os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = 'YOUR ACCOUNT CREDENTIALS' with your service credential.json file
  2. DIALOGFLOW_PROJECT_ID = 'YOUR PROJECT NAME' with your project name
  3. DIALOGFLOW_LANGUAGE_CODE = 'en' with your language code if it is not english

Run

$ python3 client.py