Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
post/apps/{appId}
Path parameters
appIdstring uuid required
The LUIS application ID (Guid).
Query parameters
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)
Request body
string required
The utterance to predict.
Example request
"\"forward to frank 30 dollars through HSBC\""
Response
Prediction, based on the input query, containing intent(s) and entities.