Aiswarya1794
Aiswarya1794
### I have a question Sound is not playing in chat bot web application in iOS , chrome and Safari browser. We are not using any browser specific code. We...
Can we send messages with emojis from a team channel to the connected user in directline using bot connector client.
🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/botframework [question]
We have updated 'Microsoft.Extensions.Logging.Abstractions, to the latest version 8 and after this azure function is not working and we are seeing the below error message in Azure function  While...
Hi team, We are using return await stepContext.BeginDialogAsync(nameof(OAuthPrompt), null, cancellationToken); method to use sign in feature for user authentication. In Waterfall dialog, we start the oauth prompt, in next step...
Hi Team, We have referred the MS document for adding AI label in turn context activity, and it worked when we give AIGeneratedContent in the additional type. https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?tabs=before%2Cbotmessage `var aiGeneratedContent...