问题 I am trying to send to multiple messages within one Webhook call to Dialogflow, which shall be passed to Messenger. Right now my Webhook responds with a malfunctioning JSON body: { 'fulfillmentText': "Text", 'fulfillmentMessages': [{ "platform": "facebook", "text": [{ "text": "Text" }] }], 'source': "facebook" } When I test the Webhook via Messenger I see the is typing symbol, but never receive the Text message. While testing the same Webhook from the Dialogflow Console I get Webhook