AI-102 Implement natural language processing solutions • Set 4
AI-102 Implement natural language processing solutions Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are calling the Azure AI Language API for conversational language understanding (CLU). The CLU project 'SupportBot' has an intent 'CancelOrder' with an entity 'OrderNumber' of type 'Number'. The deployment 'production' is active. What is the expected output?
{
"kind": "ConversationalLanguageUnderstanding",
"parameters": {
"projectName": "SupportBot",
"deploymentName": "production",
"verbose": true
},
"analysisInput": {
"conversationItem": {
"id": "1",
"participantId": "user",
"text": "I want to cancel my order #12345"
}
}
}