API.ai Python client
- Free software: ISC license
- Documentation: https://apiai.readthedocs.org.
- Make queries
- Create Entities
- Create and update Intents
pip install api.ai
from api.ai import Agent
agent = Agent(
'<subscription-key>',
'<client-access-token>',
'<developer-access-token>',
)
response = agent.query("Hello there")
- Fulfil.IO Inc
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.