Youngprinnce / facebook-messenger-chatbot

Simple facebook messenger chatbot
https://chat-bot-messanger.herokuapp.com/
0 stars 0 forks source link

AdaKerja Review #1

Open IrfaanDzakiy opened 2 years ago

IrfaanDzakiy commented 2 years ago

https://github.com/Youngprinnce/facebook-messenger-chatbot/blob/f8f80501b5079ac8f20b7eab0096dc98cc2c0d72/src/utils/chatbot.js#L66

Hi Ajiboye. I'm Irfaan from AdaKerja!. Thank you for your submission!. I have a question about this. On 'Do you want to know how many days left until your birthday?' question, what happen if user doesnt answer using quick reply or yes and no?

Youngprinnce commented 2 years ago

Actually, nothing happens, but I can create a list of responses to determine the outcome depending on the user's input. Also if the user's input is not valid, I can tell them the response is not valid and present them with the question again

IrfaanDzakiy commented 2 years ago

Could you please add more variation on valid user input's?