我想用建议芯片来指导用户基于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响应中传递建议芯片?
https://stackoverflow.com/questions/44380416
复制相似问题