I have an in-house built job scheduling application that accepts Job configurations in form of Apache Config files (something similar to XML).
There are tons of configurations (for example a way to specify a dependency on a job, way to provide configurations related to auto-rescheduling a job on failure and many more). Currently, we store all of these features specific configurations in wiki pages. Users of this application finds Wiki pages to hard to crawl through for finding the information they are looking for.
I am thinking to create a chatbot for this? Is chatbot a correct thing for this problem, or this is just a search problem that can be solved with Elastic search by indexing all related wiki pages appropriately?