What would I need to download if i'm going to be creating a conversational AI

Aaron soggi 246 Reputation points
2021-04-08T22:07:09.177+00:00

I'm very new to AI and i just need a bit of guidance in order to get everything up and running.

I know this is going to sound like a stupid question but how do i install Microsoft bot framework and what other extensions would i need?

when I go on this link https://dev.botframework.com/ Do i need to download azure services and the SDK from github?

I'll need the composer and emulator, do I need to download anything else?

Thank you

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,278 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2021-04-09T08:11:43.717+00:00

    @Aaron soggi Based on my personal experience to start off with Azure bot service you can start using the Bot services with the bot framework composer which is no-code based and easier to implement a bot if you are looking to quickly deploy a custom bot.

    If you would like to go further and plugin your bot with various channels for integration with services like teams you can use the SDK for greater flexibility.

    If your goal is to develop a basic QnA related bot then Azure QnAMaker is the service to start off to build a question and answer knowledge base and deploy a bot with single click with an option to integrate LUIS for NLP or language understanding capabilities.

    All the above bots can be tested with the emulator locally before they are deployed to an app service. I hope this helps.

    1 person found this answer helpful.