How to Add filter on the REST API Query to view the answers from QnAmaker?
问题 I'm using the following code in my chat bot (using v4 azure MS bot framework), to query the question and answers (Client side code - using plain JavaScript and J Query), function generateAnswer() { var question = { question: "will you marry me" } $.ajax({ type: "POST", url: "https://YourEndPointURL/qnamaker/knowledgebases/eb895acb-e034-4f7c-asda7c-1955458ecec6/generateAnswer&$filter=source eq 'Editorial'", data: JSON.stringify(question), beforeSend: function (xhr) { xhr.setRequestHeader(