Questions tagged [webchatjs]

8 questions
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

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
1
vote
0 answers

js client for azure DirectLine App Service Extension

I am using DirectLine App service extension in order to connect with bot logic. I want to know if there any JS client available for this on the UI side. Azure documentation have C#…
0
votes
0 answers

Microsoft webchat CDN issue in safari

I have build a chatbot widget using Microsoft webchat CDN with JS. It works fine in all the browsers (Windows & MAC). But getting failed in safari browser. when the CDN loaded into the particular website I am getting the error like this and this was…
0
votes
0 answers

Microsoft Botframework webchat. How to fix issue with activityMiddleware and showAvatarInGroup after update to 4.14

Working from the minimizable webchat sample (react) a custom typing indicator is added that renders as soon as the bot sends an typingIndicator event: await context.sendActivity({ name: 'typingIndicator', type: 'event' }); In WebChat.js import…
Hessel
  • 613
  • 1
  • 6
  • 15
0
votes
1 answer

Wolox React Chat Widget does not hide buttons after quick button clicked

I am using react-chat-widget node module in my react project as a webchat, When I implemented setQuickButtons the buttons are not hiding even after button click. How can I make the buttons hidden once clicked? In the handleQuickButtonClicked method…
0
votes
1 answer

Microsoft Bot Framework WebchatJS click events for changing css stye sets

I've built a bot using microsoft bot framework and now I´m using webchat to test it. Thing is, I want to change the colors dynamically when the user clicks the 'gear' button, in other words, to change from styleSet to styleSetDark as the next code…
jsanchezs
  • 1,992
  • 3
  • 25
  • 51