dialogflow-python-client
dialogflow-python-client copied to clipboard
Python library for Dialogflow
Getting the following error when connecting to API AI via proxy. `socket.error: Tunnel connection failed: 407 AuthorizedOnly` When I looked into [request.py](https://github.com/api-ai/apiai-python-client/blob/master/apiai/requests/request.py) I could see `HTTPConnection` being used which only...
File "tt.py", line 40, in main apiai.UserEntityEntry('Firefox', ['Firefox']), AttributeError: 'module' object has no attribute 'UserEntityEntry' In the example def main(): ai = apiai.ApiAI(CLIENT_ACCESS_TOKEN,'') # some unuque session id for user...
I ran into this error when I tried to pip install the package using the command in the README.md (this one: pip install https://github.com/api-ai/api-ai-python.git, I actually had to prepend git+...
Renaming API.ai and Github URLs to it's new name: DialogFlow
You've done a great work.That's awesome, but can you make documentation more informative. Consider following: 1.)List of methods available 2.)Intuitive
Removes unnecessary syntax in the markdown file.
1. README was written in rst format but had .md extension. 2. Fixed some problems with rst format. 3. Updated documentation section urls (License, contributing). 4. Updated direct install using...
simple change to just use standard image notation.
Corrections to make README presentable as proper markdown
Hi there, There is a weird response behavior that i could't understand, when i try to send a client access token that does not matches with any of my custom...