admin管理员组文章数量:1391925
I tried creating a Azure Bot Service according to this tutorial, , is there any way of doing this in 2025. When I created one it looked completely different, there were no templates to choose from and I couldnt find an online editor like in the video anywhere.
I know that they have retired the LUIS and changed some stuff, so how can i create a Bot today.
I tried creating a Azure Bot Service according to this tutorial, https://learn.microsoft/de-de/shows/mvp-azure/build-chatbot-azure-bot-service, is there any way of doing this in 2025. When I created one it looked completely different, there were no templates to choose from and I couldnt find an online editor like in the video anywhere.
I know that they have retired the LUIS and changed some stuff, so how can i create a Bot today.
Share Improve this question asked Mar 12 at 17:30 Johannes MayrhoferJohannes Mayrhofer 217 bronze badges 1- There are many options to create a Bot now. Refer this MSDocs 1 and 2 for more details. – Harshitha Commented Mar 24 at 12:20
1 Answer
Reset to default 0This MSDoc clearly explains how to create an Azure Bot with the current available Portal UI.
- Under
Create a resource
, search for Azure Bot.
- Select Azure Bot and click on create.
- Check the
Test in Web Chat
section, you will see the below error.
- Azure Bot is empty now, and you need to deploy your code either by using Bot Framework Composer or SDK.
- Once you deploy your bot code, make sure to update the
Messaging endpoint
in Configuration.
本文标签: cAzure Bot ServicesStack Overflow
版权声明:本文标题:c# - Azure Bot Services - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744736437a2622358.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论