Slot filling based on intent

Try the approach described here:X

Essentially, you’ll need a general “inform” intent, that you probably already have. Then you’ll need to make 2 more NLU models, one dedicated to “origin” and one to “destination”. This way whatever the “origin” NLU server identifies as an entity is “origin” and then you can set your “origin” slot to that value.

And the same for destination