Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
get/apps/{appId}
Path parameters
appIdstring uuid required
The LUIS application ID (guid).
Query parameters
qstring required
The utterance to predict.
timezoneOffsetnumber
The timezone offset for the location of the request.
verboseboolean
If true, return all intents instead of just the top scoring intent.
stagingboolean
Use the staging endpoint slot.
spellCheckboolean
Enable spell checking.
bing-spell-check-subscription-keystring
The subscription key to use when enabling Bing spell check
logboolean
Log query (default is true)
Response
Prediction, based on the input query, containing intent(s) and entities.