Skip to content

Latest commit

 

History

History

Demo3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

M05 DEMO #3

  • LU integration.

This code is provided for demo purposes only for course AI-102.

Requirements

  • Azure Subscription
  • .Net core 3.1
  • VS Code or VS 2019

LU Integration.

  1. Build new LUIS model by importing file PictureBotLuisModel.lu.

  2. Build and run Azure bot. The source code available on repo.

  3. Configuration file appsettings.json should be updated with your values before publishing to the Azure Bot instance.

  4. Following sentences can be tested and detected as intent with % provided in output from bot:

    • Hello; What is up; Hey; Howdy.
    • Search for dog pictures; Find flower pic.

bot