This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Using strict filters on metadata [QnA Maker dialog in Bot Composer ] #8122
RohitJhander
started this conversation in
Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using qna maker dialog in bot composer to get answers from KB. We need to filter response based on metadata field set in QnA. For this we are using Strict Filters option available in Bot Composer. We checked in schema.sdk, strict filters accept static string values for metadata but we want to do filtering based on some value stored in memory variable (ex. $user). For this we tried changing schema and set type for metadata value as reference. But this approached didn't work. Pls suggest any ideas for the same.


Beta Was this translation helpful? Give feedback.
All reactions