Slot mapping condition: requested_slot is NOT x

Hi there,

I have a slot and I want there to be a condition that it will only fill the slot, if the requested_slot is NOT time.

  date:
    type: any
    influence_conversation: False
    mappings:
      - type: from_intent
        intent: travel_now
        value: "today"
        conditions:
          - active_loop: information_form
            requested_slot_is_not: time

I’m looking for the correct way (if there is any) to annotate “requested_slot_is_not”. I know there is a “requested_slot”, but in my case, I want it to always set, unless it’s requesting the slot “time”.

Are you doing this in a form? If so, you could use form validation.