Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
@Anonymous Are you trying to test the model with random data?
I would recommend using queries that contain at least more than one word. In the above case, you are trying to use "ABC" which actually does not match a natural language utterance for the model to match against the intents you have defined.
If you are trying out the service for the first time, I would recommend going through this learn course which has an exercise to create a test CLU project with couple of intents and utterances. This will help you map your scenario and add relevant data in your project to train the model. I hope this helps!!
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.