dev-master
9999999-devA bundle for using api.ai
Apache-2.0
The Requires
- php >=5.5.9
- iboldurev/api-ai-php ^0.2
by Cyprien Aubry
symfony bundle api ai artificial intelligence
A bundle for using api.ai
This is an unoficial Symfony bundle for Api.ai based on iboldurev/api-ai-php Api.ai PHP SDK., (*1)
Install this bundle using composer:, (*2)
$ composer require lpstudio/apiaibundle
Then register your bundle in the AppKernel.php:, (*3)
new LPStudio/ApiAIBundle/ApiAIBundle()
Add these line to your app/config.yml:, (*4)
api_ai: access_token: 'YOUR_ACCESS_TOKEN'
And replace YOUR_ACCESS_TOKEN with your Api.ai agent access token (use the dev access token in dev environment)., (*5)
A bundle for using api.ai
Apache-2.0
symfony bundle api ai artificial intelligence