I have a form that ask several yes or no question. For example:
- Does anger trigger you?
- Do you eat after waking up?
so i have 2 slots anger and wakingUp that i put the slot mapping to “from intent”, intent affirm fills the slot with “Yes” and with intent deny the slot is filled to “No”
the problem is that when the first question is asked, the slot anger is filled but so is the wakingUp slot.
What could i do that only the slot that is being asked is filled?