问题 I've a webhook for fulfillment. Below is the code that's responding back let result_obj = { "fulfillmentText": "This is a text response", "fulfillmentMessages": [ { "text": { "text": [ "this is test" ] } }, { "card": { "title": "card title", "subtitle": "card text", "imageUri": "https://assistant.google.com/static/images/molecule/Molecule-Formation-stop.png", "buttons": [ { "text": "button text", "postback": "https://assistant.google.com/" } ] } } ] } Below is the result from dialogflow GUI