The docs mention this example:
forms:
your_form:
slot_name:
- type: from_intent
value: my_value
intent: intent_name
not_intent: excluded_intent
When a form has this type of slot mapping, it seem it just asks until the user gives the desired response. What’s the point of this? It will always set the same value in the end, so why ask at all?
I thought you could declare specific values for specific intents (more than one value alternative for the slot mapping, depending on the intent), but I don’t see how to declare anything like it in the docs.