From f3f76882ab39a94bdd13395834b3bbd8933d0a0e Mon Sep 17 00:00:00 2001 From: Andrew Odendaal Date: Thu, 2 Nov 2017 16:20:09 +0000 Subject: [PATCH] Update README.md Renaming API.ai and Github URLs to it's new name: DialogFlow --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6f8454d..8e57c8a 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,17 @@ -api.ai: Python SDK for `API.AI `_ +DialogFlow: Python SDK for `DialogFlow `_ ========================= -.. image:: https://badge.fury.io/py/apiai.svg - :target: http://badge.fury.io/py/apiai - -.. image:: https://travis-ci.org/api-ai/api-ai-python.svg - :target: https://travis-ci.org/api-ai/api-ai-python - +[](http://badge.fury.io/py/apiai) [](https://travis-ci.org/api-ai/api-ai-python) Overview -------- -The API.AI Python SDK 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. +The DialogFlow Python SDK makes it easy to integrate speech recognition with DialogFlow natural language processing DialogFlow allows using voice commands and integration with dialog scenarios defined for a particular agent in DialogFlow. Prerequsites -------- -Create an `API.AI account `_. +Create a `DialogFlow account `_. Running examples @@ -40,7 +35,7 @@ Features Installation ------------ -To install apiai, simply: +To install DialogFlow/api.ai, simply: .. code-block:: bash @@ -50,7 +45,7 @@ or install it from repo: .. code-block:: bash - $ pip install https://github.com/api-ai/api-ai-python.git + $ pip install https://github.com/dialogflow/dialogflow-python-client.git You might run into problems because some dependencies in your python environment are missing. You need to install numpy (which is available in almost all package managers). For running the examples you also need python audio. @@ -64,7 +59,7 @@ In ubuntu the following will do the job: Documentation ------------- -Documentation is available at http://api.ai. +Documentation is available at http://dialogflow.com. ## How to make contributions? Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md). @@ -75,4 +70,4 @@ See [LICENSE](LICENSE). ## Terms 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](https://developers.google.com/terms/). -This is not an official Google product. \ No newline at end of file +This is not an official Google product.