Right now am using inform intent to fill slots inside a form. For instance when form prompts the user to fill slot available_subject the user just needs to enter the name of a subject to fill the required slot.
intent: inform
- [Science](available_subject)
- [Commerce](available_subject)
- [Biology](available_subject)
- [Mathematics](available_subject)
Then an action is carried out when form gets submitted.
But, when the form is not active and the user just enters a subject (i.e.intent: inform) then a different custom action should be carried out.Preformatted text