How to use multiple entities

Hi, Can i do something like below?. I am struggling with below scenario. First story goes to fallback.

  • intent{“entity1”:“value1”} OR intent{“entity1”:“value2”}

    • utter_path1
  • intent{“entity1”:“value1”,“entity2”:“value1”} OR intent{“entity1”:“value2”,“entity2”:“value1”}

    • utter_path2

Take that or and make it as a seperate story if you are taking about the story … , or give some rules.