On facebook Chatbot or others platform we can send message directly to the user. So for one question we can send multiple answer.
Now, that i'm developing for Google Home, I need to do the same. I didn't find this opttion. Dialogflow HTTP call to my server is the only output available.
So is there anything i missed to send message back to user in case I have a multiple messages answer? (Or do I have to bufferise very message my hook creates before sending it back?)
Thanks