Skip to content

3rawkz/api.ai

Repository files navigation

api_ai

Documentation Status

API.ai Python client

Features

  • Make queries
  • Create Entities
  • Create and update Intents

Installation

pip install api.ai

Quickstart

from api.ai import Agent

agent = Agent(
     '<subscription-key>',
     '<client-access-token>',
     '<developer-access-token>',
)
response = agent.query("Hello there")

Credits

  • Fulfil.IO Inc

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Python API Client for api.ai

Resources

License

Stars

Watchers

Forks

Packages

No packages published