-
-
Incoming may need to be sent via RapidPro since it has a handled flag, but we should be able to post outgoing messages directly from courier.
-
There are so many `with-xxx` examples, hard to determine what type is it. Maybe we could rearrange them with type. For example,
`with-koa` => `server-koa`
`with-express` => `server-express`
`with …
-
Hi,
I saw the exemples with (botanalytics, dashbot etc..) but they only track what User Send. I want to track what bot send to user. How can i do this?
Thanks
pavei updated
6 years ago
-
Getting this error for the demo:
/Users/jozefw/Desktop/chatbase-codelab-io-2017-master/node_modules/@google/chatbase/lib/MessageFactory.js:118
newMessage (apiKey=null, userId=null) {
…
-
On my bot, I'm sending a new message received through a middleware once it's being routed.
Later sometimes, i want to tag it as a feedback message, or not_handled.
If i'm sending the message once ag…
-
Trying to use this library and keep getting this error, my code looks like this:
```
chatbase.newMessage()
.setAsTypeUser()
.setPlatform(event.address.channelId)
.setVersion(v…
-
Would like to know more about available Bot Analytics platforms that are compatible with MSFT BF.