LoginSignup
0
0

More than 5 years have passed since last update.

Let's try to analyze your chat bot.

Last updated at Posted at 2017-08-18

I will introduce how I tried to analyze my chat bot.

Table of Contents

  1. 3 basic ways.
  2. A review of analytics tool for the bots.
  3. References
  4. Versions

3 basic ways

To analyze my chat bot, I have to log the conversations. Then, there are 3 basic ways to analyze the logs.

  1. Read logs directly.
    Any way, It is important to see the conversations directly. I need check how my bot had conversations with users.

  2. Filter logs.
    Since I cannot see all conversations, I have to filter logs to find problems quickly. So, It is useful to allow users to give feedbacks. Below picture is an example getting user's feedbacks.
    スクリーンショット 2017-08-19 2.04.35.png
    LOHACO
    And then, if I filter logs using message which is sent when users give feedbacks, I can find when problems happened quickly.

  3. Watch number of unique user or sessions.
    As usual web site, I have to watch number of unique user or sessions.

A review of analytics tool for the bots.

I introduced 3 basic ways to analyze the bots. But it is difficult to make visualization tool by myself. So, I introduce an analytics tool specialized to the bots.
Dashbot is an analytics tool specialized to the bots and you can analyze your bot for free.
You can see the conversations directly.
スクリーンショット 2017-08-19 3.39.55.png
You can filter the messages.
スクリーンショット 2017-08-19 3.42.45.png
You can watch many access datas.
スクリーンショット 2017-08-19 3.45.18.png
スクリーンショット 2017-08-19 3.45.34.png

References

1.Designing Bots
2.LOHACO
3.Dashbot

Versions

  1. [2017.08.19] First Release
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0