Best Approach Multiple Responses Custom Action Large Data

So I’m working on a few bots that parse data based on custom slots and now I have say a list of dict objects that I would like to get the bot to respond back with in the best manner.

Anyone know the best approach to using utter_message or the other objects in dispatcher to properly do this? I basically have 2 lists of objects and I’m trying to find the best approach to having the bot display this data without just doing a for loop and having it drop it all in the chat.

Any suggestions are welcomed from anyone that has done something like this similarly already with Rasa.

For now I have created lists and do a while loop over them formatting messages it works but its kinda meh.