Questions tagged [chatbase]

Use this tag to get guidance and advice from Chatbase Technical Support and other Chatbase users

Use for questions pertaining to Chatbase, a service for analyzing and optimizing bots. It works with any platform and type of bot and is free to use.

41 questions
1
vote
3 answers

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 : { api_key: "xxx", type: "user", platform: "xxx", message: "xxx", intent:…
Durss
  • 306
  • 2
  • 11
1
vote
1 answer

DialogFlow connector for Google Data Studio

I search for a DialogFlow / Chatbase connector for Google Data Studio. Thanks for your help!
1
vote
1 answer

Using Post Method For Google ChatBase Generic API

I'm doing a chatbot based project. I came across Chatbase and I wanted to implement chatbase to analyse the data more indept I get from my chatbot. However, I am confused as to how to write the post method to the chatbase api and keeps receiving…
1
vote
1 answer

Not Able to see messages for particular intents [Chatbase]

We just started integrating Chatbase for one of our Bot's and I'm sending messages to Chatbase, but I'm not able to view messages for specific intents on the dashboard. The specific case pertains to messages which are related to dates. Here is a…
thecreator232
  • 2,145
  • 1
  • 36
  • 51
1
vote
1 answer

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…
JPThorne
  • 610
  • 11
  • 17
1
vote
1 answer

format to send ajax request to chatbase (API.AI)

Here is a format example: Request URL [POST]: https://chatbase.com/api/message Sending an Agent message: Request Body: { "api_key": "49448d10-8ca6-4195-8442-2c95b7f1f40c", "type": "agent", "user_id": "00124248149764", "time_stamp":…
0
votes
1 answer

Chatbase messages are not showing in GUI

I have integrated Chatbase into a voice application, when the user says a certain "Intent", it will be send and logged in Chatbase. However, while the messages are sending fine (they are returning 200 in the send callback) - there appears to be…
James
  • 659
  • 1
  • 5
  • 25
0
votes
1 answer

Getting API key from API on google Chatbase

I would like to create Chatbase bots for new users/domains automatically. For example if user has used Google-login and his authorization key is stored and analytics information like website url etc is fetched it would be nice to automatically…
josu
  • 3
  • 3
0
votes
1 answer

Chatbase send multiple messages at once error sequence

I'm using https://chatbase.com/api/messages Chatbase API to send multiple messages to the Chatbase. The documentation stats that the response would provide error and success for individual messages that are sent in the request. How I should detect…
0
votes
1 answer

How to send Chatbase Intents in BLiP

I have a chatbot made with BLiP's Builder. I'm trying to integrate Chatbase with it but I was unable to set the intent of my user's inputs. I couldn't find any documentation on how to do this beside the generic API, but I've seen people in the BLiP…
0
votes
1 answer

Chatbase transcripts not visible

I'm having troubles trying to look at transcripts in Chatbase UI. The messages arrive properly (I also get the 200 response) and I can see them in the dashboard. Also the session flow works fine. The problem is that whenever I try to click on "VIEW…
japane
  • 51
  • 4
0
votes
1 answer

Chatbase return 200, but overview is empty

When I send data to Chatbase, I receive a message_id and status 200, but nothing appears in the overview. Even after 6 hours. Is this a common problem and how can I fix it?
Veerle Struyf
  • 390
  • 3
  • 6
0
votes
1 answer

Can`t send multiple messages to Chatbase from PHP code

Trying to send two messages in Chatbase, in same request, like this: { "messages" : [{ "api_key" : "XXX", "type" : "user", "user_id" : 1287, "time_stamp" : 1544782312, "platform" :…
Artem Reva
  • 13
  • 4
0
votes
1 answer

How to integrate Dialogflow with Chatbase for easier bot analytics?

I have created a Conversational Interface for Android With Dialogflow to conduct an intelligent conversation between customer and bot. Now to make it more proficient, I have to integrate Chatbase. As per…
Jatin Sachdeva
  • 1,091
  • 11
  • 12
0
votes
1 answer

Chatbase API to get analytics data?

We are using Chatbase for multiple clients that we identify with a different version number. See my previous question here: Track multiple context for the same Bot We have a dashboard for all those clients and would like to show them their own…
Pierre F
  • 121
  • 2
  • 8