Cognitive-LUIS-Android

Android (Java) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services

  • Owner: microsoft/Cognitive-LUIS-Android
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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 input their values when prompted by the sample applications.

The SDK

The SDK can be used in 2 different ways with a separate sample for each way.

  • One way to use it is synchronously by calling the functions "predict" and "reply" that are present in the "LUISClient" and receiving the response as a returned object from the class "LUISResponse".
  • Another way is asynchronously by creating 2 callback functions "onSuccess" and "onFailure" and passing them to the "predict" and "reply" functions to be called asynchronously in the cases of the request success or failure.

Sample Application

The sample application allows you to perform the Predict and Reply operations and to view the following parts of the parsed response:

  • Query
  • Top Intent
  • Entities
  • Dialog status and prompt

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
LICENSE.

Developer Code of Conduct

Developers using Cognitive Services, including this client library & sample, are required to follow the “Developer Code of Conduct for Microsoft Cognitive Services”.

Overview

Name With Ownermicrosoft/Cognitive-LUIS-Android
Primary LanguageJava
Program languageJava (Language Count: 1)
Platform
License:Other
Release Count0
Created At2016-09-04 09:54:59
Pushed At2023-06-12 20:52:59
Last Commit At2023-06-12 20:52:59
Stargazers Count30
Watchers Count39
Fork Count21
Commits Count21
Has Issues Enabled
Issues Count4
Issue Open Count1
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top