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
Based on the provided information, the issue might be due to
type
of Bot Service.As the
Web App Bot
will have the option andAzure Bot
don’t have it.As mentioned in question you are using
Bot Framework Composer
.Then you can get the
source code
fromBot project location
in your local system.The location contains the souce code.
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.
@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.