What are intent properties?

I got the error above when I rasa train. My intents are in this format -

intents:

  - affirm

  - bot_challenge

  - quantity:

    use_entities:

      - quantity

  - deny

  - contact:

    use_entities:

      - contact

  - payment_type

  - place_order

Help me?

Looks like there is probably a problem with your entities. Run rasa data validate.