有没有办法用 Messenger API 识别 "replied to" 消息

Is there a way to identify the "replied to" message with Messenger API

  1. 我的 Messenger bot 问了一个问题:

"What is your favorite color ?"

  1. 我的 webhook 收到回复消息:

"Red"

webhook 如何确定问题是什么? 我是否需要在数据库中存储类似 "lastQuestionSent" 的内容?

您可以在该用户的会话中跟踪它。维持会话将带来红利。

您可以在回调负载中包含对问题的引用。