I'm working on a project using Bot Framework. Now one of the requirements of the project is the capability to search for a QnA result using the QnA Maker Generate Answer API "https://{QnA-Maker-endpoint}/knowledgebases/{knowledge-base-ID}/generateAnswer". We have a Search Box on a Web Page which then passes the "Question" variable to the JSON body which returns the result. I wanted to see if there is a way to display the API result on the actual Chat Bot window.
Thank you!