From the course: Azure AI Fundamentals (AI-900) Cert Prep: 1 Conversational AI on Azure

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Overview of Bot Framework SDK

Overview of Bot Framework SDK

- [Speaker] In this lecture, you'll learn about the bot framework, SDK. The bot framework SDK is an open source SDK created by Microsoft, that lets you build chat bots that can be hosted in Azure bot service. The SDK makes it simple for you to interact with the REST API contained within the Azure bot service. It does this by recreating a layer of abstraction between the Azure bot service REST APIs and any code that you write. Using the bot framework SDK gives you complete control over all aspects of your chat bot logic. Using the SDK does mean that you'll need some level of coding experience however. As you've got access to code using the SDK means that you can create highly customizable, conversational AI solutions that handle niche business requirements. So what are the key components in the bot framework SDK? The main components involved in the bot framework SDK include dialogues, turns, activities, and prompts.…

Contents