简体   繁体   English

有没有办法将 Google Dialogflow 中整个聊天机器人对话的日志获取到 Firebase 数据库?

[英]Is there a way to get the logs of the entire chatbot conversation in Google Dialogflow to Firebase Database?

I've checked a few codes which help me capture only the values of the specific intents.我检查了一些代码,它们帮助我仅捕获特定意图的值。

I have already linked the Dialogflow with the Firebase Realtime Database我已经将 Dialogflow 与 Firebase 实时数据库相关联

How do I update the INLINE EDITOR - Code in the fulfillment tab of the Google Dialogflow to get the entire chatbot conversation into the Firebase Database?如何更新 Google Dialogflow 的执行选项卡中的内联编辑器 - 代码以将整个聊天机器人对话输入 Firebase 数据库?

Regards,问候,

TIA TIA

In order to store the logs directly into Firebase, I would suggest that you checked this .为了将日志直接存储到 Firebase 中,我建议您检查this This way, you will be able to capture the actions that you would like to capture.这样,您将能够捕捉到您想要捕捉的动作。

If, on the other hand, you would like to capture all the logs from your Dialogflow agent, I would suggest that you used the Audit logs to capture them in Cloud Logging and then you linked Cloud Logging to Firebase following this .如果,另一方面,你想捕捉所有从Dialogflow代理日志,我建议你使用的审计日志,捕捉它们在云记录,然后你挂云记录到火力地堡下面这个

My understanding of Firebase is limited, but that documentation should point you on the right track!我对 Firebase 的了解有限,但该文档应该为您指明正确的方向!

暂无
暂无

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

相关问题 有没有一种方法可以根据对话结果将信息从Microsoft聊天机器人发送到网站 - Is there a way to send information from a Microsoft chatbot to a website depending on conversation result 在firebase上使用Dialogflow Fulfillment Library v2结束对话? - End conversation using Dialogflow Fulfillment Library v2 on firebase? Google Assistant中的错误,基于语音的命令无法从Firebase数据库或Dialogflow获取数据 - Error in Google assistant with voice based command not getting data from firebase Database or Dialogflow Google Dialogflow显示Firebase数据库的结果 - Google Dialogflow showing result from firebase db 具有异步数据库读取功能的 DialogFlow Firebase Cloud Function - DialogFlow Firebase Cloud Function with async database read Firebase数据库功能无法在DialogFlow上正常运行 - Firebase Database Function not working as it should on DialogFlow 如何扫描整个Firebase数据库? - How to scan the entire Firebase database? Dialogflow 未检测到“退出对话”意图 - Dialogflow not detecting “Exit conversation” intent Firebase实时数据库,如果用户是对话的一部分,则为child_changed - firebase realtime database, child_changed if user is part of conversation 我应该怎么做才能在用户登录网站后立即将用户的凭据获取到 firebase 实时数据库 - what should I do to get the credentials of the user to the firebase realtime database as soon as the user logs in to the website
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM