【发布时间】:2020-07-30 22:06:09
【问题描述】:
我有以下在 Dialogflow 平台上运行成功的履行消息:
return {"fulfillmentMessages": [
{
"platform": "FACEBOOK",
"text": {
"text": ['Great news! Grab a bowl of Pop-Corn and enjoy one of the two films!\n\n(Type "Thank you" to continue!)']
}
},
{
"platform": "FACEBOOK",
"card": {
"buttons": [
{
"text": "Thank you"
}
]
}
}
]
}
Dialogflow 中的输出如下:
但是,在 Facebook Messenger 中从未实现相同的预期结果:
我在 SO 上发现了类似的问题:
但是,他们都没有解决我的问题。可能是因为我错过了什么。
【问题讨论】:
标签: python facebook dialogflow-es dialogflow-es-fulfillment