Deprecated |
---|
This Dialogflow client library and Dialogflow API V1 have been deprecated and will be shut down on October 23th, 2019. Please migrate to Dialogflow API V2 |
The API.AI C++ library makes it easy to integrate speech recognition with Api.ai natural language processing API. Api.ai allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.
- Create an Api.ai account
The project contains submodules for some dependencies and some libraries. Once you have cloned cpp-netlib, you must update the submodules:
$ cd ~/libapiai
$ git submodule init
$ git submodule update
To build the libraries and run the tests with CMake, you will need to have CMake version 3.0 or higher installed appropriately in your system.
$ cd ~/libapiai
$ mkdir build
$ cd build
$ cmake ../
Once CMake is done with generating the Makefiles and configuring the project, you can now build and install library:
$ make
$ sudo make install
Use library as submodule.
$ git submodule init
$ git submodule add [email protected]:api-ai/libapiai.git
In your CMakeLists.txt add
add_subdirectory(libapiai)
Your can see examples for more information about how to use library.
- cjson (http://sourceforge.net/projects/cjson/)
- libcurl (http://libcurl.org/)
Please read and follow the steps in the CONTRIBUTING.md.
See LICENSE.
Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service.
This is not an official Google product.