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
-1
votes
1 answer

Maintaining and using a list of user in backend using django

I am building a web-chat application using django and django-channels. I have figured out the actual chat part, however I was trying to implement a random chat pairing feature which would allow to pair any two user who choose to chat randomly. I…
-1
votes
1 answer

Migration Bot Framework 3- 4: document.getElementsByClassName("wc-header") not working anymore

I changed my code from webchat 3 to webchat 4 and also changed style options and so some other stuff. Everything works fine....just the web-chat rendering creates a problem. Here is my code: (async function() { const res = await…
-1
votes
1 answer

Chat Bot is not working - HTTPS internal server error

I have created a sample Echo bot for testing i've followed the given instructions in the MS tutorial site. Created a web app service Downloaded the MS bot framework v4 SDK - Echo Bot Got the Publishing profile Published the bot using visual…
Jegan Baskaran
  • 337
  • 2
  • 16
-1
votes
1 answer

How to add existing bot on a website with minimize capability

BotFramework v3 Nodejs SDK Channels added: MS teams , Cortana and WebChat We would like access or integrate existing production bot from a website hosted in corporate network. After doing some research I found BotFramework-WebChat has some ways…
vijay
  • 109
  • 11
-1
votes
1 answer

Getting values from my web chat call in my website using backchannel

I'm trying to integrate the backchannel and getting the values. https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/15.d.backchannel-send-welcome-event I also tried this. Get URL Referer and Origin header from Microsoft Bot…
edoms06
  • 89
  • 2
  • 11
-1
votes
1 answer

C# bot framework exception seem to be not handled properly between the emulator and the web chat test on the botframework website

So far I have the following code to be used to check whether a LUIS JSON response contains a entity or not public static class StatusHelper { public static bool EntityCheck(LuisResult result) { try { var…
-1
votes
2 answers

Creating Firebase web chat with PHP

I have web application written in PHP, I want to build a Real-time chat module for my web app, I want to use firebase, but I am not able to figure out how to build a chat with fir-base and PHP so all my user can chat one to one, tough I have idea…
Mohd Sadiq
  • 181
  • 1
  • 2
  • 16
-2
votes
1 answer

Need feature like emojiesand feedback to get rendered in every bot responses

I saw there are emojis attached with every message in microsoft teams. Is it possible to implement the same scenario in webchat. if yes please help me to achieve it. i also want a code snippet to render feedback thumbs up and thumbs down button in…
-2
votes
1 answer

Bot Framework - Way to find the question for which bot has answered and user has reacted with buttons?

In Sample 9 (available here) of webchat example, we are providing the user an ability to react to the answer, is there a proper any find the question user has asked for which bot has answered and the user has reacted. Currently, the way I am doing…
-2
votes
1 answer

How to open the hyperlink in new window in Bot Framework

I am using ActionTypes.OpenUrl to create the link which opens in new tab, is there any workaround to open the link in new window. DirectLine is used to connect to Bot. Thankyou
-2
votes
2 answers

Microsoft webchat in french

I have embed the Microsoft web chat channel into my site using the iFrame methode : https://webchat.botframework.com/embed/mybot?s=YOUR_SECRET_HERE'> The web chat interface is in english, what parameters do I need to get the french version…
-2
votes
2 answers

botFramework: to disable card buttons in web chat under bot framework

I want to disable card buttons in web chat under bot framework. For example, In a card i am having multiple buttons and i want to disable some buttons based on some data value. How can i do that?
-3
votes
1 answer

How to create a side window or iframe that shows data that was gathered by a Web-Chat in one web page?

I am building a chat bot via the Microsoft bot framework and recently deployed it as web-chat on a web page. In my web page, it is essential that I have a side box where data is shown that is gathered and calculated from the bot. Can anyone help me…
but28
  • 19
  • 1
  • 7
-3
votes
1 answer

how to send alert when database is update

i have implemented a simple and raw chat system, in php and ajax. The basic functions are, to add new contacts and have a conversation with them, basicly like telegram or whats'app. So, i have a lot of chats, and now i will implement a feature that…
samuele
  • 25
  • 5
-6
votes
1 answer

Azure Bot C# : Webchat Open url in same Tab of Browser, Its opening in new tab

Azure Bot C# : 1. Created one azure bot service and deployed on Azure. 2. I am using Webchat into my web application to consume service. Tried: Already tried HeroCard - CardAction into bot to Open link. I am able to open that link using HeroCard -…
Rohit Mane
  • 169
  • 2
  • 12
1 2 3
22
23