How to upload/update Entity list on Conversational Language Understanding (CLU)

MBanski 0 Reputation points
2024-04-11T15:01:35.9933333+00:00

Language Understanding (LUIS) included an API "Model - Update Closed List" which enabled the upload/update of Entity lists. I am currently working with Azure Conversational Language Understanding (CLU) due to LUIS being retired. My issue is I can't find anything in the documentation referencing an API such as "Model - Update Closed List" that would enable me to update Entity lists. Is a feature like this no longer available? How can I update my Entity Lists without manually doing it? I hope someone can help. Thank you in advance!

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,206 Reputation points Microsoft Employee
    2024-04-12T16:50:29.71+00:00

    @MBanski Yes, this API is no longer available. You can use the language studio to do the update or use the Import API to import your project with the new list updated in the listkey.

    The recommended way to do this is to use the export API to export your project JSON and then update the list and run the Import API. The change through the studio also performs the same operation.

    A sample of CLU project JSON is available on the github sample page for reference.

    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.

    0 comments No comments