Create automated multiple users conversations for testing

Hi Team, I want to populate conversations and set slots for testing purpose (I want to test with large number of users talking with rasa bot). How can i automate data populations, kindly guide me how can I achieve this

Thanks :innocent:

I found the tracker/events api to be usefull for setting slots.

http://127.0.0.1:5005/conversations/user1/tracker/events ā€“ post data in array format [{ ā€œeventā€:ā€œslotā€, ā€œnameā€:ā€œslot_nameā€, ā€œvalueā€:slot_value" }]

I have looped number of random generated data to this api.

Thanksā€¦ :slight_smile: