google / chatbase-node

Quickly integrate your Node.js chatbot with Chatbase Analytics
Apache License 2.0
77 stars 24 forks source link

Tracking request: Input method and language #4

Open rekire opened 6 years ago

rekire commented 6 years ago

I am implementing your SDK and wondering why there are no fields for the input method (voice or text basically) and for the language of the input.

cristiancavalli commented 6 years ago

This is an interesting idea @rekire -- we will certainly discuss this fields inclusion in our API but as of now Chatbase does not make an explicit differentiation between the medium of communications for bots. My suggestion, in the interim, would be to use the platform field to distinguish between voice and text platforms e.g. 'Google Home' as a platform value for customers interacting over that platform.

rekire commented 6 years ago

For now I have already the platforms Google Home, Google Assistant, Alexa and FireTV. However for the Google Assistant are both input methods possible.

By the way is is possible right now to get statistics per platform?