我想根据 webhook 响应和建议芯片来指导用户。从 webhook 示例中,我看到以下结构:
"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"
}
但是,如果我想建议用户下一步可以请求继续对话,那么我如何在 webhook 响应中传递建议芯片?