Hi there Pavithra N
Thanks for using QandA platform
YUP, you can dynamically create intents and entities in Azure CLU using the Authoring REST API.
Key API Endpoints (Authoring API v2023-04-01-preview)
Create Intent: POST /authoring/analyze-conversations/projects/{projectName}/intents
Create Entity: POST /authoring/analyze-conversations/projects/{projectName}/entities
Create Closed List Entity: POST /authoring/analyze-conversations/projects/{projectName}/entities/closedLists
After changing After adding or modifying intents/entities:
Train and deploy tyhe project
POST /authoring/analyze-conversations/projects/{projectName}/train
POST /authoring/analyze-conversations/projects/{projectName}/deployments/{deploymentName}
If this helps kindly accept the answer thanks much.