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

Does the Microsoft/BotFramework-WebChat have a Sneak Peek feature?

I am using a customised Microsoft Bot Framework WebChat Client. My bot has the capability to hand to a live chat service with an Agent, when it is unable to provide a solution to the user. I have the requirement to allow the agents to have a "sneak…
Jeff Pirie
  • 71
  • 6
3
votes
3 answers

Rasa WebChat integration

I have created a chatbot on slack using Rasa-Core and Rasa-NLU by watching this video : https://vimeo.com/254777331 It works pretty well on Slack.com. But what I need is to add this to our website using a code snippet. When I looked up on that, I…
Dilanka Dias
  • 45
  • 1
  • 8
3
votes
1 answer

Azure BotFramework-WebChat javascript error initializing DirectLine

Following all the MS guidance I can find relating to web chat and directline, but I keep getting the following error no matter what I try from botchat.js: Object doesn't support property or method 'webSocketActivity$' Once I get the DirectLine…
Kyle
  • 33
  • 2
3
votes
1 answer

iOS Keyboard Partial Trigger on input focus

When the using the site in Safari on iPhone 5/SE, focusing on either of the two inputs shown below doesn't fully trigger the keyboard. The field toggle and "Done" buttons appear but no keyboard. We're using a third party chat plugin that we can't…
Shaun
  • 1,099
  • 2
  • 13
  • 23
2
votes
1 answer

How can I validate that the Bot Framework composer chatbot does not say hello again once the page is reloaded in the browser?

Create a bot using Bot Framework Composer and that I integrate with qnA Maker works without any problem, but when integrating it into my website every time I update the page, or perform certain actions, the bot runs the greeting again, how can I…
2
votes
1 answer

How to capture user_country/city in botframework web channel?

I would like to capture end-user location (country/city) in Application insights form azure botframework chatbot running on web chat channel. App insights instrumentation is already in place page view and custom events being collected, but it seems…
GPHNKN
  • 23
  • 3
2
votes
1 answer

Show the "TypingIndicator" when the Microsoft Bot is processing any requests

I am trying to show the "sendTypingIndicator" when the chatBot (Microsoft Bot Framework) is processing any requests. I added sendTypingIndicator: true and sendTyping: true but still it does not show any animation, I searched in Microsoft…
mrbangybang
  • 683
  • 1
  • 9
  • 22
2
votes
1 answer

WebChat - Direct Line Speech adapter error: WebSocket connection failed with 400

I have a Bot service running on Azure. I'm trying to voice enable the bot, however I keep getting Websocket connection error. I have the echo-bot running on the server side. I followed this tutorial and I added a Direct Line Speech channel to the…
2
votes
2 answers

How to implement "Restart conversation from here" in webchat just like in bot emulator?

I am looking to implement a functionality which is same as that of "Restart conversation from here" in WebChat. I did not found anything relevant which addresses my requirement.
2
votes
0 answers

Botframework v4 resume conversation outside of the waterfall dialog flow

Botframework V4 webchat My bot displays a SigninCard to the user, which when clicked user is redirected to an external website where the user will enter login credentials. This external website will perform a service call to a separate endpoint in…
chamzdee
  • 21
  • 3
2
votes
1 answer

Send custom data to backend with every message?

How do I sent custom data to my back end with each message the user sends? For example, let's say I want to send the user's local time (using the client's browser to run javascript: new Date()) with every message to my back end. How would I do this…
AskYous
  • 4,332
  • 9
  • 46
  • 82
2
votes
1 answer

refresh Directline token after it got expired

I'm applying a token based authentication to bot webchat along with the chat being persisted but facing an issue after the token got expired. Unable to connect to bot. At first I'm generating a token and refreshing for 15 mins and every thing…
2
votes
1 answer

Adaptive Card Action.OpenURL Tracking

Adaptive Card 1.2 / 1.3 Issue This is related to the Action.OpenURL button which we have in Adaptive Cards. When you display an Adaptive Card to a user with some links on it (Action.OpenURL), it simply open that URL in a new tab. Bot doesn't any…
Harsh Sharma
  • 910
  • 1
  • 7
  • 20
2
votes
1 answer

Where to Find the Type Values for the Web Chat

For the following javascript code snippet found at Health Bot Container Sample, the string literal values in the code sample, does anyone know where they are coming from? Where can I find the Microsoft documentation explaining more about them and…
Sam Sam
  • 65
  • 5
2
votes
1 answer

SOLVED: Getting onTurnError when sending adaptive card to MS Teams using Bot Framework SDK 4

I'm developing a bot using Bot Framework SDK 4 with Node.js as an MS-Teams app. The bot is properly registered in Azure but hosted locally with Ngrok forwarding for testing purposes. The goal of the bot is to do external requests to an api and then…
1
2
3
22 23