Search code examples
azurebotframeworkchatbotazure-language-understanding

is it possible to create chatbot (using microsoft bot platform and luis) without azure platform


i want to create a bot service without using azure platform. The bot application using microsoft bot platform and luis.

is there any solution??


Solution

  • You can create a chat bot using Luis and Visual Studio followed by a Bot Emulator. You can create intents and entities in Luis and add them into the c# code as well.. But in order to publish the bot, you should have subscription in azure.