Refer to the exhibit. You have a Custom Question Answering project configured with the JSON shown. When you test the project in Azure AI Language Studio, the query 'How many vacation days do I get?' returns no answer. What is the most likely cause?
Custom Question Answering matches questions based on semantic similarity, but if the phrasing is too different, it may not return an answer.
Why this answer
The JSON shows that the question is phrased as 'What is the vacation policy?' and the answer is about accruing 15 days. However, the test query 'How many vacation days do I get?' is semantically different. Custom Question Answering uses a fixed set of question-answer pairs and does not automatically rephrase queries; it relies on matching the intent.
Option C is correct because the query does not match the trained question. Option A is incorrect because the language is set to English. Option B is incorrect because the answer is present.
Option D is incorrect because the confidence threshold is not specified in the exhibit.