简体   繁体   English

一旦我从聊天机器人“交出”,如何从 Facebook 收件箱实施“交回”

[英]How do I implement a "hand back" from Facebook Inbox once I "hand off" from my chatbot

Building a chatbot and trying to implement the handover protocol .构建聊天机器人并尝试实现切换协议 SO far I have it handing off to the inbox, so that if someone asks for customer service, the bot hands over to the inbox and presumably someone who is monitoring the page can answer.到目前为止,我已将其移交给收件箱,因此如果有人要求提供客户服务,机器人就会移交给收件箱,并且可能正在监视页面的人可以回答。 Once the inbox is the primary receiver, I can't find a good way to hand it back to the bot ... I know that I can set a timer and have the bot request for the conversation to be handed back, but this does not seem like the best approach一旦收件箱成为主要接收者,我就找不到将其交还给机器人的好方法......我知道我可以设置一个计时器并让机器人请求返回对话,但这确实似乎不是最好的方法

在页面收件箱中将聊天标记为“完成”,线程控制将返回到主接收器应用程序。

I was interested in this functionality, but I was also wondering is there any way of monitoring whether a question has been answered after handing over to the inbox?我对这个功能很感兴趣,但我也想知道有什么方法可以监控问题在提交到收件箱后是否得到了回答? So my chatbot can check and then take back control if it hasnt.因此,我的聊天机器人可以检查并收回控制权(如果没有)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 一旦我们使用FbConnect从Facebook重新部署到我的网站时,如何编码或解码我的网址 - How do I encode or decode my url when redireted back to my site from Facebook with once we FbConnect 为什么我不能从 Facebook iOS SDK 正确取回我的姓氏? - Why do I not get back my Last Name properly from Facebook iOS SDK? 如何在我的网站上与OpenID一起实现Facebook Connect? - How do I implement Facebook Connect alongside OpenID on my website? 如何从我的React应用发布到Facebook? - How do I post to facebook from my React app? 如何从Facebook启动我的应用程序? - How do I launch my app from Facebook? Facebook Chatbot Webhook-为什么要实施get-request? - Facebook Chatbot Webhook - Why should I implement the get-request? 如何从iPhone中的应用程序访问Facebook的收件箱? - How to access inbox of facebook from app in iPhone? 如何使Facebook Messenger Messenger忽略与FB用户的收件箱对话? - How to have the Facebook Messenger Chatbot Ignore Inbox Conversations with a FB User? 我如何实现Facebook功能? - How do i implement facebook like functionality? 收到Facebook API的响应时,“分配中的左侧无效” - “Invalid left-hand side in assignment” when receiving response from Facebook API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM