skip to Main Content

I am developing a chatbot using Language Studio and the bot framework composer.
I have tested it with "test in web chat" in Azure and confirmed that it can answer questions successfully.

I would like to download the source code to customize the chatbot, but there is no "build" page and I cannot find "Download bot source code" on the "overview" page.
Where can I download the current Azure bot source code?

references website
How to Download QnA Maker Bot Source Code from Azure Portal?

  • Accessed the created azure bot and checked the overview page
  • I accessed the azure bot I created and looked for the build page, but could not find it.

2

Answers


  1. Based on the provided information, the issue might be due to type of Bot Service.

    As the Web App Bot will have the option and Azure Bot don’t have it.

    enter image description here
    enter image description here

    As mentioned in question you are using Bot Framework Composer.
    Then you can get the source code from Bot project location in your local system.
    enter image description here
    The location contains the souce code.
    enter image description here

    For more details related to publish a Web App Bot please check this documentation.

    You can check the BotBuilder QnA Sample Code and modify it as per your requirement.

    Login or Signup to reply.
  2. @kenko0818 Can you please share any link that shows how to develop a chatbot using Language Studio and the bot framework composer and test it with "test in web chat" in Azure. For me, "test in web chat" doesn’t show any anything it’s plain blank page and no error as well. Thank you.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search