Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Amazon lex 开发一个聊天机器人。它将在 facebook 页面中与 facebook messenger 集成。当用户第一次打开机器人时,它什么也没说。它倾听用户意图。我希望机器人发起对话并为用户提供一些选项(在后端的 mysql 数据库中配置)。做这个的最好方式是什么?
get_started您可以使用 FB Messenger 订阅一个活动
get_started
查看文档
触发后,根据您从事件中获得的上下文以及数据库中的任何内容,点击您的数据库以获取适当的响应。