我正在尝试在对话框流中添加建议芯片,以便在Facebook中使用。但我无法理解的是它的作用。
这是我的自定义有效载荷
{
"facebook": {
"attachment": {
"type": "suggestion_chips",
"title": "title",
"suggestions": [ "chip 1" ," chip 2"]
}
}
}提前谢谢
https://stackoverflow.com/questions/53033584
复制相似问题