azure-bot-service

Direct Line App Extension - How and where are messages cached?

浪尽此生 提交于 2021-02-04 21:35:22
问题 I have a few questions about the new Direct Line App Extension for App Services on Azure announced at Build 2020. The "normal" direct line services cached messages at their own regional servers. Now that this extension allows the App Service of a bot to act as the Direct Line endpoint, is the conversation with it's messages cached in the app service? And does this mean, one could for example edit the settings of the conversation caching like cache duration etc.? And I guess the pricing of

How can I save some custom qna maker data in azure app insights?

我的未来我决定 提交于 2021-01-29 11:40:56
问题 I have set up an Azure Bot with Luis and QnA Maker (in C#, Bot Framework v4). I want to query the App Insights and get information about the questions asked together with their answer. I followed the answers here: How to get the Qna Maker "Q" from Analytics Application Insights?, and I was able to get them, but I need an additional field for storing the user role (it would be perfect if I could store it in the customDimension field). I have followed the documentation from https://docs

Bot Handoff integration with teams

夙愿已清 提交于 2021-01-29 10:46:01
问题 I am working with bot handoff integration with teams. I have go through some Microsoft samples and seen some solutions. one Solution is intermediate bot sample integration with teams and other one is using the handoff sdk to initiate the bot handoff and using a third party portal to connect with live agent. Below are the solutions which i have followed. https://github.com/microsoft/BotBuilder-Samples/tree/main/experimental/handoff-library/csharp_dotnetcore/samples https://github.com/tompaana

Saving bot state data in mySQL with .NET

為{幸葍}努か 提交于 2021-01-28 10:06:10
问题 Since the Bot State service will be retired soon I want to store my bot state information in my local mySQL database. I tried to instantiate the SqlBotDataStore client in Global.asax using mySQL connection string but I think I'm missing something since SqlBotDataEntities table have not been created. Kindly give your suggestions on this. Thanks! protected void Application_Start(object sender, EventArgs e) { { var config = GlobalConfiguration.Configuration; Conversation.UpdateContainer( builder

Resume Bot Framework dialog when triggered by external service

风格不统一 提交于 2021-01-27 14:22:06
问题 The Scenario I have a bot built using the Bot Framework with a series of dialogs. One of these dialogs gives the user the option of inputting some complex data via a web page by presenting a button to them. Clicking the button they are then taken to the site, fill out the data, save and are then directed back to the bot. I want my bot to pause the dialog until it receives an event from my web page telling me the user has saved the data and then continue asking the user questions. Before I had

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