- LU Model building publishing and querying.
This code is provided for demo purposes only for course AI-102.
- Azure Subscription
-
Login to Azure portal and find provisioned before cognitive multi-service.
-
Login to LUIS web portal to build new Application as explained in tutorial
-
Add Intents and entities. Use aliases to provide entities synonyms.
-
Train and test model in LUIS interface.
-
Publish the model to the Production slot.
-
Grab AppID and Primary Key for future use.
-
Copy the link from the query example and paste in the new browser window. Add your query after
query
parameter and observe response from LUIS model.