Skip to main content

API.ai Python client

Project description

api_ai

https://img.shields.io/pypi/v/api_ai.svg https://img.shields.io/travis/fulfilio/api_ai.svg 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.

History

0.1.0 (2016-1-22)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

api.ai-0.1.0.tar.gz (13.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page