问题标签 [chatbase]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
654 浏览

ajax - 将 ajax 请求发送到聊天库 (API.AI) 的格式

这是一个格式示例:

请求 URL [POST]: https ://chatbase.com/api/message

发送代理消息:
请求正文:

回复:

请帮忙!

0 投票
1 回答
601 浏览

chatbot - How to get Chatbase data to show on Dashboard

Struggling to find some forum to get help on this.

We've started using chatbase and are struggling to see our data in the dashboard. The API returns 200's with message_ids. Anyone able to point me in the right direction in terms of how to debug this further?

Have followed the docs here: https://chatbase.com/documentation/generic and their 'codelab'. Issues logged on github and tweeted.

Some of our data does show up - specifically the Intents and some of the 'Session flows', but the rest is blank. No messages, no 'active users' ever.

0 投票
1 回答
98 浏览

chatbase - 多语言聊天库支持

我有两个问题:

1) 聊天库是否支持 utf8 短信?当我发送 herbrew 消息时,消息下的消息显示为没有文本(只有椭圆)。

2) 我可以查看超过 30 天的历史记录吗?

谢谢埃拉德

0 投票
1 回答
253 浏览

chatbot - 无法查看特定意图的消息 [Chatbase]

我们刚刚开始为我们的一个 Bot 集成 Chatbase,我正在向 Chatbase 发送消息,但我无法在仪表板上查看特定意图的消息。具体案例涉及与日期相关的消息。

这是一个卷曲请求。

这是仪表板中的视图。 看不到日期

此外,我觉得奇怪的是,另一个意图的消息正确显示在仪表板上。

在此处输入图像描述

是否有日期必须发送到 Chatbase 才能显示在仪表板上的格式?顺便说一句,这也发生在与手机号码、电子邮件和地址相关的其他意图中。

0 投票
1 回答
434 浏览

google-api - 使用 Google ChatBase 通用 API 的 Post 方法

我正在做一个基于聊天机器人的项目。我遇到了聊天数据库,我想实现聊天数据库来更独立地分析我从聊天机器人获得的数据。但是,我对如何将 post 方法写入 chatbase api 并不断收到错误 405 或 400 感到困惑。我在编写 ajax 请求方面没有太多经验,所以很可能问题可能出在代码的格式上。如果有人愿意帮助我,我将不胜感激。谢谢

参考代码:

}

0 投票
1 回答
1031 浏览

google-data-studio - 用于 Google Data Studio 的 DialogFlow 连接器

我为 Google Data Studio 搜索 DialogFlow / Chatbase 连接器。

谢谢你的帮助!

0 投票
3 回答
225 浏览

chatbase - Chatbase no Sessionflow visible

I'm facing issues to get sessionflows on my chatbase account.

I'm sending these data as stated by the doc :

I don't specify the session_id as it should be infered automatically.

I made some conversations with "chained" intents like "search.recipe", "search.recipe-yes", "search.recipe-yes-steps", "search.recipe-yes-steps-next" "search.recipe-yes-steps-previous" "search.recipe-yes-steps-repeat" that, if i understood the doc correctly, should generate a proper session flow. The doc isn't quite clear about the "dash" separator, nothing states clearly if anything else than a dash can be used or not for example. But the examples use that dash and so i did.

Still, the session flow tab shows nothing, even after days (should be a 6 hours max delay if i'm not mistaken).

I have data in the handled and not handled messages so my API calls are working properly, but nothing in the sessionflow tab...

Any hint on what could be wrong ?

0 投票
1 回答
486 浏览

watson - 将 Watson 聊天机器人与聊天库集成

我是 IBM 沃森的初学者。我知道我们可以将对话流/API/AI 中的机器人构建与聊天库集成在一起,两者都是谷歌提供的服务。我需要澄清我是否可以将它与使用 watson 创建的机器人集成。

我在 watson 中实现了一个 twitter 机器人,我使用了 NodeJs 和来自https://www.npmjs.com/package/watson-developer-cloud的包 watson-developer-cloud 。对于聊天库,我找到了一个名为 @google/chatbase 的包。我想将我的 twitter 机器人与聊天库集成(如果可能)。希望有人可以指导我这样做。

0 投票
1 回答
50 浏览

chatbase - 有没有办法为聊天库漏斗报告选择时间范围

我们可以选择漏斗报告的时间范围吗?会话流报告允许时间选择,但我没有看到漏斗报告的相同选项。

0 投票
1 回答
106 浏览

chatbase - Chatbase似乎审查了一些词

我刚刚通过 REST API 将 Chatbase 与我的 Dialogflow 聊天机器人集成在一起。到目前为止一切正常,但是我注意到,特别是对于“未处理”输入,一些单词看起来像是被审查并被替换为 <*> 序列。

这正常吗?我在文档中找不到任何参考或任何改变它的方法。

如果有帮助,我的聊天机器人是意大利语的,替换的单词一点也不冒犯。此外,这只发生在某些输入上,而不是全部..

谢谢,伊戈尔