简体   繁体   English

我们如何记录与部署在 Teams 上的 web 应用程序机器人 Azure 的对话?

[英]How can we record conversation with a web app bot Azure deployed on Teams?

I have deployed a web app bot on Azure for my team on the channel Microsoft teams.我在 Microsoft 团队频道上为我的团队在 Azure 上部署了 web 应用程序机器人。 I would like to record all conversations of the bot.我想记录机器人的所有对话。 What are the available options or resources where we can store conversations with users?我们可以存储与用户的对话的可用选项或资源是什么? The goal is to evaluate the good answers/responses rate from the chatbot.目标是评估聊天机器人的良好答案/响应率。

Thanks谢谢

Moving comments to answer section for better visibility.将评论移动到答案部分以获得更好的可见性。

I think you would like to store your bot conversations to analyze them later for quality.我想你想存储你的机器人对话,以便以后分析它们的质量。 The available options in this scenario are Azure blobs or cosmos db with minimal configuration changes to your existing bot.此方案中的可用选项是 Azure blob 或 cosmos db,只需对现有机器人进行最少的配置更改。 If your use case is to provide a Q&A to users then you might want to use Azure QnAMaker instead and create a knowledge base and publish a bot from this service.如果您的用例是向用户提供问答,那么您可能希望改用 Azure QnAMaker 并创建知识库并从此服务发布机器人。 This allows you to use QnAMaker's inbuilt active learning feature and improve your bot's response by approving or rejecting alternate suggestions.这允许您使用 QnAMaker 的内置主动学习功能,并通过批准或拒绝替代建议来改进您的机器人的响应。

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

相关问题 如何将 Azure Web App Bot 配置为 Teams 中的应用程序 - How to configure Azure Web App Bot as an App in Teams 如何将机器人添加到 Teams 组对话中 - How to enable bot to be added to Teams group conversation 我们可以从 Azure Web PubSub 获取对话历史记录吗 - Can we get conversation history from Azure Web PubSub 当我创建 Azure 机器人时,没有部署 web 应用程序? - There is no web app deployed when I create a Azure bot? 我如何远程调试部署在 azure 应用程序服务上的 asp.net 核心 web 应用程序 - How can i remotely debug an asp.net core web app deployed on an azure app service 如何在 Azure 中向 Microsoft Teams Bot 添加授权 - How to add authorization to Microsoft Teams Bot in Azure Azure 机器人服务问题:web 聊天中的测试不适用于已部署的机器人 - Azure bot service issue: Test in web chat not available for deployed bot Azure 机器人对团队没有响应 - Azure Bot is not Responding On Teams 如何在已部署的Azure Web App中通过PowerShell访问appsettings.json? - How can I access appsettings.json via PowerShell in a deployed Azure Web App? 是否可以在 MS Teams 中与 Bot 开始对话? - Is it possible to start a conversation with the Bot in MS Teams?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM