chatbase-node icon indicating copy to clipboard operation
chatbase-node copied to clipboard

Quickly integrate your Node.js chatbot with Chatbase Analytics

Results 31 chatbase-node issues
Sort by recently updated
recently updated
newest added

I do not receive logs. What could be the problem? [Source code](https://github.com/gHashTag/javascriptcamp_bot/blob/11c5bbb17a1b6bab5f25521f5fb8342abb1c9638/src/index.js#L63)

Hi there, why does data sync take 1 to 6 hours to go onto my dashboard? I saw it being mentioned in the docs, but there was no explanation as...

![Screenshot (36)](https://user-images.githubusercontent.com/12591763/74306848-a68f6700-4d5b-11ea-9e97-8e02ce9165d7.png) ![Screenshot (35)](https://user-images.githubusercontent.com/12591763/74306854-ab541b00-4d5b-11ea-9bda-4f18cfce624e.png) here is the screen shots when sending request and after sending request....for your information i updated the time stamp to refer todays date may be if...

It's a little annoying having to go back through code to figure out which of the required parameters was not set. It would be much more convenient if the error...

since this library cannot take an object for options, we have to set all the props with functions is there a way to tell which properties are missing? afaik all...

Hi all, For my current project that I'm working on we are using a reverse proxy using nginx. I found `CREATE_ENDPOINT`, `CREATE_SET_ENDPOINT`, and `UPDATE_ENDPOINT` [here](https://github.com/google/chatbase-node/blob/83cc3f092721dcba38c7dbff284ffdaa77a4b6db/lib/Transport.js#L22-L24) in `chatbase-node/lib/Transport.js` ```javascript const CREATE_ENDPOINT...

# Summary This PR: - Refactors the hardcoded URLs in `lib/Transport.js` to a convict config - Adds functionality to overwrite these urls if needed (for example if you use a...

I got analytics on chatbase. but i want those in API so that i can result them in mt chat question. like how many users are using from last 7...

just spotted a lost semi-colon when copy/pasting the example code 😄

Hi All, Recently I had integrated dialogflow bot with chatbase. I am passing both userid and sessionid to chatbase api , both are different values. I could see that the...