ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

66 / 166

Question 66:

Review the JSON code snippet given below and complete it by selecting the entity type and subtype for a prebuilt entity in a LUIS application: 
<pre>"documents": [{
"id": "1",
"entities": [{
"name": "last week",
"matches": [{
"entityTypeScore": 0.8,
"text": "last week",
"offset": 34,
"length": 9
}],
"type": "..........................",
"subType": ".........................."
}]
}],
</pre> 

Answer options:

A.DateTime
B.DateRange
C.Event
D.Location
E.Duration