Questions tagged [azure-bot-service]

Questions related to the Azure Bot Service

Tag is used for questions related to the Azure Bot Service (https://azure.microsoft.com/en-us/services/bot-service/)

956 questions
0
votes
1 answer

Authorization for Microsoft App ID xxx failed with status code Forbidden and reason phrase 'Forbidden'

My bot keeps failing on the following line of code with the error in Skype, WebChat, and FB chat. I've tried entering the MS App ID and password via the app settings and the web.config. This works fine in the emulator without any errors. When I ran…
MrBrooks
  • 186
  • 6
0
votes
2 answers

Azure Portal & QNA chatbot template

i tried to create a bot from QNA template in Azure portal and the dropdown menu only give me the choice to create new QNA one instead using existing one. I'm logged on QNAmaker and Azure portal with the same ms account but nothing works. The option…
Karim
  • 19
  • 1
0
votes
0 answers

Microsoft.Bot.Connector: Authorization for Microsoft App ID 'X' failed with status code Forbidden

I have created a Bot app on Azure using Azure Bot Service. It is a language-understanding Bot. Since I created from Azure, all the configuration (app registration on Microsoft and at LUIS) were done from Azure Portal. After creating some intents and…
Rupesh
  • 545
  • 2
  • 8
  • 19
0
votes
1 answer

Bot Service Basic Bot not responding to prompts

I've a Basic Bot Template based Bot set up using Bot Service. I've built a use case with few question prompts and capturing answers. I see the timestamp below my prompt in the chat box indicating that my prompt is delivered. But don't get a response…
0
votes
1 answer

Can i modify Azure Bot at VS?

I created a bot, using the Azure Bot Service and a dialog template. Then, I downloaded the code:here zip file Here's some of the code: [Serializable] public class BasicForm { [Prompt("Hi! What is your {&}?")] public string Name { get; set; } …
Admiral Land
  • 2,304
  • 7
  • 43
  • 81
-1
votes
1 answer

How to hide send box in React Web chat Bot framework

I am working on an application where I would like to hide "Send Box" and display only messages coming from the Bot. I tried the below code, but somehow this did not work. Can anyone help me here. My react version is 18.2.0 and botframework-webchat…
-1
votes
2 answers

Is there any way to update the JSON file in Azure Blob storage whenever new data is added to JSON file in github or locally?

I am creating Azure Search Service and my dataset is a JSON file in Azure Blob Storage. I want to update it time to time so that the Search service is up to date. I cant find any way of doing so. Is it possible?
-1
votes
1 answer

Changing bot language in middle of the conversation

I am creating a bot service which can talk in any supportive language. My question is if the person started in English to chat and in middle he is not comfortable with English and want to change to Spanish or French. I would like to give that…
-1
votes
1 answer

Facing 401 issue after publish a skill merged bot in azure

I have created one action bot (which can create ticket, tell me the description of the ticket). I have published that bot in azure. After that I have created one FAQ bot using QnA Maker, Knowledge Base and LUIS. Now I have published this FAQ bot as…
-1
votes
2 answers

Add Like and Dislike button after every message in Microsoft Bot Framework

How can I add like and dislike button after each message postback by bot to get user feedback. And if user click on dislike button then my bot should give some suggestions nearer to that topic. Is this possible to implement in Azure Bot Framework?
martian481
  • 1
  • 1
  • 4
-1
votes
1 answer

Azure Speech Translator

I need help on how to implement the speech translator c# sdk into a chatbot built with the bot framework c# sdk, so that whenever a user wants to use speech in another language, the bot can accept and translate the language speech in order to …
-1
votes
1 answer

changing the retryprompt at runtime in promptoptions

I want to change the retryprompt at runtime in promptoptions? The requirement is change the wording at runtime based on input given by user. Is it possible. Is there any way to send image in the dialog. I want to send image instead of text in…
smith99
  • 17
  • 4
-1
votes
1 answer

Azure Bot Composer framework - Dialog Loop

I am learning bot composer framework and I have difficulty in reading user input I fall into a loop with prompt for text and user input loop - prompt for text and user input settings -
-1
votes
1 answer

Is it possible to start a conversation with the Bot in MS Teams?

Is there any way to start conversation with bot in ms-teams? I know we can call bot in ms Teams by @botname or graph api. call a bot by…
-1
votes
1 answer

Authenticating a user via proactive private message in MS Teams Bot

I need a consultation regarding developing authentication feature in MS teams Bot. The Bot is meant to be used in MS Teams Channels primarily, and in order to secure the api/messages endpoint, I am using OAuth Now if the user is not authenticated…
Ajinkya Kale
  • 127
  • 1
  • 12