Skip to content

Bot sample using cognitive services (Bing News Search and LUIS)

Notifications You must be signed in to change notification settings

daltskin/NewsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsBot

Bot sample using cognitive services (Bing News Search and LUIS)

Pre-reqs - you'll need the following subscriptions

LUIS Setup

  • Head over to https://www.luis.ai/ApplicationList and navigate to New App - Import Existing Application
  • Select the NewsBot.json file within this repo, you can add an optional name, then Import
  • Train the model then Publish it
  • Select App Settings and copy the model ID (App ID)
  • Update the NewsDialog.cs with your LUIS model ID and LUIS subscription key

Bing Search Setup

  • Update the NewsDialog.cs with your Bing Search Api Key

Bot Framework Setup

  • Edit the web.config with your Bot Application Name, ID and Password

F5

  • Run the code and invoke on your favourite channel.

About

Bot sample using cognitive services (Bing News Search and LUIS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published