I've recently started learning and developing a chat bot with Dialog flow. The chat bot will be used as mobile app and web integration as well.
While using dialogflow fulfillment, I used to edit inline fulfillment editor which already had some samples. Card & Suggestion were imported from dialogflow-fulfillment library and used. Up to that point all is fine.
But, when i tried to use Carousel, List etc from actions by importing them from actions-on-google library, it is working with Android Google Assistant, but response for web is saying, "cannot display response in Dialogflow simulator. Please test on the Google Assistant simulator...."
What actually I expect to do is, using modules/components of actions on google along with components of dialogflow fulfillment, without any issues for mobile apps and web.
Or else, looking for best way to to this.