1

I have some question data that belongs to multiple categories.

So, I'd like to assign multiple values to one metadata tag below.

enter image description here

How can I do this?

decoy
  • 151
  • 8

1 Answers1

0

I think you are mentioning metadata as below structure: enter image description here

You can add metadata tag for it to make it right link.

Reference: https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/quickstarts/add-question-metadata-portal#add-metadata-to-filter-the-answers

Yutong Tie
  • 468
  • 2
  • 9
  • What if I have two locations having same set of questions. Can I add `Location : Seattle, Texas` and while using strictFilters for Texas only if I use `"strictFilters": [ { "name": "location", "value": "Texas"}]` does it return all possible matches from the previous question list. – Hari Oct 24 '21 at 17:16
  • @Hari Did we found any answer to it? I have the same problem. I am now using custom question answering from Language service. – user1098708 Nov 17 '22 at 13:30