Google has the documentation on rich messages (https://developers.google.com/actions/assistant/responses) but I am using JSON request and response direct from DialogFlow and in the dialogFlow documentation no format for displaying rich messages is given to the user except one of a Basic Card in sample response on this link(https://dialogflow.com/docs/fulfillment#response) with the key as 'fulfillmentMessages' in which card is defined.
Every resource online has given the code to display the rich messages if using Actions SDK but not for Dialogflow JSON.
Can anyone give the code snippet of each rich response(Card,List,Table,Carousel etc.) that I can send in fulfillmentMessages.
Thanks!