AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You are developing a chatbot application using azure video

Question 1
« Back   Next azure ai-102-ai-engineer-assoc Exam Question »

Full Certification Question

You are developing a chatbot application using Conversational Language Understanding (CLU) service. Below is the JSON structure of labeled utterance file that you need to upload. { "text": "turn the fan on", "intent": "switch_on", "language": "en-us", "entities": [ { "category": "device", "offset": 9, "length": 3 } ] } ] } Select yes if the below statement is true. Otherwise, Select No. Statement: It contains two utterances