I wish to make a chatbot using the two services listed in the title. Watson assistant is used to make the dialog for the chatbot while watson discovery allows for finding information in a large variety of documents such as .html, .pdf files. I want to make a chatbot that uses these two services.
The way the chatbot would work is that when a user says something into the chatbot, it will go through watson discovery and run that query which will then return results back to the user.
I currently know how to use Watson Discovery and Watson Assistant but I am unaware how to link them together. I know its possible because I have seen demos on this but the ones who have made those demos give a lack in instructions to produce the chatbot.