# Multiple intent classification for fallback

**URL:** https://forum.rasa.com/t/multiple-intent-classification-for-fallback/30055
**Category:** Rasa Open Source
**Created:** [June 10, 2020, 9:42pm UTC](https://forum.rasa.com/t/multiple-intent-classification-for-fallback/30055 "2020-06-10T21:42:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tatianaf](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/tatianaf/32/7906_2.png) [@tatianaf](https://forum.rasa.com/u/tatianaf)
#### Post date: [June 10, 2020, 9:42pm UTC](https://forum.rasa.com/t/multiple-intent-classification-for-fallback/30055/1 "2020-06-10T21:42:51Z")

</div>

I am trying to create a custom fallback policy that offers multiple intents as an option instead of just one. I was thinking I could grab the intents from the tracker in the custom action but it looks like Rasa only classifies messages into a single intent and its confidence, it doesnt give a list of intents and their corresponding confidence score. Is that correct? Or is there some way to get the intents with the second and third highest confidence scores too?

---

<div class="post-metadata">

### Author: ![lluchini](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/lluchini/32/7609_2.png) [@lluchini](https://forum.rasa.com/u/lluchini)
#### Post date: [June 11, 2020, 2:28pm UTC](https://forum.rasa.com/t/multiple-intent-classification-for-fallback/30055/2 "2020-06-11T14:28:11Z")

</div>

Hello @tatianaf,

the tracker only return the closest intent send from RASA Core, and if it doesn’t met the threshold the fallback action is called.

Nevertheless, when using interactive learning and you deny the predicted intent it lists each one with the scores, so it can be done, but I think it would need some debug/tweak at RASA Core code.

Cya!
