Hello!
I was just curious where I might find documentation in the 2.x Rasa for categorical intents. Trying to follow along something like [this]. Any help would be much appreciated.
Thanks!
Hello!
I was just curious where I might find documentation in the 2.x Rasa for categorical intents. Trying to follow along something like [this]. Any help would be much appreciated.
Thanks!
Hello!
I think you’re looking for Retrieval Intents, a special type of intents that can be divided into smaller sub-intents.
Aye, I’d considered that, but it’s a bit different.
I’m hoping to restrict Rasa’s checking of intents to a small subset, depending on the context. With the number of intents getting large, it makes no sense checking them all.
Ultimately, we’re trying to ended a dialogue tree/graph inside of Rasa’s framework. At any given node (agent message) there is a small number of possible responses we care to handle (intents).