Skip to main content

Questions tagged [botframework]

The Microsoft Bot Framework is used for building intelligent chat bots and deploying them to multiple messaging platforms or channels at once. This includes utilizing various Bot Builder SDK features, creating bots of various types and using the Bot Directory or the Azure Bot Service.

-1 votes
0 answers
7 views

How to Implement OAuth for a Bot-Based Message Extension App in Microsoft Teams for Graph API?

I have created a bot-based message extension app using the Teams Toolkit and need to call the Microsoft Graph API, which requires OAuth implementation. So far, I have created the app in the Teams ...
XDeveloper's user avatar
-3 votes
1 answer
26 views

Self hosting microsoft bot for teams channels

I saw answers of this on microsoft but seems nothing is well documented around this so still not sure what permissions and services I need to use from Azure and how to do this What I need is to create ...
Astin Gengo's user avatar
0 votes
0 answers
9 views

Botframework webchat - Latex formatting

I would like to print in botframework webchat calculations using Latex formulas. I know it support markdown however I wasn't able to find Latex support. Does someone know how to implement this? I have ...
Adam Kovářík's user avatar
0 votes
1 answer
39 views

Debugging Bot Framework Bot in Teams

I would like to debug a Bot Framework Bot on Teams, but it seems it requires an Azure Bot registration and setting the messaging endpoint, which involves several requirements, including licensing and ...
runr2002's user avatar
-1 votes
0 answers
30 views

How to add attachment to user's text message via bot frontend react app logic?(override readonly is ts?) [closed]

I'm making project with ms botframework ( https://www.npmjs.com/package/botframework-webchat). In FrontEnd I'm using example react app https://github.com/microsoft/BotFramework-WebChat/tree/main/...
Andrii's user avatar
  • 91
0 votes
0 answers
34 views

Botframework on Microsoft-Teams: Attachments with special characters lost when uploaded from Microsoft Teams

I'm using BotFramework in C# (.NET 8). The issue I'm encountering is that when I upload an attachment from Teams with certain characters, such as a '+', the attachment "disappears" when ...
luisNET's user avatar
  • 39
0 votes
0 answers
28 views

Azure Bot use Bicep to get embed code for WebChat

How can I use Bicep to retrieve the WebChat embed code for CICD? The doc doesn't seem to specify a property or function. https://learn.microsoft.com/en-us/azure/templates/microsoft.botservice/...
user26123493's user avatar
0 votes
1 answer
284 views

Ngrok Executable Flagged as Potentially Unwanted Software by Microsoft Defender

We encountered an issue where the Ngrok executable, which is used for connecting the parent bot to the child bot, was flagged and quarantined as potentially unwanted software by Microsoft Defender. ...
Deena T's user avatar
  • 11
0 votes
0 answers
11 views

Microsoft Bot Framework dialog issue

I am trying to execute a basic dialog example for the Microsoft bot framework, but getting a strange error and am unable to proceed node index.js (node:8600) [DEP0040] DeprecationWarning: The ...
Saikat Saha's user avatar
0 votes
2 answers
68 views

Using Bicep to add an MsTeams channel to an Azure Bot Resource

When attempting to add an MSTeams channel to my deployment I receive a CHANNEL_NOT_SUPPORTED error. The Bicep I'm using looks something like this. resource azureBot 'Microsoft.BotService/botServices@...
user26123493's user avatar
0 votes
0 answers
34 views

Started receiving "unable to verify the first certificate" when interacting with the sdk

Versions What package version of the SDK are you using. ([email protected]) What nodejs version are you using (v16.20.2) What os are you using (Mac) Describe the bug On July 3rd we started receiving &...
Vyacheslav A.'s user avatar
-2 votes
0 answers
20 views

Azure Bot Framework 4.0 got null ReplyToId from channel connected to Line

I'm trying to log Line group conversations with Bot Framework (modified from EchoBot). Everything went fine with messages,stickers,images and attachments, but when user reply to a message, I couldn't ...
Kerr Lu's user avatar
0 votes
0 answers
23 views

The OUTLINE ie. chat icon is not displayed in teams bot app

The OUTLINE icon displayed earlier is not showing now after updating the teams app. The configuration in .env file: CONFIG__MANIFEST__ICONS__OUTLINE=resources/BotLogoSmall.png The configuration in ...
Rajesh Pandian's user avatar
0 votes
1 answer
38 views

In BotFrameworkAdapter, how to use Managed Identity instead of MicrosoftAppCredentials

We are using BotFrameworkAdapter in our project to send notifications to users. The method CreateConversationAsync, uses MicrosoftAppCredentials to authenticate. We want to move away from secrets on ...
Naveen Gorojanam's user avatar
0 votes
0 answers
55 views

Generate a JWT token using UserAssignedMSI Bot Type for authenticating requests from the Bot Connector service to our bot

I am trying to generate a JWT token using UserAssignedMSI Bot Type for authenticating requests from the Bot Connector service to our bot. Attempted to generate a token with the common bot authority ...
Rajesh Prajapati's user avatar

15 30 50 per page
1
2 3 4 5
628