0

API.AI returns a top scoring intent. I was wondering could we have lower scoring intents in the same response like LUIS?

qnguyen
  • 374
  • 10
  • 20

2 Answers2

2

I sent an email and API.ai staff confirmed only top scoring intent is returned.

qnguyen
  • 374
  • 10
  • 20
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,622
  • 1
  • 10
  • 14