Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?