manipulating a specific context using output context response
问题 I'm currently trying to change a specific value of one of my context using webhook response and from what I found, the following should work: { "fulfillmentText": ${textToSpeech}, "fulfillmentMessages": [{ "text": { "text": [${text}] } }], "payload": { "google": { "expectUserResponse": true, "richResponse": { "items": [ { "simpleResponse": { "textToSpeech": ${textToSpeech}, "displayText": ${text} } } ], "suggestions": ${suggestions}, "linkOutSuggestion": { "destinationName": "Feedback", "url"