Cloudkibo / KiboPush

0 stars 1 forks source link

Interaction Diagram and performance of ChatBot Automation #8717

Open jekram opened 4 years ago

jekram commented 4 years ago

Interaction Diagram and performance of ChatBot Automation

@sojharo @ImranBinShoukat would like to see the interaction diagram and the performance of ChatBot Automation. This intent is to understand the performance when ChatBot is running not when we are building it.

ImranBinShoukat commented 4 years ago

I have created the interaction diagram.

Screenshot 2020-05-13 at 3 58 56 PM

Please review

jekram commented 4 years ago

@ImranBinShoukat Can you please show me how many I/o are there? for both the use cases? Initial and click option

ImranBinShoukat commented 4 years ago

Ok sir, will put the number of I/O calls

ImranBinShoukat commented 4 years ago

I/O calls for initial first message:

Webhook:

KiboChat:

Total I/O Calls: Webhook + KiboChat = 25 + C + B + 4 = C + B + 29

I/O calls when subscribers click on any option:

Webhook:

KiboChat:

Total I/O Calls: Webhook + KiboChat = 25 + B + 4 = B + 29

jekram commented 4 years ago

I am marking as blocked. I am would like to revisit this.