How to make fact bot in azure?

Rahul Sinha 1 Reputation point
2020-01-25T18:04:47.037+00:00

I'm a beginner in azure. I just tried to make a simple bot with the help of Microsoft Learn. I want to know that can I make a fact bot or skill like we make for Alexa Skill and Google Assistant.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dabhan-MSFT 21 Reputation points Microsoft Employee
    2020-02-27T05:09:06.75+00:00

    The Bot Framework SDK v4, part of the Bot Framework, provides the most comprehensive experience for building conversation applications. With the Bot Framework SDK, developers can easily model and build sophisticated conversation using their favorite programming languages. With the Bot Framework SDK, you can build bots that converse free-form or your bot can also have more guided interactions where it provides the user choices or possible actions. The conversation can use simple text or more complex rich cards that contain text, images, and action buttons. You can add natural language interactions and questions and answers, which let your users interact with your bots in a natural way.

    You can refer the below articles:

    https://github.com/microsoft/botframework-sdk
    https://learn.microsoft.com/en-us/azure/bot-service/what-is-new?view=azure-bot-service-4.0

    0 comments No comments