Hi, For my use case there are two end users 1) Customers 2) Suppliers
is it possible to create two bots in a single project i.e. i want to have two separate domain.yml, nlu.md, stories.md, one for customer and another for supplier.
Also can i pass arguments say domain1 and domain2 in rasa train commaind .
example rasa train -d domain1.yml nlu1.md stories1.md
rasa train -d domain2.yml nlu2.md stories2.md