azure - 显示分数低于 60% 的答案 Qna Maker with azure App Insights

标签 azure azure-application-insights azure-bot-service azure-qna-maker

我已经使用 Luis 和 QnA Maker 设置了一个 Azure 机器人(使用 C#、Bot Framework v4)。我想查询 App Insights 并获取有关所提出问题的信息及其答案,并且我能够获取它们,但我需要获取分数低于 60% 的问题 我没有得到小于 <=

enter image description here

最佳答案

您应该使用toint()运算符将 string 转换为 int 类型,然后使用 <= 运算符。 在查询的第 11 行中,将其更改如下:

where toint(score) <= 60 and message ="xxxxx"

关于azure - 显示分数低于 60% 的答案 Qna Maker with azure App Insights,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63846755/

相关文章:

azure - 如何使用逻辑应用程序tolower()函数

c# - 如何使用 'Ac­tor Remin­der' 机制在 Service Fabric 中调度任务?

java - Azure AppInsights 自定义请求遥测属性

c# - ApplicationInsights OperationId 为空

node.js - 无法弄清楚如何在 Bot Service 上生成和查看 Node Js bot 的日志

c# - Azure git 部署在引用的 .config 文件上失败

c# - 当webrole通过自动缩放删除时如何取消订阅?

azure-application-insights - 在门户上启用应用程序洞察扩展后,应用服务停止工作

azure-active-directory - 尝试删除 azure bot 密码时抛出 "Updates to converged applications are not allowed in this version"异常

botframework - 如何查找 QnAMaker 的知识库 ID (kbid)?