Bot answering with rich messages

Hey guys!

I’m new to working with rasa and i’m actually so impressed with the powerful machine learning it implements. However i have a small problem here, i’m currently building a bot that must have as an answer to some intents rich messages such as rich cards(carousels), videos, quick replies and url buttons. I read the documentation and i couldn’t find anything in the utterance templates part about rich cards, url buttons or videos. i only saw images and simple buttons with no url attached to it. Can anyone help me with showing me the utterance templates formats for these objects?

you can actually write your own code as action, so you can also return anything as response message. check out how to do it: Actions