I have a question we are creating two files in aiml first is *.aiml and another is *.aiml.csv.
I am not able to understand the logic behind it why we need two files. However, as I checked in program AB, if I modify the code only in *.aiml.csv file. then Bot will give response according to that code in *.aiml.csv file.
Moreover, as per my knowledge we always avoid code duplication and here we are doing same. So, I am confused and want to understand the concept behind it. I really thankful if you explain it.