I'm facing issue in send request to GA, if the response is a List. It is also not displaying in response log. using google-assistent-testing library
Through my code i'm sending response to GA conv.ask(new List(list))
After that it print log and List is not displaying in response { micOpen: false, textToSpeech: [], displayText: [], ssml: [], suggestions: [] }
I'm facing issue in send request to GA, if the response is a List. It is also not displaying in response log. using google-assistent-testing library
Through my code i'm sending response to GA
conv.ask(new List(list))
After that it print log and List is not displaying in response{ micOpen: false, textToSpeech: [], displayText: [], ssml: [], suggestions: [] }
How can i send response to action in that case?