Azure CLU Service Invalid Arguments Error: Kind and Project Kind Parameters Missing

Shivaraja 0 Reputation points
2025-08-05T15:39:17.5633333+00:00

Receiving a 400 Bad Request error when attempting to consume the Azure CLU service from the Bot Framework or Postman. The service is deployed in the East US 2 region. Below is the request made in Postman:

<Include request details here>
{
"analysisInput":
                {
                    "conversationItem":
                    {
                        "text":"What time is now",
                        "id":"1",
                        "participantId":"1"
                    }
                },
                "parameters":
                {
                    "projectName":"<ProjectName>",
                    "deploymentName":"<DeplymentName>",                   
                    "stringIndexType":"Utf16CodeUnit"
                },
                "kind":"Conversation"
}


What parameters need to be specified to resolve the "kind" and "project kind" arguments issue?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.