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

How to Securely Integrate WebChat/Directline in SharePoint Online

Trying to deploy a bot developed in MS bot framework v4.0 on SharePoint online page. Users need to login to SharePoint to access the bot, therefore, can't add an authentication at bot level as users have to login twice that will result in poor user…
2
votes
1 answer

Which parameter we can use for window.WebChat.render WebChat so that provide custom URL parameters? using Azure Bot Frameworks Nodejs

Pass Custom Parameters from webchat control to bot framework which one is related to bot URL, we want to fetch/render? i.e. more detailed example scenario: window.WebChat.renderWebChat({ directLine: window.WebChat.createDirectLine({ …
2
votes
0 answers

How to Send message by just clickiing on the suggestion in Botframework-Webchat?

I want my bot to send the message when i click on the desired suggestion. i.e. i want the message to be sent - when i click on the suggestion or by selecting the suggestion using arrow keys and then pressing enter . But as of now, if i click or…
Thomas Martin
  • 666
  • 2
  • 6
  • 26
2
votes
2 answers

TypeError: e is not a function at Object. in BotFramework-webchat@4.8.0

I'm trying to customize the BotFramework webchat using node. I am getting TypeError: e is not a function at Object. (custom-webchat-4.8.0.js:32) only in 4.8.0 version and the same code is working with 4.6.0 version. Does anybody know how to resolve…
2
votes
1 answer

BotFramework-WebChat - Adaptive Card

Is there a way to add Onchange event to the adaptive card input field that is rendered in webchat (version V4). Example changing a quantity value (Adaptive card inputfield of type number) in the checkout screen should update the Total value…
ane
  • 101
  • 3
  • 10
2
votes
1 answer

Normal https://webchat.botframework.com stopped working in IE 10. syntax error webchat-es5.js

I am using sdk v4 bot embedded in sharepoint 2016 page using iframe webchat https://webchat.botframework.com/embed/[Token] url. It stopped working in IE 10. I remember it worked before 3 weeks. Please help as we put the bot in production.
2
votes
1 answer

AdaptiveCards HostConfig Integration

Does anyone know how to integrate a HostConfig for styling AdaptiveCards using webchat CDN in Asp.Net Core? For example what is the file name? Where does it go etc? My project setup is: Asp.Net Core with Angular
A.G.
  • 304
  • 2
  • 11
2
votes
2 answers

How to style "suggested actions" in Microsoft bot framework?

I am using the bot framework v4 SDK for webchat. I have used suggested actions for the choice prompt. By default, the suggested actions are aligned horizontally. Is there a way in which that can be made vertical? I have tried the style options for…
Geethu Suresh
  • 140
  • 1
  • 11
2
votes
0 answers

How to hide from webchat the user message but send it from behind?

I'm trying to stablish a connection between a User and an Agent. But I need to hide an input message while sending it from the back to the bot. I'm able to connect to the same conversation and "stop" the bot and use it to send the messages of the…
DavidCG
  • 141
  • 1
  • 1
  • 10
2
votes
1 answer

How to get the webchat bot secret keys?

With the following Url I found a way how to extract the secret keys of a webchat bot: https://dev.botframework.com/api/bots/{bot_id}/channels/webchat" It will return a JSON response like following: webchat secret keys This works well when I…
jyfa
  • 93
  • 7
2
votes
4 answers

Deploy customize webchat bot framework

I clone this repo https://github.com/Microsoft/BotFramework-WebChat and I managed to edit css in local. I would like to know what I need to deploy to use webchat online ? Thanks you for you help
Rate Reality
  • 43
  • 1
  • 5
2
votes
1 answer

Bot Framework Webchat microphone speech not working in Safari

I'm have a webchat conrol for a bot that that is up and running and working well in Chrome. The link How to enable speech in Web Chat shows how to set this up and we have done it exactly like this. It mentioned multiple browsers, but does not…
Rod
  • 245
  • 2
  • 10
2
votes
2 answers

Unauthorized Bot Service from Web Chat

Using Microsoft Bot Framework, I created a Chat Bot and I am able to test the Bot using local Emulator. Bot service also deals with LUIS and everything again works just fine. My Bot Service has MicrosoftAppId and MicrosoftAppPassword in…
Sandy
  • 11,332
  • 27
  • 76
  • 122
2
votes
1 answer

How to use Microsoft Bot Framework web chat in Angular5 application

I need a way to embed web chat in my angular 5 application. I have tried the non react website way described here: https://github.com/Microsoft/BotFramework-WebChat and it works. Is there a way to use the components only rather than loading the…
Aparna
  • 463
  • 5
  • 16
1
vote
1 answer

Send Message to bot Framework Programmicaly using Vanilla javascript

I want know how can send a message programically using javascript. I used this script for load botframework: (async function() { const res = await fetch("https://MYURLPRIVATE/api/directline/token", { "method": "GET" }); const { …
Mirko Cianfarani
  • 2,023
  • 1
  • 23
  • 39
1 2
3
22 23