This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.

Bing Search Skill

The Bing Search Skill provides a simple Skill that integrates with the Bing Search Cognitive Service.

This skill has a very limited LUIS model (available in English, French, Italian, German, Spanish and Chinese) and demonstrates three simple scenarios:

  • Celebrity Information: Who is Bill Gates?
  • Q&A: what’s the population of China?
  • Movie Information: Tell me about the jurassic park movie

Search Example

Deployment

Learn how to provision your Azure resources in the Create a Skill tutorial.

Configuration

  1. Get your own Bing Search Cognitive Services Key.
  2. Get your own Project Answer Search Key.
  3. Provide these values in your appsettings.json file.
"BingSearchKey": "{YOUR_BING_SEARCH_COGNITIVE_SERVICES_KEY}",
"BingAnswerSearchKey": "{YOUR_PROJECT_ANSWER_SEARCH_KEY}"