I am trying to make an automated chatbot using wit.ai
Till now I have learned that we can add intent and entity so chatbot can better understand the question.
I have a dataset of questions and answers.
1) If there is any way by which I can set answers corresponding to a question(or similar questions) in wit, and how do we set these answers?
for example :
if a user asks: what is a phone? then our bot should reply the answer which is set by us.
2) if there is any other platform where we can add our dataset of questions and answers to make a chatbot?