I am able to use strictFilter parameter with normal rest API call to QnA Maker
{
"question": "Campaign and AEM integration",
"top": 3,
"strictFilters": [{
"name": "product",
"value": "adobe"
}]
}
But when I am trying to do the same thing using botbuilder-ai nodejs sdk, it is not providing me the desired result, I am pretty sure it is ignoring the strictFilters parameter.