Skip to content

soumyadeepdutta/DialogFlow-Python-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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