botframework

Refresh Teams Bot icon + name

拥有回忆 提交于 2020-12-16 03:46:41
问题 I updated the name + icon of my Bot Framework Bot. In Teams I don't see a way to get it updated.. I remember having to remove some cache folders in program files manually but wonder whether there's an easier way (+ bot in Teams from Web has little to do with my local cach and also that one doesnt refresh). How do I refresh my bot name + icon in Teams deskop + web? 回答1: Unfortunately, MS Teams does not provide an easy way to 'refresh' a bot icon, but it is doable. The first thing is to realize

Refresh Teams Bot icon + name

蹲街弑〆低调 提交于 2020-12-16 03:43:13
问题 I updated the name + icon of my Bot Framework Bot. In Teams I don't see a way to get it updated.. I remember having to remove some cache folders in program files manually but wonder whether there's an easier way (+ bot in Teams from Web has little to do with my local cach and also that one doesnt refresh). How do I refresh my bot name + icon in Teams deskop + web? 回答1: Unfortunately, MS Teams does not provide an easy way to 'refresh' a bot icon, but it is doable. The first thing is to realize

Refresh Teams Bot icon + name

≯℡__Kan透↙ 提交于 2020-12-16 03:43:02
问题 I updated the name + icon of my Bot Framework Bot. In Teams I don't see a way to get it updated.. I remember having to remove some cache folders in program files manually but wonder whether there's an easier way (+ bot in Teams from Web has little to do with my local cach and also that one doesnt refresh). How do I refresh my bot name + icon in Teams deskop + web? 回答1: Unfortunately, MS Teams does not provide an easy way to 'refresh' a bot icon, but it is doable. The first thing is to realize

MS Teams bot deploy rejects auto-generated manifest.json

谁说我不能喝 提交于 2020-12-15 19:16:41
问题 I redeployed my (sideloaded) Teams app that implements a very simple bot that auto-messages rooms every day. This was working for a long time, and I made a slight change so I needed to redeploy, remove from the Teams room, and add it back. After I removed and tried to add it back (without changing any of the settings) I now get an error telling me "Manifest Parsing has failed" I also get the following errors in my console log: Manifest is below. This was 100% generated within Teams, and is

How to unit test custom prompt that requires user select a choice in Bot Framework

被刻印的时光 ゝ 提交于 2020-12-15 06:42:53
问题 I have some custom prompts made with adaptive cards which require user inputs such as input.ChoiceSet and input.Text. My problem here is if I have a card with 3 choices ('Red', 'Blue', 'Green'), and I would like to test the result of "Red" being selected. How do I send the choice and get result in my test code. I would like to unit test the result and flow after something is selected and the user hit the submit button. Here is my dialog code for testing. private async Task<DialogTurnResult>

How do I switch between QnAMaker and Waterfall Dialogs in Python Azure BotFramework SDK?

随声附和 提交于 2020-12-15 06:33:01
问题 Dear Community, Please help with the Azure BotFramework Python SDK flow implementation I have described below. Step 1 : I need my bot to ask a question initially when members are added i.e async def on_members_added_activity( self, members_added: [ChannelAccount], turn_context: TurnContext ): for member in members_added: if member.id != turn_context.activity.recipient.id: await turn_context.send_activity( "Welcome to the Sample Bot! May I help you with something?" ) * This is the 'Welcome

How do I switch between QnAMaker and Waterfall Dialogs in Python Azure BotFramework SDK?

倾然丶 夕夏残阳落幕 提交于 2020-12-15 06:32:42
问题 Dear Community, Please help with the Azure BotFramework Python SDK flow implementation I have described below. Step 1 : I need my bot to ask a question initially when members are added i.e async def on_members_added_activity( self, members_added: [ChannelAccount], turn_context: TurnContext ): for member in members_added: if member.id != turn_context.activity.recipient.id: await turn_context.send_activity( "Welcome to the Sample Bot! May I help you with something?" ) * This is the 'Welcome

Skype bot cannot send messages to some group from special day although it works fine before

醉酒当歌 提交于 2020-12-15 03:43:38
问题 We have implement a Skype bot using Bot Builder 4. And this bot run smoothly around 2 years. But from recent days some specify groups cannot receive proactive message from the bot. We have traced both production & development environment to narrow down issue as below: Those group cannot receive message all have format as: ...@p2p.thread.skype. When we create new group and add this bot into group (new group have format: ...@thread.skype). The message send successfully to new group. We have get

MS TEAMS Chatbot: Can I restrict my MS Botframework Chatbot to only work with my MS Teams Tenant ID without requiring additional Authentication [closed]

不羁岁月 提交于 2020-12-12 05:38:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . Improve this question Problem Statement: We have created a FAQ Chatbot using MS Botframework V4, QnA Maker and LUIS. The Client's Information security team suspects if, anyone gets hold of the MicrosoftAppId of the chatbot then, anyone would be able to publish the Chatbot on any

MS TEAMS Chatbot: Can I restrict my MS Botframework Chatbot to only work with my MS Teams Tenant ID without requiring additional Authentication [closed]

点点圈 提交于 2020-12-12 05:37:31
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . Improve this question Problem Statement: We have created a FAQ Chatbot using MS Botframework V4, QnA Maker and LUIS. The Client's Information security team suspects if, anyone gets hold of the MicrosoftAppId of the chatbot then, anyone would be able to publish the Chatbot on any