How to handle free text in slots without mapping it to any intent?

Welcome to the forum! :slight_smile:

But it is :slight_smile:

The syntax is just different in 2.x as slot mappings were defined under forms. For example:

forms:
  form_log_in:
    required_slots:
      password:
      - intent_name: None
        not_intent: stop
        type: from_text
      username:
      - intent_name: None
        not_intent: stop
        type: from_text
1 Like