API.AI returns a top scoring intent. I was wondering could we have lower scoring intents in the same response like LUIS?
Asked
Active
Viewed 220 times
2 Answers
0
Edit: I misread the question initially and thought this was a LUIS question.
For API.ai, it would appear that it does not return multiple intents in the response to a query.
Original Answer:
Yes, LUIS returns the following properties:
"query", "topScoringIntent", "intents", "entities", "compositeEntities"
The last three properties are arrays, and "intents"
has all of the intents recognized by LUIS.

Steven G.
- 1,632
- 1
- 11
- 14
-
Do you know API.AI returns multiple intents like LUIS? – qnguyen Aug 16 '17 at 23:31
-
I updated my answer, but the answer looks like a no. Sorry I misread your question! – Steven G. Aug 16 '17 at 23:55
-
@StevenG can you help with this `api.ai` question: https://stackoverflow.com/q/46107516/6144372 Please? – Hammad Nasir Sep 09 '17 at 00:35
-
@HammadNasir, sorry but I'm more of a LUIS person; you should perhaps contact [Leon Nicholls](https://stackoverflow.com/users/594751/leon-nicholls), he seems more likely to be able to help you. – Steven G. Sep 09 '17 at 17:04
-
@StevenG. how can I contact him? – Hammad Nasir Sep 10 '17 at 00:33
-
You could try doing an Stack Overflow mention to get his attention. – Steven G. Sep 11 '17 at 17:39