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

How to handle tap action on adaptive card bot framework v4?

I am having an adaptive card which will be displayed in waterfall dialog. I want to know is it possible to capture the tap action on the adaptive card I don't want to add button to handle click. I am using v4 version of bot framework. Tap dialog is…
user9463688
0
votes
1 answer

AD authentication token is not getting same for every user in bot framework V4 web chat

I am using Bot Framework V4, AD Authentication for our bot is working fine.But when ever i am trying to user new session it is taking the same Token by which it is logged previously. So I am getting the same data in all the sessions. I am using…
0
votes
1 answer

how to change default language when using Browser-provided speech BotFramework

I want to enable speech in Web Chat. According to this, it is possible. And I did it. But it's English. I want to change to the Japanese. Is it possible?
Jeff_hu
  • 417
  • 4
  • 15
0
votes
1 answer

Font Customization in bot framework web chat v4

I am using web chat v4, I have created one dropdown there user can select font size/font weight for her/his convenience. I can't achieve two things. Can't change font size/font weight/font family for adaptive card/hero card/other attachments Can't…
0
votes
1 answer

Customise Microsoft web chat

I am trying to customize Microsoft web chat with React project: npm install botframework-webchat@master In the previous version I have customized web UI by forking the master, but at this time I don't want to lose updates in master, here is the…
Venuu Munnuruu
  • 285
  • 1
  • 6
  • 17
0
votes
1 answer

Simulating skype for business development environment in Microsoft BotFramework WebChat

I’m working with Microsoft bot framework (Node js) on a project with a multi chatbot approach. After Registering the bot with the Microsoft Bot Framework, adding multiple Skype for Business channels and registering the bot to a Skype for Business…
0
votes
1 answer

How to read parameter value which sent through Chat Control (iframe) from bot

I have integrated a ms bot framework webchat(node js) in to a web page. I am passing the logged in user information by using iframe. Eg: Like below