757 questions with Azure AI Bot Service tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Retrieving Refresh Token with OAuthPrompt in Microsoft Teams Bot

I am currently developing a Microsoft Teams bot and using the OAuthPrompt in my DialogSet to obtain the access token. The token retrieval works as expected, but I am facing an issue where the refresh token is not being retrieved along with the access…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,292 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
asked 2024-05-30T09:04:57.85+00:00
Palak Agarwal 20 Reputation points
accepted 2024-05-31T09:57:41.8033333+00:00
Palak Agarwal 20 Reputation points
0 answers

How to set typing indicator in azure bot

I work with c# making azure bot have web chat and teams channels. I want to make a typing indicator for the web chat user if the teams user is typing and another one for teams user if the web chat user typing. I can get it that if the bot talking to the…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-30T19:33:59.02+00:00
Riham Mushmush 0 Reputation points
commented 2024-05-31T03:58:36.8133333+00:00
navba-MSFT 18,080 Reputation points Microsoft Employee
0 answers

How to fix HTTP Error 500.1002 - Internal Server Error when I tried to deploy my echo bot to azure.

I'm currently working on building a bot using Bot framework. I edited the echo bot to display a welcome message and a login screen. Everything works fine in my bot emulator. Therefore I wanted to deploy this basic bot and test it in teams before…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-20T19:14:19.93+00:00
Vishnu Dut 0 Reputation points
commented 2024-05-23T10:40:05.12+00:00
romungi-MSFT 42,986 Reputation points Microsoft Employee
1 answer

bot not working - webchat channel giving HTTP 401 Unauthorized

Hi, I built a bot using bot framework and tested it locally and it is working perfectly. I later published to Azure and when i test from webchat there is no response, error on the webchat channel was "There was an error sending this message to your…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-18T20:10:20+00:00
nkerifacclaud 5 Reputation points
edited an answer 2024-05-20T21:48:43.4+00:00
VasaviLankipalle-MSFT 15,006 Reputation points
1 answer

How to migrate from Bot SDK 4.3 to Azure Bot Service

Hello, We are currently trying to migrate our code from old Azure Bot Service with Bot Channel Registration and App Service to new Azure Bot Service with Azure Bot and App Service. I have received these steps from Genie in azure support, You can migrate…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,033 questions
asked 2024-05-08T12:04:05.2666667+00:00
Ranjan Jha, Vikash 0 Reputation points
commented 2024-05-16T17:19:22.4766667+00:00
romungi-MSFT 42,986 Reputation points Microsoft Employee
2 answers

how can i publish bot on azure with new language resource? bot framework composer still ask for luis

how can i publish bot on azure with new language resource? bot framework composer still ask for luis?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
367 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,466 questions
asked 2023-07-05T10:00:01.8933333+00:00
Daniel Kołodziejczyk 5 Reputation points
commented 2024-05-15T13:53:05.56+00:00
nkerifacclaud 5 Reputation points
1 answer

How do change the default messages for Azure Bot?

I have created an Azure Bot in German via the Language Studio and the Bot is deployed and the users can access the Bot from a website link. The Bot works well but unfortunately, if the user asks a question differently than the trained question - answer…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
367 questions
asked 2024-05-14T12:15:39.69+00:00
Madhuri Hebbale 5 Reputation points
answered 2024-05-15T12:24:08.6566667+00:00
Madhuri Hebbale 5 Reputation points
2 answers

Bot Framework Direct Channel Webchat 502 Error

I am encountering a 502 (Bad Gateway) error on my bot channel when trying to make a POST request to https://directline.botframework.com/v3/directline/conversations/... /activities. The error seems to be intermittent. Can someone assist me with resolving…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-08T16:04:00.97+00:00
Vladimir Tsitovtsev 5 Reputation points
answered 2024-05-14T17:40:02.7666667+00:00
Askar PV 0 Reputation points
1 answer

Getting "Failed to validate incoming Twilio message." when I am sending a message to a twilio number thats configured as Bot channel

I have created a bot using azure bot framework, using Twilio channel for messages. I have done configuration as specified in the documentation -…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-13T13:18:31.1666667+00:00
Kavya Athuluri 0 Reputation points
answered 2024-05-13T14:28:16.2866667+00:00
romungi-MSFT 42,986 Reputation points Microsoft Employee
1 answer

Azure Bot web chat shows no response

I have created a bot which is a proxy over an LLM in AWS. It should only redirect messages to my API gateway via POST. When I test in the web chat, the message is received by the API gateway and the response is sent, but I don't see the response in the…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-06T12:27:19.8733333+00:00
Ignacio Gonzalez Betegon 5 Reputation points
answered 2024-05-08T09:55:00.08+00:00
Ignacio Gonzalez Betegon 5 Reputation points
0 answers

Error message showed in sign in oauth card

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 validating the token…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-05-07T10:02:03.5733333+00:00
lakshmi 631 Reputation points
commented 2024-05-08T09:11:21.45+00:00
romungi-MSFT 42,986 Reputation points Microsoft Employee
0 answers

Bot Framework access token error

I get this error when I send a message to the bot in Teams File "/tmp/8dc2d85e57d1267/antenv/lib/python3.9/site-packages/botframework/connector/auth/microsoft_app_credentials.py", line 65, in get_access_token 2024-02-15T18:46:14.580265935Z…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
asked 2024-02-15T19:34:17.1533333+00:00
Milos Vukovich 0 Reputation points
commented 2024-05-03T10:47:44.44+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
1 answer

Azure bot services integration with whatsapp

We are trying to integrate node.js bot on Azure with WhatsApp using an adapter. Is there a walk through document to do that?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2021-08-18T10:46:30.793+00:00
Pushkar Shukla 6 Reputation points
commented 2024-05-01T19:24:19.23+00:00
lunchtiemre 0 Reputation points
0 answers

Does serviceURL change or remain the same ? And What is pattern of serviceURL generation ?

According our bot use case we have to store user details like userId, tenantId, conversationID and serviceURL into our database while bot configuration. As per my findings I could see that serviceURL are changing as per region. While looking into Bot SDK…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
asked 2024-04-04T09:35:06.66+00:00
Meet Rathod 5 Reputation points
commented 2024-04-30T11:55:13.8766667+00:00
Vikram Boorla (Tata Consultancy Services Limi) 250 Reputation points Microsoft Vendor
1 answer

Bot Azure e Outsystems

Hi guys. I'm new to this world of chatbots and I've been trying to build a QnA chatbot to integrate into Outsystems. I have created a Language Studio and inside the language studio I have a QnA maker created. Now in the Azure Chatbot Webhook the…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-04-27T21:39:21.7466667+00:00
Alexandre Costa 0 Reputation points
answered 2024-04-29T05:19:40.0133333+00:00
navba-MSFT 18,080 Reputation points Microsoft Employee
0 answers

Unable to create and deploy a bot using Azure language studio

I'm trying to create a bot and add it to channels but I’m getting bad gateway error continuously and saying server farm permissions to create or update are not available for my subscription key, but I could see that permissions. I tried the below…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-04-25T17:50:15.2466667+00:00
MAJETY NAGA VENKATA SAI CHAITANYA 0 Reputation points
commented 2024-04-25T22:30:59.2933333+00:00
Sina Salam 4,546 Reputation points
1 answer One of the answers was accepted by the question author.

Enabling Voice Interaction for Azure Health Bot website

I took my azure health bot and deployed it to a custom website and used the health bot container sample they have on GitHub. It says for Google Chrome, voice interaction should be enabled but the little microphone within the chat does not pop up (even if…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,456 questions
asked 2024-01-11T08:12:03.2833333+00:00
Ahad Anjum 60 Reputation points
accepted 2024-04-24T06:01:38.8833333+00:00
Ahad Anjum 60 Reputation points
1 answer

Error 400 - POST to upload file in bot framework emulator

I'm encountering an issue when attempting to upload large files (specifically, files of size 238MB and larger) in the Bot Framework Emulator. While smaller files are successfully uploaded and validated, attempting to upload files larger than…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-04-22T22:19:28.8766667+00:00
Lohany Geovana Dos Santos Pereira 0 Reputation points
edited a comment 2024-04-24T05:01:24.38+00:00
navba-MSFT 18,080 Reputation points Microsoft Employee
1 answer

HTTPError: 404 Client Error: Resource Not Found for url

Hi all, I recently got a Bing API Key for web search, and I'm using the code provided in the Github by Microsoft. However, I keep encountering an error, saying "HTTPError: 404 Client Error: Resource Not Found for url:…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2021-02-28T01:07:26.667+00:00
User_Twy 6 Reputation points
commented 2024-04-23T11:55:56.5666667+00:00
Prakash Pimpale 0 Reputation points
1 answer

Rate limiting for token generation of Bot Framework API

I was using bot framework api for creating conversation and sending messages which requires access token generated using azure bot credentials. So does anyone know rate limit of below endpoint: Token generation:…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
asked 2024-04-23T07:27:52.4866667+00:00
Hasit Parmar 0 Reputation points
answered 2024-04-23T11:39:19.6766667+00:00
romungi-MSFT 42,986 Reputation points Microsoft Employee