I would like to guide users based on webhook response with suggestions chips. From webhook sample, I see below structure:
"fulfillment": {
"speech": "Today in Boston: Fair, the temperature is 37 F",
"source": "apiai-weather-webhook-sample",
"displayText": "Today in Boston: Fair, the temperature is 37 F"
}
But, if I want to suggest users what next you can request to continue the conversation, then how do I pass suggestions chips in webhook response?