Skip to content

Commit

Permalink
Merge pull request microsoft#5 from Microsoft/develop
Browse files Browse the repository at this point in the history
Modified the README file
  • Loading branch information
heshamelbaz authored Sep 5, 2016
2 parents c111aaa + 7882a19 commit 6f83d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LUIS
==============
LUIS is a service for language understanding that provides intent classification and entity extraction.
In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey and put their values into App.config in the application provided
In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey.

The solution contains the SDK itself and a sample application that contains 2 sample use cases (one with intent routers and one using the client directly)
The solution contains the SDK itself and a sample application that allow you to enter you appId and appKey, and to perform the two actions "predict" and "reply".

Cloning The Repo
--------------
Expand Down

0 comments on commit 6f83d3e

Please sign in to comment.