DialogFlow-Python-Client
Google DialogFlow Python 3 Client
Usage
$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt
Change in client.py
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = 'YOUR ACCOUNT CREDENTIALS'
with your service credential.json fileDIALOGFLOW_PROJECT_ID = 'YOUR PROJECT NAME'
with your project nameDIALOGFLOW_LANGUAGE_CODE = 'en'
with your language code if it is not english
Run
$ python3 client.py