In my app, one Intent returns list for Actions On Google which works fine on 'Test section' of Api.ai but fails to work on Actions Simulator.
Test on Api.ai try: (worked fine)
Test on Actions Simulator: (Fails)
NOTE: Other queries and intents are working fine on Actions Simulator for same app
Do we need to use 'list' with some other message content? The problem is same for Carousel Card also. Earlier I got the same problem with basic card but fixed but by joining card with simple response but here that also didn't work.
Like 'basic_card' needs 'simple response' compulsorily, does 'list' also needs to be adjoined with something?
Please help to solve.