We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 identification session_id = uuid.uuid4().hex entries = [ apiai.UserEntityEntry('Firefox', ['Firefox']), apiai.UserEntityEntry('XCode', ['XCode']), apiai.UserEntityEntry('Sublime Text', ['Sublime Text']) ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,'')
The text was updated successfully, but these errors were encountered: