Questions tagged [web-chat]

The Bot Framework Web Chat component is a highly-customizable web-based client for the Bot Framework V4 SDK. The Bot Framework SDK v4 enables developers to model conversation and build sophisticated bot applications.

See the Web Chat GitHub Repo for more information.

345 questions
8
votes
2 answers

Scroll to top of a bubble in botframework webchat

Some answers of our chatbot are very long. The webchat scrolls automatically to the bottom so users have to scroll up to get to the top of the bubble and start reading. I've implemented a custom renderer (react) to wrap the answers into a custom…
MrToast
  • 1,159
  • 13
  • 41
5
votes
2 answers

BotFramework V4: how to send an event from the bot and catch it in react WebChat?

I send an event named "locationRequest" from my bot (.NET SDK) Activity activity = new Activity { Type = ActivityTypes.Event, Name = "locationRequest" }; await…
5
votes
1 answer

Microsoft Bot Framework WebChat: Disable AdaptiveCards submit buttons of previous message

How to disable input/submit button actions in the previous conversation of BotChat - AdaptiveCards in the Microsoft Bot Framework (C#)
5
votes
1 answer

How do I add a URL link in QnA-maker?

Does anyone know how to add URL links to the answer in QnA maker? As it is right now I can only see that you are able to add straight text.
user1590336
  • 109
  • 1
  • 9
5
votes
2 answers

Insert my chatbot in a website

i have a question for you, i have built a bot in python and i need to know if there is a way (or a service with REST API) to embed it in a website. I dont want to use slack/telegram/facebook messanger and others as comunication channels. I want to…
4
votes
2 answers

Override the timestamp format in the webchat

When setting the timestamp format to 'absolute', the webchat with locale set to fr-FR prints the time portion of the timestamp using the 'short' time format of globalizejs library as 8:36 AM. See:…
UncleZen
  • 289
  • 1
  • 4
  • 22
4
votes
1 answer

BotFramework Webchat v4 Sending message back through the javascript

I need help using the webchat v4 from BotFramework from Microsoft to send a message back to the bot through the Javascript. My bot code is written in C# (.NET Framework) but at some point in my scenario I need to trigger some javascript to ask for…
Shamrock
  • 65
  • 8
4
votes
1 answer

Microsoft Bot Framework Adaptive Cards not rendering properly

I'm trying to use adaptive cards by adding it on my luis response, and was following a guide: https://learn.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-add-rich-card-attachments. How come my buttons is not showing up on my bot…
anonymous1110
  • 885
  • 4
  • 14
  • 28
4
votes
3 answers

Browser Chat Without internet

Can anyone explain me the possibilities of creating a web chat (i.e similar to whatsappweb) which works without internet connections the only possible way that these device communicate is either by WiFi or Bluetooth (i.e Peer to peer). If it is not…
VinoPravin
  • 947
  • 3
  • 17
  • 32
3
votes
1 answer

What does the "store" object of the WebChat do?

For the following javascript code snippet found at Health Bot Container Sample, the "store" object created from window.WebChat.createStore, what does the "store" object do? What is the "store" object's purpose? I am reading the web chat api…
Sam Sam
  • 65
  • 5
3
votes
1 answer

How to make DOM element draggable on SAPUI5 app?

I am using Sap Conversational AI on my SAPUI5 app via Webchat. I added Webchat script on my apps Component.js. It works fine but the chat icon covers the app's footer and I couldn't make it draggable. Here is component.js code; if (…
3
votes
0 answers

Could I set a scenario to start by default using MS Health BOT Service?

I am using Microsoft Health BOT Service. And I want to display a welcome message to the users and ask them to choose one of our prompts (select one from a list of choices). To do that, I think to do one of those options: Is there any way to display…
Taqwa sleem
  • 157
  • 11
3
votes
1 answer

There was an error sending this message to your bot: HTTP status code GatewayTimeout

I deployed the bot code to the azure , Test in webchat option nothing I am getting and in the channels I am getting the below error. There was an error sending this message to your bot: HTTP status code GatewayTimeout The bot code works fine in the…
Koushik
  • 73
  • 1
  • 5
3
votes
1 answer

Microsoft BotFramework-WebChat scrolling issues

I'm using the microsoft/BotFramework-WebChat, but I'm having problems getting it to scroll properly. Often when the bot responds the user is forced to manually scroll to the bottom of the chat log. I can't find any documentation about hooks that…
Andy
  • 2,095
  • 1
  • 29
  • 59
3
votes
1 answer

Using bootstrap with Microsoft WebChat breaks the chat bubble

I want to use the webchat plugin together with Bootstrap 4. As soon as I put the webchat into a site with Bootstrap the chat box gets clipped on both sides. If I inspect the element I can see that overflow is hidden. If I toggle that off then…
Andy
  • 2,095
  • 1
  • 29
  • 59
1
2 3
22 23