3rawkz / api.ai

Python API Client for api.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:ISC License


Languages

Language:Python 84.5%Language:Makefile 15.5%